summaryrefslogtreecommitdiff
path: root/crates/tor-cert/src/encode.rs
Commit message (Expand)AuthorAgeFilesLines
* 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