Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 1 | -65/+0 |
| | |||||
* | Tests for all the keysizes | Alex Gaynor | 2013-10-21 | 1 | -1/+16 |
| | |||||
* | Camellia block cipher support | Paul Kehrer | 2013-10-06 | 1 | -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 branch | Hynek Schlawack | 2013-08-11 | 1 | -0/+2 |
| | |||||
* | Ensure that AES gets a proper key size | Donald Stufft | 2013-08-10 | 1 | -0/+4 |
| | |||||
* | Ciphers should know what size their keys are | Donald Stufft | 2013-08-10 | 1 | -0/+29 |