| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-cert-x509: Port to web-time-compat. | Nick Mathewson | 2026-03-26 | 1 | -2/+3 |
| | | |||||
| * | cert-x509: Generate TLS certs with RSA2048 subject keys | Nick Mathewson | 2026-03-11 | 1 | -4/+20 |
| | | | | | | | | We'd rather use p256, but unfortunately C tor has a bug when TLS cert subject keys are not RSA: see tor#41226. Closes #2403. | ||||
| * | Allow clippy::collapsible_if to trigger | Gabriela Moldovan | 2026-02-16 | 1 | -0/+1 |
| | | | | | | | | | | `clippy::collapsible_if` started triggering after bumping the MSRV to 1.88. Since this triggers from a lot of places, and since there even are a couple of instances where we explicitly allow `clippy::collapsible_ifs`, I've opened #2342 for deciding what to do about it. | ||||
| * | cert: Extract x509 code into new tor-cert-x509 crate. | Nick Mathewson | 2026-02-02 | 1 | -0/+431 |
