Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move stuff around and coverage | Alex Gaynor | 2013-12-24 | 1 | -1/+11 | |
| | ||||||
* | simplify nist loader to completely ignore sections | Paul Kehrer | 2013-11-18 | 1 | -29/+11 | |
| | ||||||
* | modify nist loader to support multi-line GCM sections | Paul Kehrer | 2013-11-18 | 1 | -1/+9 | |
| | ||||||
* | GCM loader support | Paul Kehrer | 2013-11-12 | 1 | -1/+5 | |
| | ||||||
* | Remove separate file loaders and replace with one | Paul Kehrer | 2013-11-11 | 1 | -34/+8 | |
| | | | | All tests updated to work with the new simplified loader | |||||
* | Ignore the sections of the NIST files | Alex Gaynor | 2013-11-11 | 1 | -8/+5 | |
| | ||||||
* | Simplify the code by doing the filtering earlier, rather than later | Alex Gaynor | 2013-11-11 | 1 | -5/+9 | |
| | ||||||
* | restructure vectors into ciphers/hashes/hmac | Paul Kehrer | 2013-10-30 | 1 | -3/+3 | |
| | ||||||
* | clean up loader and make docs default to hmac sha256 | Paul Kehrer | 2013-10-28 | 1 | -1/+8 | |
| | ||||||
* | address initial review comments | Paul Kehrer | 2013-10-28 | 1 | -2/+3 | |
| | ||||||
* | HMAC support | Paul Kehrer | 2013-10-28 | 1 | -2/+10 | |
| | | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py | |||||
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 1 | -4/+6 | |
| | ||||||
* | Test what happens when an invalid line is in the cryptrec vectors | Donald Stufft | 2013-10-19 | 1 | -0/+2 | |
| | ||||||
* | update loader and test to handle lines with brackets | Paul Kehrer | 2013-10-18 | 1 | -1/+1 | |
| | ||||||
* | hash vector loader and tests | Paul Kehrer | 2013-10-18 | 1 | -0/+35 | |
| | ||||||
* | Ported openssl vector tests | Alex Gaynor | 2013-10-16 | 1 | -11/+6 | |
| | ||||||
* | Start of the great refactoring | Alex Gaynor | 2013-10-16 | 1 | -10/+12 | |
| | ||||||
* | simplify cryptrec loader, improve comments | Paul Kehrer | 2013-09-27 | 1 | -27/+17 | |
| | ||||||
* | remove distinction between encrypt/decrypt in the openssl loader | Paul Kehrer | 2013-09-24 | 1 | -19/+6 | |
| | | | | | | | * 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 | |||||
* | simplify and annotate loaders based on review feedback | Paul Kehrer | 2013-09-23 | 1 | -14/+17 | |
| | ||||||
* | sort the cryptrec loader dict's items to test reliably | Paul Kehrer | 2013-09-15 | 1 | -1/+1 | |
| | ||||||
* | add cryptrec and openssl test vector loaders + tests | Paul Kehrer | 2013-09-15 | 1 | -0/+83 | |
| | ||||||
* | Made the load NIST vectors test utility use bytes correctly | Alex Gaynor | 2013-08-10 | 1 | -1/+14 | |
| | ||||||
* | Add a test utility functions to read & process NIST vector files | Donald Stufft | 2013-08-09 | 1 | -0/+48 | |