aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* padding and constant time also need the cffi modulename fixPaul Kehrer2014-03-212-12/+28
|
* Merge pull request #826 from reaperhulk/rsa-more-sig-verificationAlex Gaynor2014-03-203-62/+158
|\ | | | | RSA more sig verification
| * add mgf1_hash_supported unsupported hash checkPaul Kehrer2014-03-191-0/+8
| |
| * more concise way of generating testsPaul Kehrer2014-03-191-86/+52
| |
| * switch to a lambdaPaul Kehrer2014-03-192-23/+40
| |
| * rename some thingsPaul Kehrer2014-03-192-17/+17
| |
| * add FIPS 186-2/3 signature verification tests for RSA PKCSv15 and PSSPaul Kehrer2014-03-192-22/+127
|/
* Merge pull request #829 from reaperhulk/import-order-fixerAlex Gaynor2014-03-1925-54/+57
|\ | | | | import order fixes for future automated checking
| * revert one import order changePaul Kehrer2014-03-191-1/+1
| |
| * a few small fixesPaul Kehrer2014-03-194-2/+6
| |
| * import order fixes for future automated checkingPaul Kehrer2014-03-1925-55/+54
| |
* | Merge pull request #830 from jgiannuzzi/masterAlex Gaynor2014-03-191-0/+1
|\ \ | |/ |/| Add ASN1_TIME_free
| * Add ASN1_TIME_freeJonathan Giannuzzi2014-03-191-0/+1
| | | | | | | | Required function to solve a memory leak in pyOpenSSL
* | Merge pull request #825 from reaperhulk/expand-rsa-nist-loaderDavid Reid2014-03-182-11/+175
|\ \ | | | | | | expand RSA NIST vector loader to support verification vectors as well
| * | remove a comma that was pointlessly addedPaul Kehrer2014-03-181-1/+1
| | |
| * | py3 fixPaul Kehrer2014-03-181-2/+2
| | |
| * | add headers to each test so the file source can be determinedPaul Kehrer2014-03-181-1/+11
| | |
| * | another file permutation for rsa nist tested.Paul Kehrer2014-03-182-1/+65
| | |
| * | expand RSA NIST vector loader to support verification vectors as wellPaul Kehrer2014-03-182-12/+102
| | |
* | | Merge pull request #827 from public/title-caseAlex Gaynor2014-03-1825-47/+46
|\ \ \ | |/ / |/| | Standardise on sentence case for titles
| * | Standardise on sentence case for titlesAlex Stapleton2014-03-1825-47/+46
|/ /
* | Merge pull request #792 from reaperhulk/rsa-pss-verifyAlex Gaynor2014-03-178-8/+417
|\ \ | | | | | | RSA PSS Verify
| * | link to Colin Percival re: recommended RSA signature paddingPaul Kehrer2014-03-171-1/+2
| | |
| * | change exception and improve some languagePaul Kehrer2014-03-172-6/+12
| | |
| * | use mgf1_hash_supported to simplify some logicPaul Kehrer2014-03-171-2/+1
| | |
| * | pass the hash class rather than using getattrPaul Kehrer2014-03-162-12/+12
| | |
| * | change rsa nist loader to use strings for algorithm namePaul Kehrer2014-03-162-4/+4
| | |
| * | fix indentationPaul Kehrer2014-03-161-18/+18
| | |
| * | extract RSA struct from EVP_PKEYPaul Kehrer2014-03-161-1/+5
| | |
| * | cover a missing line for older opensslPaul Kehrer2014-03-161-0/+25
| | |
| * | consume errors before assertingPaul Kehrer2014-03-161-2/+4
| | |
| * | make mgf privatePaul Kehrer2014-03-162-6/+6
| | |
| * | move PSS to top of docsPaul Kehrer2014-03-161-7/+7
| | |
| * | add RSA PSS verification supportPaul Kehrer2014-03-165-2/+374
| | |
* | | Merge pull request #768 from reaperhulk/cffi-modulename-fixDavid Reid2014-03-172-8/+55
|\ \ \ | | | | | | | | Workaround for cffi issue 140
| * | | should probably update the test tooPaul Kehrer2014-03-171-7/+5
| | | |
| * | | address review commentsPaul Kehrer2014-03-171-5/+6
| | | |
| * | | be less dumbPaul Kehrer2014-03-132-12/+6
| | | |
| * | | make create_modulename private, add testPaul Kehrer2014-03-132-4/+36
| | | |
| * | | workaround for cffi issue 140. refs #762Paul Kehrer2014-03-091-7/+29
| | | |
* | | | Merge pull request #759 from public/no-hexAlex Gaynor2014-03-171-11/+38
|\ \ \ \ | | | | | | | | | | Don't go via hex() when working with BNs
| * | | | Don't go via hex() when working with BNsAlex Stapleton2014-03-141-11/+38
| | | | |
* | | | | Merge pull request #822 from alex/we-support-py34David Reid2014-03-171-0/+1
|\ \ \ \ \ | | | | | | | | | | | | We support 3.4
| * | | | | We support 3.4Alex Gaynor2014-03-171-0/+1
|/ / / / /
* | | | | Merge pull request #820 from reaperhulk/test-python34Alex Gaynor2014-03-172-0/+16
|\ \ \ \ \ | | | | | | | | | | | | add python 3.4 to osx and linux builders
| * | | | | add python 3.4 to osx and linux buildersPaul Kehrer2014-03-172-0/+16
| | | | | |
* | | | | | Merge pull request #821 from alex/newer-py33Paul Kehrer2014-03-171-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use the latest python 3.3 on OS X on travis
| * | | | | | Use the latest python 3.3 on OS X on travisAlex Gaynor2014-03-171-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #818 from reaperhulk/tox-34-targetAlex Gaynor2014-03-171-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | add py34 target for python 3.4 CI
| * | | | | add py34 target for python 3.4 CIPaul Kehrer2014-03-171-1/+1
| | |/ / / | |/| | |