Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-28 | Add test functionally equivalent to the one Joachim is using.HEADmaster | Rob Austein | |
2018-06-28 | Use unittest.TestCase.assertEqual() properly, and crank up test verbosity. | Rob Austein | |
2017-08-22 | Old simplification, never committed. | Rob Austein | |
2017-03-20 | Use PyCrypto instead of Cryptlib to supply AES-ECB function. | Rob Austein | |
Nothing wrong with Cryptlib, but we'll need an AES Keywrap implementation to test key backup in our PyCrypto-based test harness, so converting this implementation to PyCrypto is simplest overall. | |||
2015-05-21 | Test case generator for non-192-bit AES keys. | Rob Austein | |
2015-05-04 | Add code to log internal state, and argparse goo to control verbosity. | Rob Austein | |
2015-05-03 | Initial commit of AES Key Wrap implementation. | Rob Austein | |