| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* vectors from RFC 3686
* Documentation for the mode
|
| |
|
| |
|
| |
|
|
|
|
| |
Update some single quotes to double for consistency
|
|
|
|
|
|
|
|
|
| |
* Update code to reflect new api object (ffi and lib are no longer private)
* tests updated to take an api object
* skipif marks removed for now as we need to use the api passed to each
individual test. skip testing done inside the test
* changed name of supports in api to supports_cipher (future PRs will
contain supports_hash)
|
|
* 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
|