Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix RFC reference | Peter Dettman | 2023-11-24 | 1 | -1/+1 |
| | |||||
* | (D)TLS: Refactoring around CertificateType support | Peter Dettman | 2023-07-13 | 1 | -15/+20 |
| | |||||
* | (D)TLS: Clean up redundant resumption checks | Peter Dettman | 2023-07-13 | 1 | -16/+2 |
| | |||||
* | DTLS: refactoring around extended_master_secret | Peter Dettman | 2023-07-08 | 1 | -6/+6 |
| | | | | - especially the interaction with session resumption and the methods relating to use of EMS. | ||||
* | Refactoring in DTLS | Peter Dettman | 2023-07-07 | 1 | -4/+0 |
| | |||||
* | (D)TLS: Refactoring around the MFL extension | Peter Dettman | 2023-07-06 | 1 | -4/+4 |
| | |||||
* | TLS: refactoring around extended_master_secret | Peter Dettman | 2023-07-05 | 1 | -37/+78 |
| | | | | - especially the interaction with session resumption and the methods relating to use of EMS. | ||||
* | TLS: extra client validation of ServerHello parameters | Peter Dettman | 2023-07-05 | 1 | -1/+12 |
| | |||||
* | Add TlsClient.ShouldUseCompatibilityMode | Peter Dettman | 2023-06-28 | 1 | -1/+1 |
| | |||||
* | Fix renegotiation after resumption handshakes | Peter Dettman | 2023-06-20 | 1 | -1/+1 |
| | | | | - see https://github.com/bcgit/bc-java/issues/1430 | ||||
* | DTLS: Improve DtlsVerifier performance | Peter Dettman | 2023-05-17 | 1 | -1/+1 |
| | |||||
* | Misc. cleanup after bc-fips-csharp updates | Peter Dettman | 2023-01-28 | 1 | -2/+1 |
| | |||||
* | Use FixedTimeEquals | Peter Dettman | 2022-11-23 | 1 | -1/+1 |
| | |||||
* | (D)TLS: RFC 7250 Raw Public Keys | Peter Dettman | 2022-09-24 | 1 | -4/+13 |
| | |||||
* | Move m_resumedSession to SecurityParameters | Peter Dettman | 2022-07-05 | 1 | -12/+16 |
| | |||||
* | Generics migration in Tls | Peter Dettman | 2022-06-28 | 1 | -13/+16 |
| | |||||
* | Set randoms before extensions processing | Peter Dettman | 2022-05-30 | 1 | -6/+6 |
| | | | | - see https://github.com/bcgit/bc-java/issues/1167 | ||||
* | Improve TLS handshake hash tracking | Peter Dettman | 2022-05-10 | 1 | -5/+2 |
| | |||||
* | Improve TLS handshake hash tracking | Peter Dettman | 2022-05-10 | 1 | -53/+62 |
| | |||||
* | Rework TLS 1.3 verifiers | Peter Dettman | 2022-05-05 | 1 | -3/+2 |
| | |||||
* | DTLS: delayed handshake hash update | Peter Dettman | 2022-03-16 | 1 | -1/+1 |
| | | | | - avoid clone of handshake hash | ||||
* | RFC 8879 preliminaries | Peter Dettman | 2022-03-02 | 1 | -0/+2 |
| | |||||
* | Fixes for new_session_ticket | Peter Dettman | 2021-10-04 | 1 | -10/+4 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/317 | ||||
* | Client message flow for PSK handshake | Peter Dettman | 2021-07-28 | 1 | -27/+29 |
| | |||||
* | ServeHello selected PSK handling | Peter Dettman | 2021-07-28 | 1 | -19/+36 |
| | |||||
* | Filter PSK set for ClientHello retry | Peter Dettman | 2021-07-27 | 1 | -16/+19 |
| | |||||
* | Seal handshake hash externally | Peter Dettman | 2021-07-27 | 1 | -1/+4 |
| | |||||
* | Add pre_shared_key to ClientHello | Peter Dettman | 2021-07-27 | 1 | -16/+60 |
| | |||||
* | Use PSK early secret when negotiated | Peter Dettman | 2021-07-27 | 1 | -1/+4 |
| | |||||
* | More work on PSK binders | Peter Dettman | 2021-07-26 | 1 | -6/+9 |
| | |||||
* | ClientHello 'splitting' to handle PSK binders | Peter Dettman | 2021-07-26 | 1 | -1/+9 |
| | |||||
* | Only GetSessionToResume if pre-1.3 offered | Peter Dettman | 2021-07-25 | 1 | -15/+19 |
| | |||||
* | Port of new TLS API from bc-java | Peter Dettman | 2021-07-12 | 1 | -0/+1715 |