aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #808 from public/tidy-rsaPaul Kehrer2014-03-161-34/+58
|\ | | | | RSAPrivateKey to evp_pkey utility method
| * s/set1/assign/Alex Stapleton2014-03-161-2/+2
| |
| * Just EVP_PKEY GC free the contained keys.Alex Stapleton2014-03-161-2/+5
| | | | | | | | Fortunately we never use these bare.
| * RSAPrivateKey to evp_pkey utility methodAlex Stapleton2014-03-161-32/+53
| |
* | Merge pull request #811 from alex/import-stylePaul Kehrer2014-03-166-12/+4
|\ \ | | | | | | Tiny style changes to some imports
| * | Tiny style changes to some importsAlex Gaynor2014-03-166-12/+4
| | |
* | | Merge pull request #812 from public/circular-fixPaul Kehrer2014-03-162-9/+28
|\ \ \ | |/ / |/| | Fix circular imports with available_backends()
| * | s/available_backends/_available_backends/Alex Stapleton2014-03-162-11/+11
| | |
| * | Fix circular imports with available_backends()Alex Stapleton2014-03-162-9/+28
|/ /
* | Merge pull request #807 from Ayrx/add-backend-check-to-rsaPaul Kehrer2014-03-163-0/+51
|\ \ | | | | | | Added backend check to rsa primitives
| * | Style nitpickAyrx2014-03-161-1/+1
| | |
| * | Added backend check to rsa primitivesAyrx2014-03-163-0/+51
| |/
* | Merge pull request #806 from Ayrx/add-backend-check-to-cipherPaul Kehrer2014-03-163-1/+23
|\ \ | | | | | | Added backend check to cipher primitives
| * | 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
|\ \ | | | | | | Added backend check to hmac primitives
| * | 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
|\ \ | |/ |/| Added backend check to hash primitives
| * 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 statements
| * 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
|\ \ | | | | | | add MGF1 class, docs, tests
| * | 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
|\ \ \ | |_|/ |/| | Document the platforms we test on
| * | 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 properly
| * | | 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 imports