Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | change abstract base class registration to use a decorator in modes | Paul Kehrer | 2013-10-17 | 1 | -6/+11 | |
|/ / / / | ||||||
| | * | | fix | Alex Gaynor | 2013-10-17 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Include CTR mode | Alex Gaynor | 2013-10-17 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Merge branch 'master' into refactor-cipher-names | Alex Gaynor | 2013-10-17 | 8 | -0/+59 | |
| | |\ \ | |_|/ / |/| | | | ||||||
* | | | | Merge pull request #104 from reaperhulk/ctr-support | Alex Gaynor | 2013-10-17 | 8 | -0/+59 | |
|\ \ \ \ | | | | | | | | | | | AES Counter support | |||||
| * | | | | additional doc work on ctr | Paul Kehrer | 2013-10-17 | 1 | -8/+7 | |
| | | | | | ||||||
| * | | | | ctr doc language take 3 | Paul Kehrer | 2013-10-17 | 1 | -8/+14 | |
| | | | | | ||||||
| * | | | | remove confusing explanation about reusing nonce in counter mode docs | Paul Kehrer | 2013-10-17 | 1 | -3/+1 | |
| | | | | | ||||||
| * | | | | update docs to roughly describe many time pad attack & link cbc | Paul Kehrer | 2013-10-17 | 1 | -2/+5 | |
| | | | | | ||||||
| * | | | | AES Counter support | Paul Kehrer | 2013-10-17 | 8 | -0/+53 | |
|/ / / / | | | | | | | | | | | | | | | | | * vectors from RFC 3686 * Documentation for the mode | |||||
| | * | | Up our coverage | Alex Gaynor | 2013-10-16 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | pep8 and py3k fixes | Alex Gaynor | 2013-10-16 | 3 | -5/+13 | |
| | | | | ||||||
| | * | | Refactor how cipher names are computed | Alex Gaynor | 2013-10-16 | 5 | -16/+50 | |
| |/ / |/| | | ||||||
| | * | Get the tests running | Alex Gaynor | 2013-10-16 | 2 | -1/+21 | |
| | | | ||||||
| | * | Fixed huge inaccuracies in the docs | Alex Gaynor | 2013-10-16 | 1 | -6/+4 | |
| | | | ||||||
| | * | Port this test except it doesn't work because of plaintext and ciphertext ↵ | Alex Gaynor | 2013-10-16 | 1 | -12/+6 | |
| | | | | | | | | | | | | naming, need to make that flexible | |||||
| | * | Merge branch 'master' into triple-des | Alex Gaynor | 2013-10-16 | 52 | -299/+13338 | |
| | |\ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | Also moved most of the tests to the new format except for one which doesn't yet have an obvious translation Conflicts: cryptography/primitives/block/ciphers.py tests/primitives/test_nist.py | |||||
* | | | Merge pull request #107 from alex/ignore-htmlcov | Donald Stufft | 2013-10-16 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Ignore the htmlcov dir | |||||
| * | | | Ignore the htmlcov dir | Alex Gaynor | 2013-10-16 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge pull request #106 from alex/duplication-reduction | Donald Stufft | 2013-10-16 | 9 | -429/+349 | |
|\ \ \ \ | | | | | | | | | | | Remove much of the duplication found in the tests | |||||
| * | | | | flake8 fixes | Alex Gaynor | 2013-10-16 | 3 | -3/+6 | |
| | | | | | ||||||
| * | | | | Unit test the test harness | Alex Gaynor | 2013-10-16 | 1 | -0/+14 | |
| | | | | | ||||||
| * | | | | Yolo | Alex Gaynor | 2013-10-16 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Rewrite to avoid capitalization issues | Alex Gaynor | 2013-10-16 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Move around the skip logic | Alex Gaynor | 2013-10-16 | 3 | -21/+26 | |
| | | | | | ||||||
| * | | | | Consolidate this list | Alex Gaynor | 2013-10-16 | 3 | -6/+9 | |
| | | | | | ||||||
| * | | | | Ported openssl vector tests | Alex Gaynor | 2013-10-16 | 6 | -141/+88 | |
| | | | | | ||||||
| * | | | | Missed file | Alex Gaynor | 2013-10-16 | 1 | -0/+40 | |
| | | | | | ||||||
| * | | | | Start of the great refactoring | Alex Gaynor | 2013-10-16 | 4 | -310/+218 | |
| |/ / / | ||||||
* | | | | Merge pull request #105 from Ivoz/ssl-fix | Alex Gaynor | 2013-10-16 | 3 | -4/+30 | |
|\ \ \ \ | |/ / / |/| | | | Explicitly add ssl.h as dependency | |||||
| * | | | Explicitly add ssl.h as dependency | Matthew Iversen | 2013-10-17 | 3 | -4/+30 | |
|/ / / | | | | | | | | | | | | | Add ssl as a linked library, this is at least necessary on ArchLinux | |||||
* | | | Merge pull request #103 from alex/style-fixes | Donald Stufft | 2013-10-16 | 1 | -15/+18 | |
|\ \ \ | | | | | | | | | A handful of small style fixes | |||||
| * | | | A handful of small style fixes | Alex Gaynor | 2013-10-15 | 1 | -15/+18 | |
| | | | | ||||||
* | | | | Merge pull request #72 from reaperhulk/camellia-support | Alex Gaynor | 2013-10-16 | 8 | -2/+217 | |
|\ \ \ \ | |/ / / |/| | | | Camellia support | |||||
| * | | | 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 | 2 | -4/+4 | |
| | | | | ||||||
| * | | | change camellia keysize to frozenset to match recent PR | Paul Kehrer | 2013-10-06 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | remove openssl api dependency in test_openssl_vectors | Paul Kehrer | 2013-10-06 | 2 | -12/+11 | |
| | | | | | | | | | | | | | | | | Update some single quotes to double for consistency | |||||
| * | | | rebase and modify to support some changed behaviors | Paul Kehrer | 2013-10-06 | 4 | -36/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | |||||
| * | | | add pytest.ini with flags to show skipped test reasons, revert tox.ini | Paul Kehrer | 2013-10-06 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Camellia block cipher support | Paul Kehrer | 2013-10-06 | 6 | -1/+229 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| * | | | lower ciphername, add api supports, improved assertion message | Paul Kehrer | 2013-10-06 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * supports method added to api to check if a ciphername is available. This will be used with skipif (and probably elsewhere) * ciphername lowered. OpenSSL frequently supports aliases for various casing, but reliably supports all lowercase. (e.g. camellia-128-cbc, vs Camellia-128-CBC) * When a cipher is not found an error will now be raised telling you what string cipher it couldn't find. This should probably become a real error like CipherNotFoundError. | |||||
* | | | | Merge pull request #100 from reaperhulk/openssl-bio-bindings | Alex Gaynor | 2013-10-15 | 3 | -1/+168 | |
|\ \ \ \ | | | | | | | | | | | openssl initial bio support (refs #77) | |||||
| * | | | | openssl initial bio support (refs #77) | Paul Kehrer | 2013-10-15 | 3 | -1/+168 | |
|/ / / / | ||||||
* | | | | Merge pull request #102 from reaperhulk/openssl-conf-support | Alex Gaynor | 2013-10-15 | 2 | -0/+27 | |
|\ \ \ \ | | | | | | | | | | | skeleton openssl conf support refs #77 | |||||
| * | | | | skeleton openssl conf support refs #77 | Paul Kehrer | 2013-10-14 | 2 | -0/+27 | |
| | | | | | ||||||
* | | | | | Merge pull request #101 from reaperhulk/openssl-mem-dbg-support | Alex Gaynor | 2013-10-14 | 1 | -0/+10 | |
|\ \ \ \ \ | |/ / / / |/| | | | | add some openssl CRYPTO_* methods for memory debugging. refs #77 | |||||
| * | | | | add some openssl CRYPTO_* methods for memory debugging. refs #77 | Paul Kehrer | 2013-10-14 | 1 | -0/+10 | |
|/ / / / | ||||||
* | | | | Merge pull request #99 from reaperhulk/cffi-load-types-first | Alex Gaynor | 2013-10-12 | 1 | -2/+10 | |
|\ \ \ \ | | | | | | | | | | | Load types from all cffi modules before declaring functions or macros | |||||
| * | | | | loop over functions and macros separately rather than using zip | Paul Kehrer | 2013-10-12 | 1 | -3/+2 | |
| | | | | |