summary refs log tree commit diff
path: root/crypto/src/tls/DtlsClientProtocol.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring in TlsPeter Dettman2024-04-121-4/+3
|
* (D)TLS: Refactoring around CertificateType supportPeter Dettman2023-07-131-7/+6
|
* (D)TLS: Clean up redundant resumption checksPeter Dettman2023-07-131-6/+0
|
* DTLS: server support for session resumptionPeter Dettman2023-07-101-2/+1
|
* DTLS: refactoring around extended_master_secretPeter Dettman2023-07-081-96/+147
| | | | - especially the interaction with session resumption and the methods relating to use of EMS.
* Refactoring in DTLSPeter Dettman2023-07-071-41/+120
|
* Refactoring in DTLSPeter Dettman2023-07-071-69/+76
|
* (D)TLS: Refactoring around the MFL extensionPeter Dettman2023-07-061-3/+2
|
* DTLS: Use SecurityParameters.m_resumedSession for resumption trackingPeter Dettman2023-07-061-13/+12
|
* TLS: refactoring around extended_master_secretPeter Dettman2023-07-051-1/+1
| | | | - especially the interaction with session resumption and the methods relating to use of EMS.
* DTLS: Improve DtlsVerifier performancePeter Dettman2023-05-171-1/+1
|
* Minor fixups for github_445Peter Dettman2023-04-151-1/+2
|
* make initial DTLS handshake resend time configurablePatrick Krämer2023-04-151-1/+1
|
* RFC 9146: connection_id extension negotiationPeter Dettman2023-04-131-0/+18
|
* Fix rethrow syntaxPeter Dettman2023-03-161-3/+3
| | | | - see https://github.com/bcgit/bc-csharp/issues/425
* Use FixedTimeEqualsPeter Dettman2022-11-231-1/+1
|
* Add TlsPeer.IgnoreCorruptDtlsRecordsPeter Dettman2022-11-051-2/+2
| | | | | | - 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
|
* Generics migration in TlsPeter Dettman2022-06-281-8/+8
|
* Set randoms before extensions processingPeter Dettman2022-05-301-7/+7
| | | | - see https://github.com/bcgit/bc-java/issues/1167
* Improve TLS handshake hash trackingPeter Dettman2022-05-101-8/+1
|
* Improve TLS handshake hash trackingPeter Dettman2022-05-101-49/+61
|
* Fixes for new_session_ticketPeter Dettman2021-10-041-4/+9
| | | | - see https://github.com/bcgit/bc-csharp/issues/317
* Add pre_shared_key to ClientHelloPeter Dettman2021-07-271-1/+1
|
* More work on PSK bindersPeter Dettman2021-07-261-1/+1
|
* Port of new TLS API from bc-javaPeter Dettman2021-07-121-0/+976