aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cert/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-checkable: TimeBound: Make wrapped type an associated typeIan Jackson2026-07-231-2/+6
* tor-checkable: TimeBound: Make is_valid_at a provided methodIan Jackson2026-07-231-16/+1
* tor-checkable: TimeBound: remove Error associated typeIan Jackson2026-07-231-8/+4
* tor-checkable: TimeBound: Add bounds accessorIan Jackson2026-07-231-0/+10
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-2/+2
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* 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-091-0/+2
* 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-291-14/+6
* tor-cert: Ed25519CertBuilder: do type rename everywhereIan Jackson2026-04-291-4/+0
* tor-cert: Ed25519CertBuilder: rename from Ed25519CertConstructorIan Jackson2026-04-291-1/+5
* 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-261-5/+6
* cell, proto, cert: Simplify CERTS cell building.Nick Mathewson2026-03-191-1/+1
* cert: Fix minor but annoying bug in cert expiry calculationNick Mathewson2026-03-171-2/+18
* cert: Deduplicate expiry-in-hours logicNick Mathewson2026-03-171-4/+52
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* cert: Extract x509 code into new tor-cert-x509 crate.Nick Mathewson2026-02-021-1/+2
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* tor-cert: Generate x509 identity certificates for CERT cellsNick Mathewson2025-10-071-0/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Wrap ed25519-dalek types.Nick Mathewson2025-03-181-1/+0
* cert: reserve 0x0C for FAMILY_V_IDENTITY (happy families) certs.Nick Mathewson2025-02-111-0/+4
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-1/+1
* tor-cert: Add EncodedEd25519Cert type.Gabriela Moldovan2023-10-251-0/+2
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* tor-cert: actually use dangerously_assume_timelyEmil Engler2023-08-101-1/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+2
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Remove spurious todo-hs items in tor-cert.Nick Mathewson2023-06-281-6/+0