Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make initial DTLS handshake resend time configurable | Patrick Krämer | 2023-04-15 | 1 | -0/+5 |
| | |||||
* | Add TlsPeer.IgnoreCorruptDtlsRecords | Peter Dettman | 2022-11-05 | 1 | -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 13 | Peter Dettman | 2022-05-11 | 1 | -2/+1 |
| | |||||
* | Enable only psk_dhe_ke by default | Peter Dettman | 2021-07-28 | 1 | -1/+1 |
| | |||||
* | TLS 1.3 client API for external PSKs | Peter Dettman | 2021-07-25 | 1 | -0/+5 |
| | |||||
* | Port of new TLS API from bc-java | Peter Dettman | 2021-07-12 | 1 | -0/+157 |