summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/authcert.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: authcert: Fix wrong linkIan Jackson2026-01-061-1/+1
* tor-netdoc: authcert: Add TODO about constructorsIan Jackson2026-01-061-0/+2
* tor-netdoc: authcert: rustfmtIan Jackson2026-01-061-5/+5
* tor-netdoc: authcert: Delete syntax info from rustdocsIan Jackson2026-01-061-37/+2
* tor-netdoc: authcert: Fix remaining old names/paths in docsIan Jackson2026-01-061-8/+8
* tor-netdoc: authcert: Improve docs for CrossCertIan Jackson2026-01-061-13/+12
* tor-netdoc: authcert: rename tmp test moduleIan Jackson2026-01-061-1/+1
* tor-netdoc: authcert: abolish tmp module (reindent)Ian Jackson2026-01-061-50/+50
* tor-netdoc: authcert: abolish tmp moduleIan Jackson2026-01-061-140/+14
* tor-netdoc: authcert: derive PartialEq and Eq in testsIan Jackson2026-01-061-0/+1
* tor-netdoc: authcert: Transfer spec links into AuthCert from tmpIan Jackson2026-01-061-28/+14
* tor-netdoc: authcert: derive parse2Ian Jackson2026-01-061-1/+12
* tor-netdoc: authcert: Add CrossCert to AuthCertIan Jackson2026-01-061-1/+12
* tor-netdoc: authcert: Move signatures out of tmp (fmt)Ian Jackson2026-01-061-2/+2
* tor-netdoc: authcert: Move signatures out of tmpIan Jackson2026-01-061-68/+79
* tor-netdoc: authcert: Move CrossCert out of tmpIan Jackson2026-01-061-86/+97
* tor-netdoc: authcert: Rename verify_selfcert to verify_self_signedIan Jackson2026-01-061-14/+14
* tor-netdoc: authcert: Move AuthCertVersion out of tmpIan Jackson2026-01-061-19/+29
* tor-netdoc: authcert: Make all fields pubIan Jackson2026-01-061-7/+7
* tor-netdoc: authcert: Use Iso8601TimeSp for time fieldsIan Jackson2026-01-061-9/+7
* tor-netdoc: authcert: Shuffle fingerprint values aboutIan Jackson2026-01-061-11/+9
* tor-netdoc: authcert: Abolish AuthCert::sk_fingerprintIan Jackson2026-01-061-6/+1
* tor-netdoc: authcert: Make key_ids return owned AuthCertKeyIdsIan Jackson2026-01-061-2/+2
* tor-netdoc: RSA: rename helper type to RsaPublicParse1HelperIan Jackson2026-01-061-3/+3
* tor-netdoc: authcert: Improve docs a bitIan Jackson2026-01-061-5/+12
* tor-netdoc: authcert: Rename fields in AuthCert to match the specIan Jackson2026-01-061-25/+25
* tor-netdoc: authcert: Reorder fields in AuthCert to match the specIan Jackson2026-01-061-4/+4
* tor-netdoc: Implement new authority certificatesClara Engler2025-12-041-0/+780
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-netdoc: Removed dependency on `once_cell`hashcatHitman2025-06-141-2/+2
* netdoc: Make some parsing init functions fallible.Nick Mathewson2025-03-171-7/+7
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-1/+1
* tor-netdoc: Remove many needless calls to .iter() and .into_iter()Ian Jackson2023-02-151-2/+1
* tor-netdoc: Use batching iterator in authcert.rsIan Jackson2023-02-101-61/+15
* netdoc: Switch SectionRules building to use a Buidler pattern.Nick Mathewson2023-02-031-2/+2
* Add a rule to handle UNRECOGNIZED in AuthCert.Nick Mathewson2023-02-031-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* tor-netdoc: Make AuthCertKwd pub(crate)Ian Jackson2023-01-241-1/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* netdoc: test a couple of accessors for AuthCert.Nick Mathewson2022-06-071-1/+11
* Refactor tor_netdoc::ErrorNick Mathewson2022-02-141-22/+28
* fix nightly clippy errorsTrinity Pointard2021-12-091-2/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-7/+8
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+500