summary refs log tree commit diff
path: root/crypto/src/tls/AbstractTlsContext.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix TLS 1.3 Export Keying MaterialPeter Dettman2022-03-281-2/+15
| | | | - see https://github.com/bcgit/bc-java/issues/1133
* Initial fix for reneg issuePeter Dettman2021-07-261-0/+5
| | | | - see https://github.com/bcgit/bc-java/issues/990
* Store the PRF CryptoHashAlgorithmPeter Dettman2021-07-251-4/+5
|
* Port of new TLS API from bc-javaPeter Dettman2021-07-121-0/+282