summary refs log tree commit diff
path: root/crypto/src/tls/TlsPeer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DTLS: Remove the need to reset AEAD ciphersPeter Dettman2023-05-161-0/+1
|
* Fix XML commentsPeter Dettman2023-05-111-4/+8
|
* TLS: Add NotifyConnectionClosed callbackPeter Dettman2023-05-111-0/+4
|
* Minor fixups for github_445Peter Dettman2023-04-151-1/+2
|
* make initial DTLS handshake resend time configurablePatrick Krämer2023-04-151-0/+7
|
* Add TlsPeer.IgnoreCorruptDtlsRecordsPeter Dettman2022-11-051-0/+7
| | | | | | - 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
* TLS 1.3 client API for external PSKsPeter Dettman2021-07-251-0/+2
|
* Port of new TLS API from bc-javaPeter Dettman2021-07-121-0/+121