aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* update tests for new test vector locationsPaul Kehrer2013-10-311-2/+2
|
* restructure vectors into ciphers/hashes/hmacPaul Kehrer2013-10-301-5/+10
|
* HMAC supportPaul Kehrer2013-10-281-0/+16
| | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py
* Enable all the flake8Alex Gaynor2013-10-211-4/+6
|
* Test what happens when an invalid line is in the cryptrec vectorsDonald Stufft2013-10-191-0/+14
|
* update loader and test to handle lines with bracketsPaul Kehrer2013-10-181-0/+1
|
* alphabetical import order and quote consistency...Paul Kehrer2013-10-181-10/+10
|
* hash vector loader and testsPaul Kehrer2013-10-181-1/+56
|
* flake8 fixesAlex Gaynor2013-10-161-1/+1
|
* Ported openssl vector testsAlex Gaynor2013-10-161-48/+48
|
* Start of the great refactoringAlex Gaynor2013-10-161-138/+132
|
* remove distinction between encrypt/decrypt in the openssl loaderPaul Kehrer2013-09-241-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 contortionsPaul Kehrer2013-09-151-25/+42
|
* add cryptrec and openssl test vector loaders + testsPaul Kehrer2013-09-151-2/+221
|
* Made the load NIST vectors test utility use bytes correctlyAlex Gaynor2013-08-101-58/+95
|
* Add a test utility functions to read & process NIST vector filesDonald Stufft2013-08-091-0/+193