Files
tor/src/test
Nick Mathewson 600e046ed3 Rename crypto_pk_check_key(), use it more reasonably, add tests
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.
2018-09-04 14:52:35 -04:00
..
2018-08-21 12:25:33 -04:00
2018-06-20 08:13:28 -04:00
2018-06-20 08:13:28 -04:00
2018-06-20 08:13:28 -04:00
2018-07-03 09:48:03 -04:00
2017-12-07 00:04:39 +00:00
2016-07-01 14:01:41 -04:00
2018-07-10 15:20:30 -04:00
2018-06-20 08:13:28 -04:00
2018-06-20 09:35:05 -04:00
2018-07-05 15:04:18 -04:00
2018-07-10 15:20:30 -04:00
2018-07-31 19:46:00 -04:00
2018-07-10 15:20:30 -04:00
2018-06-20 08:13:28 -04:00
2018-07-10 15:16:57 -04:00
2018-07-31 19:46:00 -04:00