| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rtcompat: Allocate the zeroed vector for export_keying_material() | David Goulet | 2026-02-26 | 1 | -1/+1 |
| | | | | | | | | | Reason is that Vec::with_capacity(len) doesn't actually allocate and the Rustls export_keying_material() does a .is_empty() check which is under ".len() == 0". Signed-off-by: David Goulet <[email protected]> | ||||
| * | tor-rtcompat: disable rustls session resumption | Steven Engler | 2026-02-24 | 1 | -1/+10 |
| | | |||||
| * | rtcompat: Return certificates as Cow. | Nick Mathewson | 2026-02-02 | 1 | -4/+5 |
| | | |||||
| * | rtcompat: Improved tls-server key/cert handling. | Nick Mathewson | 2026-02-02 | 1 | -11/+17 |
| | | | | | | Now that we can admit to knowing about tor-cert-x509, we can use TlsCertAndKeys to simplify everything. | ||||
| * | rtcompat: Implement TLS server support for rustls. | Nick Mathewson | 2026-01-29 | 1 | -0/+166 |
| Closes #2316. | |||||
