summaryrefslogtreecommitdiff
path: root/crates/tor-relay-crypto/src/certs.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-relay-crypto: Remove TODO about validating cert extensions.Gabriela Moldovan2025-01-131-2/+0
* tor-relay-crypto: Use the new cert_type() function to get the cert type.Gabriela Moldovan2025-01-131-2/+8
* tor-relay-crypto: Use the high-level cert types instead of EncodedEd25519Cert.Gabriela Moldovan2025-01-131-2/+4
* tor-relay-crypto: Implement ToEncodableCert for the relay cert types.Gabriela Moldovan2025-01-131-0/+90
* tor-relay-crypto: Add high-level cert types.Gabriela Moldovan2025-01-131-0/+40
* relay-crypto: Initial import of new tor-relay-crypto crateDavid Goulet2024-09-181-0/+37