summary refs log tree commit diff
path: root/crypto/src/tls/TlsProtocol.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for new_session_ticketPeter Dettman2021-10-041-1/+27
| | | | - see https://github.com/bcgit/bc-csharp/issues/317
* Client message flow for PSK handshakePeter Dettman2021-07-281-0/+4
|
* More work on PSK bindersPeter Dettman2021-07-261-3/+46
|
* ClientHello 'splitting' to handle PSK bindersPeter Dettman2021-07-261-0/+12
|
* Initial fix for reneg issuePeter Dettman2021-07-261-2/+15
| | | | - see https://github.com/bcgit/bc-java/issues/990
* Simplify HandleClosePeter Dettman2021-07-211-7/+7
|
* Port of new TLS API from bc-javaPeter Dettman2021-07-121-0/+1867