aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cert/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* change usage of PublicKey to Ed25519 in tor-certtrinity-1686a2022-07-231-16/+15
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-231-2/+2
* tor-cert: Encoding now uses Writeable trait.Nick Mathewson2022-07-111-1/+1
* Implement functionality to construct signed Ed25519 certs.Nick Mathewson2022-07-061-79/+16
* 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-231-27/+27
|/
* tor-cert: Make more types Clone and Debug.Nick Mathewson2022-06-071-0/+8
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+3
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+669