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