aboutsummaryrefslogtreecommitdiffstats
path: root/tests/primitives/test_ciphers.py
Commit message (Collapse)AuthorAgeFilesLines
* Camellia block cipher supportPaul Kehrer2013-10-061-1/+16
| | | | | | | | * Tests for CBC, OFB, CFB, and ECB * Tests will be automatically skipped if camellia support is not present in your OpenSSL library (e.g. OS X 10.8 with default OpenSSL) * Test for unsupported cipher in create_block_cipher_context * Docs for the cipher
* Add mandatory headers to files touched by this branchHynek Schlawack2013-08-111-0/+2
|
* Ensure that AES gets a proper key sizeDonald Stufft2013-08-101-0/+4
|
* Ciphers should know what size their keys areDonald Stufft2013-08-101-0/+29