Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #812 from public/circular-fix | Paul Kehrer | 2014-03-16 | 2 | -9/+28 |
|\ | | | | | Fix circular imports with available_backends() | ||||
| * | s/available_backends/_available_backends/ | Alex Stapleton | 2014-03-16 | 2 | -11/+11 |
| | | |||||
| * | Fix circular imports with available_backends() | Alex Stapleton | 2014-03-16 | 2 | -9/+28 |
|/ | |||||
* | Merge pull request #807 from Ayrx/add-backend-check-to-rsa | Paul Kehrer | 2014-03-16 | 3 | -0/+51 |
|\ | | | | | Added backend check to rsa primitives | ||||
| * | Style nitpick | Ayrx | 2014-03-16 | 1 | -1/+1 |
| | | |||||
| * | Added backend check to rsa primitives | Ayrx | 2014-03-16 | 3 | -0/+51 |
| | | |||||
* | | Merge pull request #806 from Ayrx/add-backend-check-to-cipher | Paul Kehrer | 2014-03-16 | 3 | -1/+23 |
|\ \ | | | | | | | Added backend check to cipher primitives | ||||
| * | | Style nitpick | Ayrx | 2014-03-16 | 1 | -1/+2 |
| | | | |||||
| * | | Added backend check to cipher primitives | Ayrx | 2014-03-16 | 3 | -1/+22 |
| |/ | |||||
* | | Merge pull request #805 from Ayrx/add-backend-check-to-hmac | Paul Kehrer | 2014-03-16 | 3 | -4/+29 |
|\ \ | | | | | | | Added backend check to hmac primitives | ||||
| * | | Fixed style nitpick | Ayrx | 2014-03-16 | 2 | -2/+4 |
| | | | |||||
| * | | Added backend check to hmac primitives | Ayrx | 2014-03-16 | 3 | -5/+28 |
| |/ | |||||
* | | Merge pull request #804 from Ayrx/add-backend-check-to-hashes | Paul Kehrer | 2014-03-16 | 3 | -3/+27 |
|\ \ | |/ |/| | Added backend check to hash primitives | ||||
| * | Style nitpick | Ayrx | 2014-03-16 | 1 | -1/+2 |
| | | |||||
| * | Added backend check to hash primitives | Ayrx | 2014-03-16 | 3 | -3/+26 |
|/ | |||||
* | Merge pull request #803 from alex/style | Paul Kehrer | 2014-03-15 | 1 | -2/+4 |
|\ | | | | | Don't put things with side effects in assert statements | ||||
| * | Don't put things with side effects in assert statements | Alex Gaynor | 2014-03-15 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #775 from reaperhulk/rsa-mgf1-class | Alex Gaynor | 2014-03-15 | 3 | -0/+71 |
|\ \ | | | | | | | add MGF1 class, docs, tests | ||||
| * | | restructure if statements to be less confusing | Paul Kehrer | 2014-03-15 | 1 | -2/+2 |
| | | | |||||
| * | | make MAX_LENGTH an object() | Paul Kehrer | 2014-03-14 | 1 | -3/+1 |
| | | | |||||
| * | | document MAX_LENGTH | Paul Kehrer | 2014-03-11 | 1 | -0/+5 |
| | | | |||||
| * | | make attributes of MGF1 private since that's our general convention | Paul Kehrer | 2014-03-11 | 2 | -6/+6 |
| | | | |||||
| * | | change MAX_LENGTH to be an object rather than a byte string | Paul Kehrer | 2014-03-11 | 1 | -3/+5 |
| | | | |||||
| * | | add MGF1 class, docs, tests | Paul Kehrer | 2014-03-10 | 3 | -0/+66 |
| | | | |||||
* | | | Merge pull request #802 from public/platforms | Paul Kehrer | 2014-03-15 | 1 | -0/+12 |
|\ \ \ | |_|/ |/| | | Document the platforms we test on | ||||
| * | | Tweak wording | Alex Stapleton | 2014-03-15 | 1 | -2/+2 |
| | | | |||||
| * | | Alphabetise | Alex Stapleton | 2014-03-15 | 1 | -1/+1 |
| | | | |||||
| * | | Document Python versions too | Alex Stapleton | 2014-03-15 | 1 | -1/+2 |
| | | | |||||
| * | | Document the platforms we test on | Alex Stapleton | 2014-03-15 | 1 | -0/+11 |
| | | | |||||
* | | | Merge pull request #801 from reaperhulk/fix-idea-coverage | Alex Gaynor | 2014-03-15 | 1 | -1/+11 |
|\ \ \ | | | | | | | | | test IDEA key_size properly | ||||
| * | | | test IDEA key_size properly | Paul Kehrer | 2014-03-15 | 1 | -1/+11 |
| |/ / | |||||
* | | | Merge pull request #800 from alex/style-cleanup | Paul Kehrer | 2014-03-15 | 4 | -10/+8 |
|\ \ \ | | | | | | | | | Small style cleanup for imports | ||||
| * | | | Small style cleanup for imports | Alex Gaynor | 2014-03-15 | 4 | -10/+8 |
|/ / / | |||||
* | | | Merge pull request #799 from Ayrx/add-backend-check-to-kdf | Paul Kehrer | 2014-03-15 | 7 | -8/+44 |
|\ \ \ | | | | | | | | | Added backend check to kdf primitives | ||||
| * | | | Removed newline from start of methods | Ayrx | 2014-03-15 | 4 | -4/+0 |
| | | | | |||||
| * | | | Fixed pep8 error | Ayrx | 2014-03-15 | 1 | -1/+3 |
| | | | | |||||
| * | | | Added backend check to kdf primitives | Ayrx | 2014-03-15 | 5 | -6/+44 |
| | | | | |||||
* | | | | Merge pull request #796 from reaperhulk/update-jenkins-url | Alex Gaynor | 2014-03-15 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | update jenkins URL to use TLS | ||||
| * | | | | update jenkins URL to use TLS | Paul Kehrer | 2014-03-15 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #789 from skeuomorf/loader | Paul Kehrer | 2014-03-15 | 2 | -1/+408 |
|\ \ \ \ | |_|/ / |/| | | | Loader for DSA FIPS KeyPair vectors | ||||
| * | | | Add the vectors for different (L,N) pairs again for the loader test | Mohammed Attia | 2014-03-13 | 1 | -108/+246 |
| | | | | |||||
| * | | | Change flag to a bool | Mohammed Attia | 2014-03-13 | 2 | -106/+104 |
| | | | | |||||
| * | | | Remove some of the vectors in the loader test | Mohammed Attia | 2014-03-12 | 2 | -588/+7 |
| | | | | |||||
| * | | | Use iteritems from the six module for Python 3 compatibility | Mohammed Attia | 2014-03-12 | 1 | -1/+3 |
| | | | | |||||
| * | | | Decrease loader test size | Mohammed Attia | 2014-03-12 | 1 | -575/+1 |
| | | | | |||||
| * | | | Add loader and loader test for FIPS DSA KeyPair vectors | Mohammed Attia | 2014-03-12 | 2 | -1/+1425 |
| | | | | |||||
* | | | | Merge pull request #798 from Ayrx/add-backend-check-to-twofactor | Paul Kehrer | 2014-03-15 | 7 | -4/+50 |
|\ \ \ \ | |_|/ / |/| | | | Added backend check to twofactor primitives | ||||
| * | | | Removed pretend stub | Ayrx | 2014-03-15 | 2 | -6/+2 |
| | | | | |||||
| * | | | Added backend check to twofactor primitives | Ayrx | 2014-03-15 | 7 | -4/+54 |
|/ / / | |||||
* | | | Merge pull request #791 from reaperhulk/098e-fix | Alex Gaynor | 2014-03-13 | 1 | -5/+6 |
|\ \ \ | | | | | | | | | RHEL 5's inaccurate OPENSSL_VERSION_NUMBER is a real pain |