aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Updated testsAyrx2014-04-222-26/+55
| | | |
| * | | Updated CMAC documentationAyrx2014-04-222-2/+11
| | | |
| * | | Added CMACBackend to MultiBackendAyrx2014-04-221-2/+11
| | | |
| * | | Added CMAC docsAyrx2014-04-225-4/+105
| | | |
| * | | Added CMAC testsAyrx2014-04-223-3/+176
| | | |
| * | | CMAC primitive implementationAyrx2014-04-221-0/+75
| | | |
| * | | OpenSSL backend's CMAC implementationAyrx2014-04-221-2/+76
| | | |
* | | | Merge pull request #944 from reaperhulk/fix-773Alex Stapleton2014-04-222-13/+49
|\ \ \ \ | |/ / / |/| | | fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signed
| * | | move some commentsPaul Kehrer2014-04-201-3/+3
| | | |
| * | | fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signedPaul Kehrer2014-04-202-13/+49
| | | |
* | | | Merge pull request #888 from reaperhulk/rsa-decryptAlex Gaynor2014-04-2110-6/+261
|\ \ \ \ | | | | | | | | | | RSA PKCS1v15 Decryption Support
| * | | | more key length checks, docs updatePaul Kehrer2014-04-202-4/+6
| | | | |
| * | | | remove InvalidDecryption and replace with ValueErrorPaul Kehrer2014-04-205-19/+8
| | | | |
| * | | | remove redundant blindingPaul Kehrer2014-04-201-2/+0
| | | | |
| * | | | more docsPaul Kehrer2014-04-202-0/+51
| | | | |
| * | | | remove OAEP decryption to simplify reviewPaul Kehrer2014-04-205-164/+1
| | | | |
| * | | | move an assignment for clarityPaul Kehrer2014-04-201-1/+1
| | | | |
| * | | | change some alignmentPaul Kehrer2014-04-201-8/+8
| | | | |
| * | | | cover a missing linePaul Kehrer2014-04-201-0/+11
| | | | |
| * | | | improve comment based on reviewPaul Kehrer2014-04-201-1/+1
| | | | |
| * | | | more testing for rsa decryptPaul Kehrer2014-04-203-0/+29
| | | | |
| * | | | register the EVP_PKEY_CTX for gcPaul Kehrer2014-04-201-0/+1
| | | | |
| * | | | test should check for the right exceptionPaul Kehrer2014-04-201-1/+1
| | | | |
| * | | | add InvalidDecryption exception, check for ct > key sizePaul Kehrer2014-04-204-4/+29
| | | | |
| * | | | update docs for OAEPPaul Kehrer2014-04-201-2/+2
| | | | |
| * | | | fix indentationPaul Kehrer2014-04-201-45/+45
| | | | |
| * | | | split 0.9.8 and evp_pkey_ctx branches into separate methodsPaul Kehrer2014-04-201-1/+8
| | | | |
| * | | | docs, tests, general huge improvements to RSA decryptionPaul Kehrer2014-04-208-23/+178
| | | | |
| * | | | prelim OAEP and PKCS1v15 for openssl 1.0.0+ and 0.9.8. decryption onlyPaul Kehrer2014-04-204-1/+151
| | |/ / | |/| |
* | | | Merge pull request #945 from reaperhulk/document-tested-ossl-versionsAlex Stapleton2014-04-211-3/+14
|\ \ \ \ | |/ / / |/| | | document the OpenSSL versions we're testing against
| * | | document the OpenSSL versions we're testing againstPaul Kehrer2014-04-201-3/+14
|/ / /
* | | Merge pull request #838 from public/import-order-lintAlex Gaynor2014-04-208-9/+14
|\ \ \ | |/ / |/| | Enable import order linter
| * | Fix pep8 errors for latest import linterAlex Stapleton2014-04-206-7/+7
| | |
| * | Alphabetize tox.ini depsAlex Stapleton2014-04-201-3/+3
| | |
| * | Alphabetize dev-requirements.txtAlex Stapleton2014-04-201-2/+2
| | |
| * | Fix import orderAlex Stapleton2014-04-201-0/+1
| | |
| * | Enable import order lintAlex Stapleton2014-04-202-1/+5
| | |
| * | Import lint errorAlex Stapleton2014-04-201-1/+1
|/ /
* | Merge pull request #935 from public/rsa-crtPaul Kehrer2014-04-203-17/+75
|\ \ | | | | | | Utility methods for RSA CRT params
| * | Utility methods for RSA CRT paramsAlex Stapleton2014-04-183-17/+75
| | |
* | | Merge pull request #943 from public/yet-more-ec-bindingsPaul Kehrer2014-04-202-0/+15
|\ \ \ | | | | | | | | More bindings for digest truncation
| * | | More bindings for digest truncationAlex Stapleton2014-04-202-0/+15
| | |/ | |/|
* | | Merge pull request #938 from public/bn-inplacePaul Kehrer2014-04-202-2/+25
|\ \ \ | |/ / |/| | Inplace mode for _int_to_bn
| * | Inplace mode for _int_to_bnAlex Stapleton2014-04-202-2/+25
| |/ | | | | | | Mostly useful for working with (EC)?DSA_SIG right now
* | Merge pull request #840 from reaperhulk/pkcs1-key-size-checksAlex Gaynor2014-04-193-5/+48
|\ \ | | | | | | some checks for PKCS1 keys being too small for the payload to be signed
| * | remove redundant assert (reason assertion covers this case)Paul Kehrer2014-04-191-4/+0
| | |
| * | address review concernsPaul Kehrer2014-04-191-1/+3
| | |
| * | remove dict, assert things stillPaul Kehrer2014-04-191-9/+12
| | |
| * | some checks for PKCS1 keys being too small for the payload to be signedPaul Kehrer2014-04-193-5/+47
|/ /
* | Merge pull request #936 from reaperhulk/cms-bindingsAlex Gaynor2014-04-192-0/+101
|\ \ | | | | | | Add very early CMS bindings