aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cert/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-cert: Stabilise everything gated by feature = "encode"Ian Jackson2026-04-291-1/+0
* tor-cert: Ability to create Rsa->Ed25519 crosscerts.Nick Mathewson2026-02-191-0/+9
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+1
* Fix typosDimitris Apostolou2022-08-011-1/+1
* tor-cert: Encoding now uses Writeable trait.Nick Mathewson2022-07-111-1/+7
* Implement functionality to construct signed Ed25519 certs.Nick Mathewson2022-07-061-0/+23
* tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-231-0/+24