summaryrefslogtreecommitdiff
path: root/tor-cert/src/rsa.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-9/+9
| | | | This is painful, but we shouldn't have to do it again.
* Resolve XXXX items in tor-cert crate.Nick Mathewson2020-10-181-1/+0
|
* tor_cert: rename accessorsNick Mathewson2020-09-281-2/+2
|
* Document private members in most cratesNick Mathewson2020-09-241-0/+8
|
* Also RSA identities on channel handshakesNick Mathewson2020-09-091-0/+87
This took a good bit of hacking, including a kludge to extract an RSA subject key from an x509 cert, since we didn't have a good way to do that.