Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pass bytes to modes/algorithms like we should | Paul Kehrer | 2016-03-07 | 1 | -1/+1 |
| | |||||
* | Add support for 160 bit ARC4 keys | Ehren Kret | 2015-11-28 | 1 | -0/+1 |
| | |||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
| | | | | Fixes #1209 | ||||
* | Change how we represented that a test requires a backend. | Alex Gaynor | 2014-10-23 | 1 | -1/+2 |
| | | | | This way is more extensible and requires less maintaince | ||||
* | refactor all tests to use mark instead of generator skips | Paul Kehrer | 2013-12-26 | 1 | -4/+6 |
| | |||||
* | 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 |
| | |||||
* | use both kwargs and named args in lambdas for clarity | Paul Kehrer | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | don't modify params on parametrized tests | Paul Kehrer | 2013-12-20 | 1 | -1/+1 |
| | | | | | multiple backends receive the same params dicts, but we were modifying them using pop. | ||||
* | 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 | -2/+2 |
| | | | | All tests updated to work with the new simplified loader | ||||
* | Ignore the sections of the NIST files | Alex Gaynor | 2013-11-11 | 1 | -2/+2 |
| | |||||
* | ARC4 support | Paul Kehrer | 2013-11-07 | 1 | -0/+43 |