| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-llcrypto: Improve documentation and move keyblinding. | Nick Mathewson | 2021-05-21 | 1 | -3/+3 |
| | | |||||
| * | Add a compatibility layer so we can upgrade rand_core. | Nick Mathewson | 2021-03-18 | 1 | -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 crates | Nick Mathewson | 2020-09-24 | 1 | -0/+9 |
| | | |||||
| * | llcrypto: tests for rsa kludge | Nick Mathewson | 2020-09-13 | 1 | -0/+26 |
| | | |||||
| * | cargo fix --edition-idioms | Nick Mathewson | 2020-09-09 | 1 | -5/+5 |
| | | |||||
| * | Also RSA identities on channel handshakes | Nick Mathewson | 2020-09-09 | 1 | -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. | |||||
