summaryrefslogtreecommitdiff
path: root/crates/tor-cert
Commit message (Expand)AuthorAgeFilesLines
...
* Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-271-4/+6
* Remove semver.md files now that 1.1.2 is out.Nick Mathewson2023-02-281-2/+0
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-4/+4
* Merge branch 'ticket_525_part2' into 'main'Nick Mathewson2023-02-093-12/+18
|\
| * Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-093-12/+18
* | 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-072-4/+18
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-2/+2
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-272-0/+2
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Do not .gitignore crates/*/fuzz/corpusIan Jackson2023-01-201-1/+0
* Complete our migration to base64ct.Nick Mathewson2023-01-202-3/+3
* tor-cert: add a few hs TODOsNick Mathewson2023-01-061-0/+3
* Merge branch 'test-lints' into 'main'eta2023-01-062-0/+17
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-122-0/+17
* | Tackling issue #663 (Use humantime in tests)coral2022-12-122-6/+7
|/
* Bump the minor version of every crate.Nick Mathewson2022-11-301-5/+5
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* set all crate edition to 2021trinity-1686a2022-11-011-1/+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
* Upgrade all fuzzers to newer libfuzzer-sys version.Nick Mathewson2022-10-031-1/+1
* Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-1/+1
* Bump crates that have had no API changes.Nick Mathewson2022-10-031-1/+1
* Work around a new nightly clippy warningNick Mathewson2022-09-301-1/+1
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-2/+2
* Update patch-versions on crates without API changes.Nick Mathewson2022-09-011-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-242-0/+4
* Fix typosDimitris Apostolou2022-08-011-1/+1
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-2/+0
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-1/+1
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-2/+2
* 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-236-29/+29
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-236-8/+9
* 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-064-79/+246
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-1/+0
* Bump crate and dependency versions.Nick Mathewson2022-06-241-3/+3
* 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-235-29/+56
|/
* 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