Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move stuff around and coverage | Alex Gaynor | 2013-12-24 | 1 | -1/+20 | |
| | ||||||
* | simplify nist loader to completely ignore sections | Paul Kehrer | 2013-11-18 | 1 | -26/+26 | |
| | ||||||
* | modify nist loader to support multi-line GCM sections | Paul Kehrer | 2013-11-18 | 1 | -0/+20 | |
| | ||||||
* | GCM loader support | Paul Kehrer | 2013-11-12 | 1 | -0/+130 | |
| | ||||||
* | flake8 | Alex Gaynor | 2013-11-12 | 1 | -0/+1 | |
| | ||||||
* | fixed bytes | Alex Gaynor | 2013-11-12 | 1 | -4/+4 | |
| | ||||||
* | simplify | Alex Gaynor | 2013-11-12 | 1 | -11/+17 | |
| | ||||||
* | Simplify and make better hte tests for load_from_file | Alex Gaynor | 2013-11-12 | 1 | -154/+11 | |
| | ||||||
* | Remove separate file loaders and replace with one | Paul Kehrer | 2013-11-11 | 1 | -11/+13 | |
| | | | | All tests updated to work with the new simplified loader | |||||
* | Removed some tests that are now duplicates | Alex Gaynor | 2013-11-11 | 1 | -159/+2 | |
| | ||||||
* | Ignore the sections of the NIST files | Alex Gaynor | 2013-11-11 | 1 | -5/+111 | |
| | ||||||
* | update tests for new test vector locations | Paul Kehrer | 2013-10-31 | 1 | -2/+2 | |
| | ||||||
* | restructure vectors into ciphers/hashes/hmac | Paul Kehrer | 2013-10-30 | 1 | -5/+10 | |
| | ||||||
* | HMAC support | Paul Kehrer | 2013-10-28 | 1 | -0/+16 | |
| | | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py | |||||
* | Enable all the flake8 | Alex Gaynor | 2013-10-21 | 1 | -4/+6 | |
| | ||||||
* | Test what happens when an invalid line is in the cryptrec vectors | Donald Stufft | 2013-10-19 | 1 | -0/+14 | |
| | ||||||
* | update loader and test to handle lines with brackets | Paul Kehrer | 2013-10-18 | 1 | -0/+1 | |
| | ||||||
* | alphabetical import order and quote consistency... | Paul Kehrer | 2013-10-18 | 1 | -10/+10 | |
| | ||||||
* | hash vector loader and tests | Paul Kehrer | 2013-10-18 | 1 | -1/+56 | |
| | ||||||
* | flake8 fixes | Alex Gaynor | 2013-10-16 | 1 | -1/+1 | |
| | ||||||
* | Ported openssl vector tests | Alex Gaynor | 2013-10-16 | 1 | -48/+48 | |
| | ||||||
* | Start of the great refactoring | Alex Gaynor | 2013-10-16 | 1 | -138/+132 | |
| | ||||||
* | remove distinction between encrypt/decrypt in the openssl loader | Paul Kehrer | 2013-09-24 | 1 | -105/+7 | |
| | | | | | | | * This was done because all the OpenSSL test vectors we're currently using are identical between encrypt/decrypt. * Removed a bunch of unneeded unit tests that checked the encrypt/decrypt vectors | |||||
* | crazy pep8 contortions | Paul Kehrer | 2013-09-15 | 1 | -25/+42 | |
| | ||||||
* | add cryptrec and openssl test vector loaders + tests | Paul Kehrer | 2013-09-15 | 1 | -2/+221 | |
| | ||||||
* | Made the load NIST vectors test utility use bytes correctly | Alex Gaynor | 2013-08-10 | 1 | -58/+95 | |
| | ||||||
* | Add a test utility functions to read & process NIST vector files | Donald Stufft | 2013-08-09 | 1 | -0/+193 | |