Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Address most of my own comments | Alex Stapleton | 2014-03-27 | 1 | -3/+3 | |
| | ||||||
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 1 | -0/+9 | |
| | ||||||
* | Move cryptography.vectors to cryptography_vectors | Alex Stapleton | 2014-03-24 | 1 | -4/+5 | |
| | | | | | | | All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task. | |||||
* | Load vectors from cryptography.vectors | Matthew Iversen | 2014-03-22 | 1 | -8/+5 | |
| | ||||||
* | a few small fixes | Paul Kehrer | 2014-03-19 | 1 | -0/+1 | |
| | ||||||
* | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -1/+1 | |
| | ||||||
* | py3 fix | Paul Kehrer | 2014-03-18 | 1 | -2/+2 | |
| | ||||||
* | another file permutation for rsa nist tested. | Paul Kehrer | 2014-03-18 | 1 | -0/+3 | |
| | ||||||
* | expand RSA NIST vector loader to support verification vectors as well | Paul Kehrer | 2014-03-18 | 1 | -8/+27 | |
| | ||||||
* | change rsa nist loader to use strings for algorithm name | Paul Kehrer | 2014-03-16 | 1 | -1/+1 | |
| | ||||||
* | Change flag to a bool | Mohammed Attia | 2014-03-13 | 1 | -12/+12 | |
| | ||||||
* | Remove some of the vectors in the loader test | Mohammed Attia | 2014-03-12 | 1 | -11/+5 | |
| | ||||||
* | Add loader and loader test for FIPS DSA KeyPair vectors | Mohammed Attia | 2014-03-12 | 1 | -0/+55 | |
| | ||||||
* | add FIPS RSA test loader + tests | Paul Kehrer | 2014-03-10 | 1 | -0/+41 | |
| | ||||||
* | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 1 | -0/+2 | |
| | ||||||
* | these examples should be bytes to be consistent with other loaders | Paul Kehrer | 2014-02-19 | 1 | -2/+2 | |
| | ||||||
* | rename msg -> message in pkcs1 loader | Paul Kehrer | 2014-02-18 | 1 | -1/+1 | |
| | ||||||
* | fix pep8 | Paul Kehrer | 2014-02-17 | 1 | -3/+4 | |
| | ||||||
* | expand pkcs1 loader to load PKCS1 v1.5 and PSS signature examples | Paul Kehrer | 2014-02-17 | 1 | -2/+43 | |
| | ||||||
* | remove openssl vector loader that is no longer in use | Paul Kehrer | 2014-02-16 | 1 | -20/+0 | |
| | ||||||
* | add crt coefficients to RSAPrivateKey constructor and update tests | Paul Kehrer | 2014-02-12 | 1 | -0/+6 | |
| | ||||||
* | PKCS #1 RSA test vector loader | Alex Stapleton | 2014-02-05 | 1 | -0/+77 | |
| | ||||||
* | PBKDF2 support for OpenSSL backend | Paul Kehrer | 2014-01-28 | 1 | -0/+4 | |
| | ||||||
* | Represent the hash vectors more cleanly | Alex Gaynor | 2014-01-27 | 1 | -10/+13 | |
| | ||||||
* | revert fixture decorator for now, switch to append. no more globals | Paul Kehrer | 2014-01-19 | 1 | -6/+6 | |
| | ||||||
* | modify backend selection to allow multiple backends via comma delimiter | Paul Kehrer | 2014-01-18 | 1 | -8/+17 | |
| | ||||||
* | support --backend as a pytest flag to limit to one backend for testing | Paul Kehrer | 2014-01-13 | 1 | -0/+10 | |
| | ||||||
* | backend support check now lists which backend caused the skip | Paul Kehrer | 2014-01-03 | 1 | -1/+3 | |
| | ||||||
* | change typeerror to valueerror | Paul Kehrer | 2013-12-27 | 1 | -2/+2 | |
| | ||||||
* | rename the method to be less horribly named | Paul Kehrer | 2013-12-26 | 1 | -1/+1 | |
| | ||||||
* | add mark that allows us to do skip tests on backends via decorators | Paul Kehrer | 2013-12-26 | 1 | -0/+10 | |
| | ||||||
* | 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 |