summaryrefslogtreecommitdiff
path: root/crates/tor-cert/src
Commit message (Expand)AuthorAgeFilesLines
* tor-cert: Derive PartialEq and Eq on core typesClara Engler2026-06-291-8/+8
* tor-cert: Document expiry inclusiveness for Ed25519CertClara Engler2026-06-111-0/+2
* tor-cert: Make Ed25519Cert time bound inclusiveClara Engler2026-06-111-1/+1
* tor-cert: Replace duration_since with saturation (fmt)Clara Engler2026-06-111-4/+2
* tor-cert: Replace duration_since with saturationClara Engler2026-06-111-2/+3
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-093-0/+4
* tor-cert: Derive Eq on CertifiedKeyClara Engler2026-05-261-2/+2
* tor-cert: Stabilise everything gated by feature = "encode" (fmt)Ian Jackson2026-04-291-2/+1
* tor-cert: Stabilise everything gated by feature = "encode"Ian Jackson2026-04-293-17/+6
* tor-cert: Ed25519CertBuilder: do builder fn renameIan Jackson2026-04-291-5/+3
* tor-cert: Ed25519CertBuilder: do type rename everywhereIan Jackson2026-04-292-12/+8
* tor-cert: Ed25519CertBuilder: rename from Ed25519CertConstructorIan Jackson2026-04-292-1/+7
* Revert "tor-cert: Provide ed25519 cert decoding via TryFrom trait"Ian Jackson2026-04-271-7/+0
* tor-cert: Provide ed25519 cert decoding via tor-bytesIan Jackson2026-04-271-0/+7
* tor-cert: Provide ed25519 cert encoding via tor-bytesIan Jackson2026-04-231-1/+27
* tor-cert: Provide ed25519 cert decoding via TryFrom traitIan Jackson2026-04-231-0/+7
* tor-cert: impl From<Ed25519Identity> for CertifiedKeyIan Jackson2026-04-231-1/+4
* tor-cert: Derive Debug, Clone for SigCheckedCertClara Engler2026-04-221-0/+1
* tor-cert: Port to web-time-compatNick Mathewson2026-03-263-9/+11
* cell, proto, cert: Simplify CERTS cell building.Nick Mathewson2026-03-193-3/+34
* cert: Fix minor but annoying bug in cert expiry calculationNick Mathewson2026-03-171-2/+18
* cert: Deduplicate expiry-in-hours logicNick Mathewson2026-03-174-34/+70
* tor-cert: Ability to create Rsa->Ed25519 crosscerts.Nick Mathewson2026-02-193-5/+141
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* cert: Extract x509 code into new tor-cert-x509 crate.Nick Mathewson2026-02-022-394/+2
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* cert: Add cert_type() to RsaCrossertDavid Goulet2026-01-221-0/+7
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-042-2/+0
* 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-063-4/+4
* proto: Remove relay ChannelAuthenticationData builderDavid Goulet2025-10-231-0/+5
* tor-cert: Generate x509 identity certificates for CERT cellsNick Mathewson2025-10-072-0/+217
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* clippy: fix `clippy::duplicated_attributes` warningsSteven Engler2025-08-111-1/+0
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Wrap ed25519-dalek types.Nick Mathewson2025-03-182-3/+2
* cert: reserve 0x0C for FAMILY_V_IDENTITY (happy families) certs.Nick Mathewson2025-02-111-0/+4
* tor-cert: Add experimental API for building EncodedEd25519Certs.Gabriela Moldovan2025-01-131-0/+17
* tor-cert: Remove no-longer-needed experimental API.Gabriela Moldovan2025-01-131-12/+0
* tor-keymgr: Use Ed25519Cert::decode to parse the certs.Gabriela Moldovan2025-01-131-0/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* tor-cert: Add constructor for creating an encoded cert from a byte slice.Gabriela Moldovan2024-12-041-0/+11
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1