summary refs log tree commit diff
path: root/crypto/src/tls/DtlsClientProtocol.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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