summary refs log tree commit diff
path: root/crypto/src/tls/DtlsServerProtocol.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring in TlsPeter Dettman2024-04-121-4/+3
|
* (D)TLS: Refactoring around CertificateType supportPeter Dettman2023-07-131-2/+6
|
* DTLS: server support for session resumptionPeter Dettman2023-07-101-41/+106
|
* DTLS: Fixed server support for client_certificate_type extension.Peter Dettman2023-07-101-1/+1
|
* DTLS: refactoring around extended_master_secretPeter Dettman2023-07-081-123/+163
| | | | - especially the interaction with session resumption and the methods relating to use of EMS.
* Refactoring in DTLSPeter Dettman2023-07-071-63/+70
|
* (D)TLS: Refactoring around the MFL extensionPeter Dettman2023-07-061-3/+5
|
* DTLS: Use SecurityParameters.m_resumedSession for resumption trackingPeter Dettman2023-07-061-8/+9
|
* Minor fixups for github_445Peter Dettman2023-04-151-1/+2
|
* make initial DTLS handshake resend time configurablePatrick Krämer2023-04-151-1/+1
|
* Fix warningPeter Dettman2023-04-141-1/+1
|
* RFC 9146: connection_id extension negotiationPeter Dettman2023-04-131-0/+18
|
* Fix rethrow syntaxPeter Dettman2023-03-161-2/+2
| | | | - see https://github.com/bcgit/bc-csharp/issues/425
* Use FixedTimeEqualsPeter Dettman2022-11-231-1/+1
|
* Add TlsPeer.IgnoreCorruptDtlsRecordsPeter Dettman2022-11-051-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 KeysPeter Dettman2022-09-241-1/+5
|
* NullOutputStream => Stream.NullPeter Dettman2022-09-021-1/+1
|
* Generics migration in TlsPeter Dettman2022-06-281-5/+5
|
* Improve anon suitesPeter Dettman2022-05-111-1/+7
|
* Improve TLS handshake hash trackingPeter Dettman2022-05-101-9/+9
|
* Improve TLS handshake hash trackingPeter Dettman2022-05-101-6/+23
|
* DTLS: delayed handshake hash updatePeter Dettman2022-03-161-4/+9
| | | | - avoid clone of handshake hash
* Fixes for new_session_ticketPeter Dettman2021-10-041-0/+5
| | | | - see https://github.com/bcgit/bc-csharp/issues/317
* Port of new TLS API from bc-javaPeter Dettman2021-07-121-0/+835