aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* simplify nist loader to completely ignore sectionsPaul Kehrer2013-11-181-29/+11
|
* modify nist loader to support multi-line GCM sectionsPaul Kehrer2013-11-181-1/+9
|
* GCM loader supportPaul Kehrer2013-11-121-1/+5
|
* Remove separate file loaders and replace with onePaul Kehrer2013-11-111-34/+8
| | | | All tests updated to work with the new simplified loader
* Ignore the sections of the NIST filesAlex Gaynor2013-11-111-8/+5
|
* Simplify the code by doing the filtering earlier, rather than laterAlex Gaynor2013-11-111-5/+9
|
* restructure vectors into ciphers/hashes/hmacPaul Kehrer2013-10-301-3/+3
|
* clean up loader and make docs default to hmac sha256Paul Kehrer2013-10-281-1/+8
|
* address initial review commentsPaul Kehrer2013-10-281-2/+3
|
* HMAC supportPaul Kehrer2013-10-281-2/+10
| | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py
* Move primtives into a hazmat packageDonald Stufft2013-10-281-4/+6
|
* Test what happens when an invalid line is in the cryptrec vectorsDonald Stufft2013-10-191-0/+2
|
* update loader and test to handle lines with bracketsPaul Kehrer2013-10-181-1/+1
|
* hash vector loader and testsPaul Kehrer2013-10-181-0/+35
|
* Ported openssl vector testsAlex Gaynor2013-10-161-11/+6
|
* Start of the great refactoringAlex Gaynor2013-10-161-10/+12
|
* simplify cryptrec loader, improve commentsPaul Kehrer2013-09-271-27/+17
|
* remove distinction between encrypt/decrypt in the openssl loaderPaul Kehrer2013-09-241-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 feedbackPaul Kehrer2013-09-231-14/+17
|
* sort the cryptrec loader dict's items to test reliablyPaul Kehrer2013-09-151-1/+1
|
* add cryptrec and openssl test vector loaders + testsPaul Kehrer2013-09-151-0/+83
|
* Made the load NIST vectors test utility use bytes correctlyAlex Gaynor2013-08-101-1/+14
|
* Add a test utility functions to read & process NIST vector filesDonald Stufft2013-08-091-0/+48