summaryrefslogtreecommitdiff
path: root/tor-netdoc/src/doc/authcert.rs
Commit message (Expand)AuthorAgeFilesLines
* Add an authcert builder, for testing.Nick Mathewson2021-05-051-0/+13
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+1
* DirMgr: add text() and texts() functions to ask for document textNick Mathewson2021-03-311-1/+1
* Fix a bunch more new clippy lints in Rust 1.51Nick Mathewson2021-03-291-3/+2
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-13/+13
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-10/+10
* Migrate from lazy_static to once_cell.Nick Mathewson2020-12-221-24/+24
* authcert: move location into UncheckedAuthCert.Nick Mathewson2020-12-041-22/+39
* Initial pass on directory-manager code.Nick Mathewson2020-11-191-1/+1
* Refactor AuthCertKeyIds::cmp().Nick Mathewson2020-11-191-5/+3
* Make AuthCertKeyIds sortable.Nick Mathewson2020-11-161-0/+16
* Type and functions for key ID inspection of AuthCert.Nick Mathewson2020-11-161-8/+34
* Remember the position of authcert and microdescsNick Mathewson2020-11-141-4/+37
* Remove a bunch of dbg! calls.Nick Mathewson2020-10-261-2/+2
* Document remaining private members of tor-netdoc.Nick Mathewson2020-10-101-3/+15
* A few more tests in tor-netdocNick Mathewson2020-10-071-0/+1
* authcert: test error recovery.Nick Mathewson2020-10-021-10/+36
* Netdoc: use a more bulletproof pattern to prevent infinite loopsNick Mathewson2020-10-021-2/+14
* authcert: add tests for several ways certs can fail.Nick Mathewson2020-10-021-1/+38
* authcert: fix an error, and detect mismatched fingerprintsNick Mathewson2020-10-021-4/+14
* improve errors in authcert.rsNick Mathewson2020-10-011-12/+22
* Remove redundant signature check in authcert parsing.Nick Mathewson2020-09-301-4/+0
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-291-0/+294