aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #806 from Ayrx/add-backend-check-to-cipherPaul Kehrer2014-03-163-1/+23
|\ \ \ \
| * | | | Style nitpickAyrx2014-03-161-1/+2
| * | | | Added backend check to cipher primitivesAyrx2014-03-163-1/+22
| |/ / /
* | | | Merge pull request #805 from Ayrx/add-backend-check-to-hmacPaul Kehrer2014-03-163-4/+29
|\ \ \ \
| * | | | Fixed style nitpickAyrx2014-03-162-2/+4
| * | | | Added backend check to hmac primitivesAyrx2014-03-163-5/+28
| |/ / /
* | | | Merge pull request #804 from Ayrx/add-backend-check-to-hashesPaul Kehrer2014-03-163-3/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Style nitpickAyrx2014-03-161-1/+2
| * | | Added backend check to hash primitivesAyrx2014-03-163-3/+26
|/ / /
* | | Merge pull request #803 from alex/stylePaul Kehrer2014-03-151-2/+4
|\ \ \
| * | | Don't put things with side effects in assert statementsAlex Gaynor2014-03-151-2/+4
* | | | Merge pull request #775 from reaperhulk/rsa-mgf1-classAlex Gaynor2014-03-153-0/+71
|\ \ \ \
| * | | | restructure if statements to be less confusingPaul Kehrer2014-03-151-2/+2
| * | | | make MAX_LENGTH an object()Paul Kehrer2014-03-141-3/+1
| * | | | document MAX_LENGTHPaul Kehrer2014-03-111-0/+5
| * | | | make attributes of MGF1 private since that's our general conventionPaul Kehrer2014-03-112-6/+6
| * | | | change MAX_LENGTH to be an object rather than a byte stringPaul Kehrer2014-03-111-3/+5
| * | | | add MGF1 class, docs, testsPaul Kehrer2014-03-103-0/+66
* | | | | Merge pull request #802 from public/platformsPaul Kehrer2014-03-151-0/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Tweak wordingAlex Stapleton2014-03-151-2/+2
| * | | | AlphabetiseAlex Stapleton2014-03-151-1/+1
| * | | | Document Python versions tooAlex Stapleton2014-03-151-1/+2
| * | | | Document the platforms we test onAlex Stapleton2014-03-151-0/+11
* | | | | Merge pull request #801 from reaperhulk/fix-idea-coverageAlex Gaynor2014-03-151-1/+11
|\ \ \ \ \
| * | | | | test IDEA key_size properlyPaul Kehrer2014-03-151-1/+11
| |/ / / /
* | | | | Merge pull request #800 from alex/style-cleanupPaul Kehrer2014-03-154-10/+8
|\ \ \ \ \
| * | | | | Small style cleanup for importsAlex Gaynor2014-03-154-10/+8
|/ / / / /
* | | | | Merge pull request #799 from Ayrx/add-backend-check-to-kdfPaul Kehrer2014-03-157-8/+44
|\ \ \ \ \
| * | | | | Removed newline from start of methodsAyrx2014-03-154-4/+0
| * | | | | Fixed pep8 errorAyrx2014-03-151-1/+3
| * | | | | Added backend check to kdf primitivesAyrx2014-03-155-6/+44
* | | | | | Merge pull request #796 from reaperhulk/update-jenkins-urlAlex Gaynor2014-03-151-1/+1
|\ \ \ \ \ \
| * | | | | | update jenkins URL to use TLSPaul Kehrer2014-03-151-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #789 from skeuomorf/loaderPaul Kehrer2014-03-152-1/+408
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add the vectors for different (L,N) pairs again for the loader testMohammed Attia2014-03-131-108/+246
| * | | | | Change flag to a boolMohammed Attia2014-03-132-106/+104
| * | | | | Remove some of the vectors in the loader testMohammed Attia2014-03-122-588/+7
| * | | | | Use iteritems from the six module for Python 3 compatibilityMohammed Attia2014-03-121-1/+3
| * | | | | Decrease loader test sizeMohammed Attia2014-03-121-575/+1
| * | | | | Add loader and loader test for FIPS DSA KeyPair vectorsMohammed Attia2014-03-122-1/+1425
* | | | | | Merge pull request #798 from Ayrx/add-backend-check-to-twofactorPaul Kehrer2014-03-157-4/+50
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Removed pretend stubAyrx2014-03-152-6/+2
| * | | | | Added backend check to twofactor primitivesAyrx2014-03-157-4/+54
|/ / / / /
* | | | | Merge pull request #791 from reaperhulk/098e-fixAlex Gaynor2014-03-131-5/+6
|\ \ \ \ \
| * | | | | RHEL 5's inaccurate OPENSSL_VERSION_NUMBER is a real painPaul Kehrer2014-03-131-5/+6
|/ / / / /
* | | | | Merge pull request #790 from reaperhulk/098b-sighAlex Gaynor2014-03-131-2/+17
|\ \ \ \ \
| * | | | | complete 0.9.8b PRPaul Kehrer2014-03-131-1/+2
| * | | | | Add support for openssl 0.9.8bArturo Filastò2014-03-131-3/+17
|/ / / / /
* | | | | Merge pull request #788 from reaperhulk/vector-script-should-workAlex Gaynor2014-03-122-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix vector generation/verification scripts for IDEAPaul Kehrer2014-03-112-2/+2