aboutsummaryrefslogtreecommitdiff
path: root/tests/test-rsa.py
AgeCommit message (Collapse)Author
2015-12-13whack copyrightsPaul Selkirk
2015-06-11Debug modexp_fp() buffer handling. Add basic timing report.Rob Austein
Compensate for PyCrypto's weird inversion of p and q when calculating CRT coefficients, and add key the key components PyCrypto doesn't bother pre-calculating to our test data.
2015-06-04Disable HMAC-SHA-384 tests as neither my implementation nor PyCryptoRob Austein
passes them. Add missing copyright notices, other trivial cleanup (whitespace, etc).
2015-06-01Add padding options to test workaround for current ModExp bugs.Rob Austein
2015-05-27First pass at RSA tests.Rob Austein