aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | Merge pull request #784 from reaperhulk/fix-783Laurens Van Houtven2014-03-121-1/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | partially deopaque SSL_CTX to support a pyopenssl use case. fixes #783Paul Kehrer2014-03-111-1/+6
* | | | | | Merge pull request #782 from reaperhulk/enable-idea-cipherAlex Gaynor2014-03-115-4/+126
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | add IDEA support for CBC, CFB, OFB + tests for all IDEAPaul Kehrer2014-03-114-11/+101
| * | | | | basic IDEA ECB support for OpenSSL backendPaul Kehrer2014-03-113-1/+33
* | | | | | Merge pull request #780 from reaperhulk/openssl-102-compatAlex Gaynor2014-03-111-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | small bindings change to make cryptography work with openssl 1.0.2Paul Kehrer2014-03-111-1/+3
|/ / / / /
* | | | | Merge pull request #396 from reaperhulk/idea-bespoke-vectorsHynek Schlawack2014-03-117-1/+504
|\ \ \ \ \
| * | | | | style fixesPaul Kehrer2014-03-111-12/+12
| * | | | | close the open files in generate/verifyPaul Kehrer2014-03-112-2/+5
| * | | | | update headers, add verification codePaul Kehrer2014-03-085-7/+50
| * | | | | Merge branch 'master' into idea-bespoke-vectorsPaul Kehrer2014-03-08152-636/+46750
| |\ \ \ \ \
| * | | | | | should be a URIPaul Kehrer2014-02-203-3/+3
| * | | | | | add beginning of IDEA vector source docs. no verification code yetPaul Kehrer2014-02-163-1/+90
| * | | | | | CBC, CFB, OFB IDEA vectors built from the AES MMT testsPaul Kehrer2014-02-163-0/+371
* | | | | | | Merge pull request #776 from reaperhulk/nist-rsa-loaderHynek Schlawack2014-03-112-1/+106
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | add FIPS RSA test loader + testsPaul Kehrer2014-03-102-1/+106
|/ / / / / /
* | | | | | Merge pull request #774 from reaperhulk/fix-773Alex Gaynor2014-03-101-92/+92
|\ \ \ \ \ \
| * | | | | | change all our static const ints to longs in ssl.pyPaul Kehrer2014-03-101-91/+91
| * | | | | | this define is too large for a 32-bit integer. fixes #773Paul Kehrer2014-03-101-1/+1
|/ / / / / /
* | | | | | Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interfaceAlex Gaynor2014-03-102-0/+20
|\ \ \ \ \ \
| * | | | | | add mgf1_hash_supported to the RSABackend interfacePaul Kehrer2014-03-102-0/+20
* | | | | | | Merge pull request #771 from reaperhulk/rsa-err-symbolsAlex Gaynor2014-03-101-0/+3
|\ \ \ \ \ \ \
| * | | | | | | add two RSA items we need for PSSPaul Kehrer2014-03-101-0/+3
| |/ / / / / /
* | | | | | | Merge pull request #770 from reaperhulk/document-some-versionsAlex Gaynor2014-03-103-4/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | document our oldest supported openssl and deny older supportPaul Kehrer2014-03-103-4/+8
* | | | | | | Merge pull request #765 from public/doc-tweaksPaul Kehrer2014-03-102-37/+38
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update HMAC and Digest docs.Alex Stapleton2014-03-102-37/+38
* | | | | | | Merge pull request #766 from public/more-doc-tweaksPaul Kehrer2014-03-101-80/+86
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |