Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add and use DtlsRecordCallback | Peter Dettman | 2023-04-14 | 1 | -4/+22 |
| | |||||
* | RFC 9146: Add simple record callback for testing purposes | Peter Dettman | 2023-04-13 | 1 | -8/+20 |
| | |||||
* | RFC 9146: Add ReceivePending methods | Peter Dettman | 2023-04-13 | 1 | -0/+99 |
| | |||||
* | Fix rethrow syntax | Peter Dettman | 2023-03-16 | 1 | -32/+32 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/425 | ||||
* | Add Span-based variants in DTLS | Peter Dettman | 2022-11-05 | 1 | -0/+100 |
| | |||||
* | Add TlsPeer.IgnoreCorruptDtlsRecords | Peter Dettman | 2022-11-05 | 1 | -2/+7 |
| | | | | | | - 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 | ||||
* | Preprocessor symbol cleanup | Peter Dettman | 2022-11-05 | 1 | -6/+0 |
| | |||||
* | Port of new TLS API from bc-java | Peter Dettman | 2021-07-12 | 1 | -0/+139 |