summary refs log tree commit diff
path: root/crypto/src/tls/AbstractTlsPeer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make initial DTLS handshake resend time configurablePatrick Krämer2023-04-151-0/+5
|
* Add TlsPeer.IgnoreCorruptDtlsRecordsPeter Dettman2022-11-051-0/+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: now defaults to offering (D)TLS 1.2, TLS 13Peter Dettman2022-05-111-2/+1
|
* Enable only psk_dhe_ke by defaultPeter Dettman2021-07-281-1/+1
|
* TLS 1.3 client API for external PSKsPeter Dettman2021-07-251-0/+5
|
* Port of new TLS API from bc-javaPeter Dettman2021-07-121-0/+157