Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring in Tls | Peter Dettman | 2024-04-12 | 1 | -4/+3 |
| | |||||
* | (D)TLS: Refactoring around CertificateType support | Peter Dettman | 2023-07-13 | 1 | -2/+6 |
| | |||||
* | DTLS: server support for session resumption | Peter Dettman | 2023-07-10 | 1 | -41/+106 |
| | |||||
* | DTLS: Fixed server support for client_certificate_type extension. | Peter Dettman | 2023-07-10 | 1 | -1/+1 |
| | |||||
* | DTLS: refactoring around extended_master_secret | Peter Dettman | 2023-07-08 | 1 | -123/+163 |
| | | | | - especially the interaction with session resumption and the methods relating to use of EMS. | ||||
* | Refactoring in DTLS | Peter Dettman | 2023-07-07 | 1 | -63/+70 |
| | |||||
* | (D)TLS: Refactoring around the MFL extension | Peter Dettman | 2023-07-06 | 1 | -3/+5 |
| | |||||
* | DTLS: Use SecurityParameters.m_resumedSession for resumption tracking | Peter Dettman | 2023-07-06 | 1 | -8/+9 |
| | |||||
* | Minor fixups for github_445 | Peter Dettman | 2023-04-15 | 1 | -1/+2 |
| | |||||
* | make initial DTLS handshake resend time configurable | Patrick Krämer | 2023-04-15 | 1 | -1/+1 |
| | |||||
* | Fix warning | Peter Dettman | 2023-04-14 | 1 | -1/+1 |
| | |||||
* | RFC 9146: connection_id extension negotiation | Peter Dettman | 2023-04-13 | 1 | -0/+18 |
| | |||||
* | Fix rethrow syntax | Peter Dettman | 2023-03-16 | 1 | -2/+2 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/425 | ||||
* | Use FixedTimeEquals | Peter Dettman | 2022-11-23 | 1 | -1/+1 |
| | |||||
* | Add TlsPeer.IgnoreCorruptDtlsRecords | Peter Dettman | 2022-11-05 | 1 | -1/+1 |
| | | | | | | - property controls behaviour when bad_record_mac thrown for DTLS record. - defaults to 'false' (don't ignore i.e. fail the connection) - see https://github.com/bcgit/bc-csharp/pull/279 | ||||
* | (D)TLS: RFC 7250 Raw Public Keys | Peter Dettman | 2022-09-24 | 1 | -1/+5 |
| | |||||
* | NullOutputStream => Stream.Null | Peter Dettman | 2022-09-02 | 1 | -1/+1 |
| | |||||
* | Generics migration in Tls | Peter Dettman | 2022-06-28 | 1 | -5/+5 |
| | |||||
* | Improve anon suites | Peter Dettman | 2022-05-11 | 1 | -1/+7 |
| | |||||
* | Improve TLS handshake hash tracking | Peter Dettman | 2022-05-10 | 1 | -9/+9 |
| | |||||
* | Improve TLS handshake hash tracking | Peter Dettman | 2022-05-10 | 1 | -6/+23 |
| | |||||
* | DTLS: delayed handshake hash update | Peter Dettman | 2022-03-16 | 1 | -4/+9 |
| | | | | - avoid clone of handshake hash | ||||
* | Fixes for new_session_ticket | Peter Dettman | 2021-10-04 | 1 | -0/+5 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/317 | ||||
* | Port of new TLS API from bc-java | Peter Dettman | 2021-07-12 | 1 | -0/+835 |