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