summaryrefslogtreecommitdiff
path: root/tor-llcrypto/src/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-llcrypto: Improve documentation and move keyblinding.Nick Mathewson2021-05-211-3/+3
|
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-181-0/+1
| | | | | | dalek-crypto is stuck on rand_core 0.5.1, so we've been stuck too. This commit introduces a compatibility module so that we can wrap new rand_core instances to make them backward compatible.
* Document private members in most cratesNick Mathewson2020-09-241-0/+9
|
* llcrypto: tests for rsa kludgeNick Mathewson2020-09-131-0/+26
|
* cargo fix --edition-idiomsNick Mathewson2020-09-091-5/+5
|
* Also RSA identities on channel handshakesNick Mathewson2020-09-091-0/+63
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.