summary refs log tree commit diff
path: root/crypto/src/tls/DtlsTransport.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Span-based variants in DTLSPeter Dettman2022-11-051-0/+100
|
* Add TlsPeer.IgnoreCorruptDtlsRecordsPeter Dettman2022-11-051-2/+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
* Preprocessor symbol cleanupPeter Dettman2022-11-051-6/+0
|
* Port of new TLS API from bc-javaPeter Dettman2021-07-121-0/+139