Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rethrow syntax | Peter Dettman | 2023-03-16 | 1 | -3/+3 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/425 | ||||
* | Use FixedTimeEquals | Peter Dettman | 2022-11-23 | 1 | -1/+1 |
| | |||||
* | Add TlsPeer.IgnoreCorruptDtlsRecords | Peter Dettman | 2022-11-05 | 1 | -2/+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: RFC 7250 Raw Public Keys | Peter Dettman | 2022-09-24 | 1 | -1/+5 |
| | |||||
* | Generics migration in Tls | Peter Dettman | 2022-06-28 | 1 | -8/+8 |
| | |||||
* | Set randoms before extensions processing | Peter Dettman | 2022-05-30 | 1 | -7/+7 |
| | | | | - see https://github.com/bcgit/bc-java/issues/1167 | ||||
* | Improve TLS handshake hash tracking | Peter Dettman | 2022-05-10 | 1 | -8/+1 |
| | |||||
* | Improve TLS handshake hash tracking | Peter Dettman | 2022-05-10 | 1 | -49/+61 |
| | |||||
* | Fixes for new_session_ticket | Peter Dettman | 2021-10-04 | 1 | -4/+9 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/317 | ||||
* | Add pre_shared_key to ClientHello | Peter Dettman | 2021-07-27 | 1 | -1/+1 |
| | |||||
* | More work on PSK binders | Peter Dettman | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | Port of new TLS API from bc-java | Peter Dettman | 2021-07-12 | 1 | -0/+976 |