Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify code and add test | Alex Gaynor | 2014-06-30 | 1 | -2/+2 |
| | |||||
* | Fixes #1200 -- disallow GCM truncation by default | Alex Gaynor | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backends | Paul Kehrer | 2014-05-15 | 1 | -0/+33 |
| | |||||
* | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | updates to make the project pep8-naming clean | Paul Kehrer | 2014-02-24 | 1 | -6/+6 |
| | |||||
* | Reformat AES CTR vectors to use NIST loader & document their source properly | Paul Kehrer | 2014-02-15 | 1 | -4/+2 |
| | |||||
* | refactor all tests to use mark instead of generator skips | Paul Kehrer | 2013-12-26 | 1 | -25/+52 |
| | |||||
* | correct import style | Paul Kehrer | 2013-12-24 | 1 | -0/+1 |
| | |||||
* | add all the markers to the tests | Paul Kehrer | 2013-12-24 | 1 | -0/+2 |
| | |||||
* | add more skip check lambdas | Paul Kehrer | 2013-12-23 | 1 | -0/+16 |
| | |||||
* | use both kwargs and named args in lambdas for clarity | Paul Kehrer | 2013-12-21 | 1 | -9/+9 |
| | |||||
* | don't modify params on parametrized tests | Paul Kehrer | 2013-12-20 | 1 | -10/+10 |
| | | | | | multiple backends receive the same params dicts, but we were modifying them using pop. | ||||
* | GCM support | Paul Kehrer | 2013-11-29 | 1 | -1/+20 |
| | |||||
* | Also remove teh ciphers specific class | Alex Gaynor | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | Remove separate file loaders and replace with one | Paul Kehrer | 2013-11-11 | 1 | -6/+6 |
| | | | | All tests updated to work with the new simplified loader | ||||
* | Ignore the sections of the NIST files | Alex Gaynor | 2013-11-11 | 1 | -4/+4 |
| | |||||
* | block cipher rename | Paul Kehrer | 2013-11-06 | 1 | -7/+7 |
| | | | | | | * block renamed to ciphers * ciphers renamed to algorithms * base moved into algorithms | ||||
* | simplify some test class structure | Paul Kehrer | 2013-10-31 | 1 | -13/+1 |
| | |||||
* | update tests for new test vector locations | Paul Kehrer | 2013-10-31 | 1 | -45/+9 |
| | |||||
* | move around the tests to organize by cipher | Paul Kehrer | 2013-10-30 | 1 | -0/+182 |