- 17 Mar, 2020 1 commit
-
-
Nick Mathewson authored
-
- 05 Feb, 2020 1 commit
-
-
Nick Mathewson authored
Private-key validation is fairly expensive for long keys in openssl, so we need to avoid it sooner.
-
- 05 Sep, 2019 1 commit
-
-
- 05 Jun, 2019 1 commit
-
-
Nick Mathewson authored
-
- 16 Jan, 2019 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 04 Sep, 2018 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
This function was a wrapper around RSA_check_key() in openssl, which checks for invalid RSA private keys (like those where p or q are composite, or where d is not the inverse of e, or where n != p*q). We don't need a function like this in NSS, since unlike OpenSSL, NSS won't let you import a bogus private key. I've renamed the function and changed its return type to make it more reasonable, and added a unit test for trying to read a key where n != p*q.
-
Nick Mathewson authored
-
- 22 Aug, 2018 1 commit
-
-
Nick Mathewson authored
7 unit tests are failing at this point, but they're all TLS-related.
-
- 21 Aug, 2018 1 commit
-
-
Nick Mathewson authored
-