Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flake8 fixes | Alex Gaynor | 2013-10-16 | 1 | -1/+5 |
| | |||||
* | Yolo | Alex Gaynor | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | Move around the skip logic | Alex Gaynor | 2013-10-16 | 1 | -2/+3 |
| | |||||
* | Ported openssl vector tests | Alex Gaynor | 2013-10-16 | 1 | -2/+2 |
| | |||||
* | Start of the great refactoring | Alex Gaynor | 2013-10-16 | 1 | -36/+11 |
| | |||||
* | use the pragmas consistently. | Paul Kehrer | 2013-10-15 | 1 | -2/+2 |
| | |||||
* | add pragma: no cover to handle coverage in the tests for the moment | Paul Kehrer | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | remove openssl api dependency in test_openssl_vectors | Paul Kehrer | 2013-10-06 | 1 | -2/+2 |
| | | | | Update some single quotes to double for consistency | ||||
* | rebase and modify to support some changed behaviors | Paul Kehrer | 2013-10-06 | 1 | -6/+4 |
| | | | | | | | | | * 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) | ||||
* | Camellia block cipher support | Paul Kehrer | 2013-10-06 | 1 | -0/+64 |
* 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 |