Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_encryption.doctest
Commit message (Collapse)AuthorAgeFilesLines
* Support Python 3Arthur de Jong2015-10-061-26/+33
| | | | | | | | This enables support for Python 3 together with Python 2 support with a single codebase. On Python 3 key data is passed around as bytestrings which makes the doctests a little harder to maintain across Python versions.
* Add MAC tests to all CBC encrypted keysArthur de Jong2014-06-141-0/+16
| | | | | This adds hmac-sha224, hmac-sha256, hmac-sha384 and hmac-sha512 tests for values that are encrypted using CBC block cypher modes.
* Support kw-tripledes decryptionArthur de Jong2014-05-311-0/+11
| | | | | This adds support for key unwrapping using the RFC 3217 Triple DES key wrap algorithm if the PSKC file uses this.
* Support kw-aes128, kw-aes192 and kw-aes256Arthur de Jong2014-05-301-0/+28
| | | | | This adds support for key unwrapping using the RFC 3394 or RFC 5649 algorithm if the PSKC file uses this.
* Support Tripple DES decryptionArthur de Jong2014-05-291-0/+11
|
* Add test for all AES-CBC encryption schemesArthur de Jong2014-05-291-0/+44