aboutsummaryrefslogtreecommitdiff
path: root/tor-llcrypto
Commit message (Expand)AuthorAgeFilesLines
...
* Add keywords to each Cargo.tomlNick Mathewson2021-03-171-0/+1
* Add a description field to all our Cargo.toml filesNick Mathewson2021-03-171-0/+1
* Give it a homepage everyplace.Nick Mathewson2021-03-171-0/+1
* Change an unwrap() in llcrypto to an expect().Nick Mathewson2021-03-161-1/+1
* Remove a couple of unused deps from tor-llcrypto.Nick Mathewson2021-03-101-2/+0
* Bump dependencies with "cargo upgrade"Nick Mathewson2021-03-061-4/+4
* Avoid unwrap() in llcrypto.Nick Mathewson2021-03-041-1/+1
* run cargo fix --edition-idiomsNick Mathewson2021-02-252-4/+4
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
* upgrade a few dependenciesNick Mathewson2021-02-101-3/+3
* Add serde implementations for identity key types.Nick Mathewson2021-02-104-0/+150
* Upgrade crypto dependencies.Nick Mathewson2021-01-131-2/+2
* Upgrade a few more dependencies.Nick Mathewson2021-01-131-1/+1
* Cargo-upgrade a few dependenciesNick Mathewson2020-12-211-2/+2
* Make RSAIdentity implement Copy.Nick Mathewson2020-12-081-2/+1
* De-parameterize ChanMgr and everything that wraps it.Nick Mathewson2020-12-081-0/+1
* Run cargo fix --edition-idiomsNick Mathewson2020-12-021-2/+2
* Upgrade dependenciesNick Mathewson2020-11-101-4/+4
* upgrade a few packages.Nick Mathewson2020-11-051-1/+1
* Tests for tor-chanmgr.Nick Mathewson2020-10-301-0/+1
* Implement a channel-manager type to get or launch channels on request.Nick Mathewson2020-10-301-1/+1
* Run "cargo upgrade".Nick Mathewson2020-10-263-6/+6
* Use from_bytes name for Ed25519IdentityNick Mathewson2020-10-252-4/+4
* Test for finish-handshake functionNick Mathewson2020-10-231-0/+6
* Add a fuzzer for our x509_rsa_kludge function.Nick Mathewson2020-10-213-0/+37
* Ed25519 batch verification test.Nick Mathewson2020-10-211-1/+39
* More tests for ed25519identityNick Mathewson2020-10-212-2/+48
* 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
* Run "cargo upgrade".Nick Mathewson2020-10-151-2/+2
* Use Ed25519Identity in microdescriptors.Nick Mathewson2020-10-152-4/+13
* Add an (unchecked) Ed25519Identity typeNick Mathewson2020-10-153-6/+91
* 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-022-1/+59
* Run cargo upgrade.Nick Mathewson2020-09-261-1/+1
* Document private members in most cratesNick Mathewson2020-09-244-2/+25
* Run cargo upgradeNick Mathewson2020-09-211-4/+3
* Add test for failing RSA identity constructionNick Mathewson2020-09-131-0/+7
* Add some test vectors for rsa, taken from chutneyNick Mathewson2020-09-132-0/+78
* 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-132-1/+53
* llcrypto: Fix a bug in ed25519->curve25519 secret key conversionNick Mathewson2020-09-132-4/+31
* llcrypto: tests for rsa kludgeNick Mathewson2020-09-134-0/+31
* Pare down and sort dependenciesNick Mathewson2020-09-091-14/+12