aboutsummaryrefslogtreecommitdiff
path: root/tor-llcrypto/src
Commit message (Expand)AuthorAgeFilesLines
...
* Test for finish-handshake functionNick Mathewson2020-10-231-0/+6
* More tests for ed25519identityNick Mathewson2020-10-211-2/+9
* Implement From, not Into.Nick Mathewson2020-10-191-4/+4
* Validate master-key-ed25519 field in routerdescsNick Mathewson2020-10-191-0/+6
* Improvements to Relay type in tor-netdir.Nick Mathewson2020-10-191-0/+8
* Clarify kludgey magic in our to_der() function.Nick Mathewson2020-10-181-1/+6
* Use Ed25519Identity in microdescriptors.Nick Mathewson2020-10-151-3/+12
* Add an (unchecked) Ed25519Identity typeNick Mathewson2020-10-151-0/+76
* llcrypto: Move ed25519 module into its own file.Nick Mathewson2020-10-152-75/+74
* tests for some failing cases in mdconsensusNick Mathewson2020-10-061-1/+1
* Make rsa::PublicKey derive Debug.Nick Mathewson2020-10-021-1/+1
* Enable batch ed25519 verification.Nick Mathewson2020-10-021-0/+58
* Document private members in most cratesNick Mathewson2020-09-244-2/+25
* Now that the rsa crate has pkcs1 decoding, use it.Nick Mathewson2020-09-131-40/+7
* stop exposing rsa::errors::Result.Nick Mathewson2020-09-131-7/+4
* Add unit test for ValidatableEd25519SignatureNick Mathewson2020-09-131-0/+28
* Add test vectors for curve25519->ed25519 parts of llcryptoNick Mathewson2020-09-131-1/+2
* llcrypto: Fix a bug in ed25519->curve25519 secret key conversionNick Mathewson2020-09-131-4/+30
* llcrypto: tests for rsa kludgeNick Mathewson2020-09-132-0/+31
* cargo fix --edition-idiomsNick Mathewson2020-09-091-5/+5
* Also RSA identities on channel handshakesNick Mathewson2020-09-092-0/+64
* Fix bogus docs in ll::pk::rsaNick Mathewson2020-09-091-2/+2
* Fix clippy warnings; improve key type for consensus.Nick Mathewson2020-09-071-2/+1
* RSAIdentity: Better Display and Debug.Nick Mathewson2020-09-071-1/+14
* Migrate certificate and routerdesc checking to tor-checkableNick Mathewson2020-09-031-8/+7
* llcrypto: Define a "ValidatableSignature" typeNick Mathewson2020-09-032-0/+67
* Implement an ersatz hash() for RSAIdentityNick Mathewson2020-08-281-1/+7
* llcrypto: make RSAIdentity implement the Hash trait.Nick Mathewson2020-08-271-1/+1
* Upgrade to latest version of rsa crateNick Mathewson2020-06-121-13/+13
* update to use latest rust-crypto traits and modulesNick Mathewson2020-06-101-1/+1
* Use links for traits in llcrypto docsNick Mathewson2020-05-083-4/+8
* Upgrade to a modern version of "sha-1".Nick Mathewson2020-05-081-44/+3
* make id field in RSAIdentity privateNick Mathewson2020-05-081-2/+4
* most missing docs for llcryptoNick Mathewson2020-05-086-22/+70
* Stop re-exporting traits from tor-llcrypto. It does not help.Nick Mathewson2020-05-084-11/+2
* llcrypto: small documentation improvementsNick Mathewson2020-05-081-6/+10
* Fresh git repository for work on "arti"Nick Mathewson2020-05-077-0/+309