summaryrefslogtreecommitdiff
path: root/crates/tor-cert/src/encode.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-cert: Ed25519CertBuilder: do builder fn renameIan Jackson2026-04-291-5/+3
* tor-cert: Ed25519CertBuilder: do type rename everywhereIan Jackson2026-04-291-8/+8
* tor-cert: Ed25519CertBuilder: rename from Ed25519CertConstructorIan Jackson2026-04-291-0/+2
* tor-cert: Port to web-time-compatNick Mathewson2026-03-261-2/+2
* cell, proto, cert: Simplify CERTS cell building.Nick Mathewson2026-03-191-1/+22
* cert: Deduplicate expiry-in-hours logicNick Mathewson2026-03-171-11/+8
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* clippy: fix `clippy::duplicated_attributes` warningsSteven Engler2025-08-111-1/+0
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Wrap ed25519-dalek types.Nick Mathewson2025-03-181-2/+2
* 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
* tor-cert: Add constructor for creating an encoded cert from a byte slice.Gabriela Moldovan2024-12-041-0/+11
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Remove RngCompatExt.Nick Mathewson2023-11-291-2/+1
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-4/+4
* tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>.Gabriela Moldovan2023-10-251-2/+2
* tor-cert: Add EncodedEd25519Cert type.Gabriela Moldovan2023-10-251-0/+13
* tor-netdoc: Update outdated doc string.Gabriela Moldovan2023-10-251-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* doc: note unreachable codeEmil Engler2023-08-101-0/+1
* test: encode unrecognized `tor_cert::CertExt`Emil Engler2023-08-101-0/+14
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-161-1/+1
* Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-271-4/+6
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* Work around a new nightly clippy warningNick Mathewson2022-09-301-1/+1
* change usage of PublicKey to Ed25519 in tor-certtrinity-1686a2022-07-231-6/+6
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-231-1/+1
* tor-cert: Remove all usage of infallible writers.Nick Mathewson2022-07-111-1/+1
* tor-cert: Encoding now uses Writeable trait.Nick Mathewson2022-07-111-23/+18
* Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-111-1/+1
* Implement functionality to construct signed Ed25519 certs.Nick Mathewson2022-07-061-0/+200