summaryrefslogtreecommitdiff
path: root/crates/tor-cert
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-5/+4
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-5/+5
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-7/+7
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-4/+4
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-5/+5
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-5/+5
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-2/+2