summaryrefslogtreecommitdiff
path: root/crates/tor-cert/src
Commit message (Expand)AuthorAgeFilesLines
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-132-0/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Remove RngCompatExt.Nick Mathewson2023-11-291-2/+1
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-292-5/+5
* tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>.Gabriela Moldovan2023-10-251-2/+2
* tor-cert: Add EncodedEd25519Cert type.Gabriela Moldovan2023-10-252-0/+15
* tor-netdoc: Update outdated doc string.Gabriela Moldovan2023-10-251-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-232-0/+2
* Merge branch 'dangerously_assume_timely' into 'main'Ian Jackson2023-08-161-1/+1
|\
| * tor-cert: actually use dangerously_assume_timelyEmil Engler2023-08-101-1/+1
* | doc: note unreachable codeEmil Engler2023-08-101-0/+1
* | test: encode unrecognized `tor_cert::CertExt`Emil Engler2023-08-101-0/+14
|/
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-102-0/+3
* 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
* Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-161-1/+1
* 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
* Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-271-4/+6
* Merge branch 'ticket_525_part2' into 'main'Nick Mathewson2023-02-092-8/+14
|\
| * Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-092-8/+14
* | 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-272-0/+2
* 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-122-0/+17
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-51/+1
* Work around a new nightly clippy warningNick Mathewson2022-09-301-1/+1
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Fix typosDimitris Apostolou2022-08-011-1/+1
* use Ed25519 identity instead of PublicKey in tor-cert::rsatrinity-1686a2022-07-251-2/+2
* change usage of PublicKey to Ed25519 in tor-certtrinity-1686a2022-07-233-24/+23
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-232-3/+3
* tor-cert: Remove all usage of infallible writers.Nick Mathewson2022-07-111-1/+1
* tor-cert: Encoding now uses Writeable trait.Nick Mathewson2022-07-113-25/+26
* 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-063-79/+239
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-241-0/+3
|\
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* | tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-232-27/+51
|/
* tor-cert: Make more types Clone and Debug.Nick Mathewson2022-06-071-0/+8