summaryrefslogtreecommitdiff
path: root/crates/tor-cert/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Deprecate check_key, and refactor its logic into the new functions.Nick Mathewson2023-05-161-16/+33
* tor-cert: Add new functions to replace KeyUnknownCert::check_key.Nick Mathewson2023-05-161-0/+30
* fix a couple clippy lintstrinity-1686a2023-05-081-3/+3
* Merge branch 'ticket_525_part2' into 'main'Nick Mathewson2023-02-091-7/+11
|\
| * Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-7/+11
* | Rename key identifiers that have changed in the specNick Mathewson2023-02-081-2/+2
|/
* tor-cert: document hs-related certificate types.Nick Mathewson2023-02-071-4/+25
* tor-cert: Implement Timebound for Ed25519CertNick Mathewson2023-02-071-4/+16
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* tor-cert: add a few hs TODOsNick Mathewson2023-01-061-0/+3
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8