commit | dff22d4707a50b8164c5c6acd5521bcd91160cd1 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Sep 27 13:43:06 2013 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Oct 06 17:31:31 2013 -0500 |
tree | 761787ecb9a65b941fcfd4907c16ee244f6bf9b4 | |
parent | 867b979b81aba0578d7241d6a38201214a976ace [diff] |
Camellia block cipher support * 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