Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-13 | Whack all Python shebangs to Python 3 | Rob Austein | |
2020-06-10 | Fix remaining Python 3 unit test string encoding bug | Rob Austein | |
Really just one bug, but confusingly masked by an interaction between generators and our XDR context manager, so don't use the context manager in the one generator method in the cryptech.libhal API. Also run reindent.py on a few old test modules. | |||
2020-05-26 | Wow, python-version-independent hexadecimal is painful | Rob Austein | |
2020-05-25 | Untested conversion to support Python 3 | Rob Austein | |
2015-12-13 | whack copyrights | Paul Selkirk | |
2015-06-11 | Debug 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-04 | Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto | Rob Austein | |
passes them. Add missing copyright notices, other trivial cleanup (whitespace, etc). | |||
2015-06-01 | Add padding options to test workaround for current ModExp bugs. | Rob Austein | |
2015-05-27 | First pass at RSA tests. | Rob Austein | |