summaryrefslogtreecommitdiff
path: root/crates/tor-cert/src/x509.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename TlsCertifiedKey to TlsKeyAndCert.Nick Mathewson2025-11-121-4/+4
* x509: Correct single instance of misnamed certNick Mathewson2025-11-121-1/+1
* x509: Support generating the keys and certs that relays need.Nick Mathewson2025-11-121-8/+187
* x509: Extract serial-number generation into its own function.Nick Mathewson2025-11-121-6/+9
* x509: Fix an unfinished comment.Nick Mathewson2025-11-121-1/+1
* x509: refactor lifetime calculationNick Mathewson2025-11-121-27/+23
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-cert: Generate x509 identity certificates for CERT cellsNick Mathewson2025-10-071-0/+215