Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove InvalidDecryption and replace with ValueError | Paul Kehrer | 2014-04-20 | 5 | -19/+8 |
| | |||||
* | remove redundant blinding | Paul Kehrer | 2014-04-20 | 1 | -2/+0 |
| | |||||
* | more docs | Paul Kehrer | 2014-04-20 | 2 | -0/+51 |
| | |||||
* | remove OAEP decryption to simplify review | Paul Kehrer | 2014-04-20 | 5 | -164/+1 |
| | |||||
* | move an assignment for clarity | Paul Kehrer | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | change some alignment | Paul Kehrer | 2014-04-20 | 1 | -8/+8 |
| | |||||
* | cover a missing line | Paul Kehrer | 2014-04-20 | 1 | -0/+11 |
| | |||||
* | improve comment based on review | Paul Kehrer | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | more testing for rsa decrypt | Paul Kehrer | 2014-04-20 | 3 | -0/+29 |
| | |||||
* | register the EVP_PKEY_CTX for gc | Paul Kehrer | 2014-04-20 | 1 | -0/+1 |
| | |||||
* | test should check for the right exception | Paul Kehrer | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | add InvalidDecryption exception, check for ct > key size | Paul Kehrer | 2014-04-20 | 4 | -4/+29 |
| | |||||
* | update docs for OAEP | Paul Kehrer | 2014-04-20 | 1 | -2/+2 |
| | |||||
* | fix indentation | Paul Kehrer | 2014-04-20 | 1 | -45/+45 |
| | |||||
* | split 0.9.8 and evp_pkey_ctx branches into separate methods | Paul Kehrer | 2014-04-20 | 1 | -1/+8 |
| | |||||
* | docs, tests, general huge improvements to RSA decryption | Paul Kehrer | 2014-04-20 | 8 | -23/+178 |
| | |||||
* | prelim OAEP and PKCS1v15 for openssl 1.0.0+ and 0.9.8. decryption only | Paul Kehrer | 2014-04-20 | 4 | -1/+151 |
| | |||||
* | Merge pull request #838 from public/import-order-lint | Alex Gaynor | 2014-04-20 | 8 | -9/+14 |
|\ | | | | | Enable import order linter | ||||
| * | Fix pep8 errors for latest import linter | Alex Stapleton | 2014-04-20 | 6 | -7/+7 |
| | | |||||
| * | Alphabetize tox.ini deps | Alex Stapleton | 2014-04-20 | 1 | -3/+3 |
| | | |||||
| * | Alphabetize dev-requirements.txt | Alex Stapleton | 2014-04-20 | 1 | -2/+2 |
| | | |||||
| * | Fix import order | Alex Stapleton | 2014-04-20 | 1 | -0/+1 |
| | | |||||
| * | Enable import order lint | Alex Stapleton | 2014-04-20 | 2 | -1/+5 |
| | | |||||
| * | Import lint error | Alex Stapleton | 2014-04-20 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #935 from public/rsa-crt | Paul Kehrer | 2014-04-20 | 3 | -17/+75 |
|\ | | | | | Utility methods for RSA CRT params | ||||
| * | Utility methods for RSA CRT params | Alex Stapleton | 2014-04-18 | 3 | -17/+75 |
| | | |||||
* | | Merge pull request #943 from public/yet-more-ec-bindings | Paul Kehrer | 2014-04-20 | 2 | -0/+15 |
|\ \ | | | | | | | More bindings for digest truncation | ||||
| * | | More bindings for digest truncation | Alex Stapleton | 2014-04-20 | 2 | -0/+15 |
| | | | |||||
* | | | Merge pull request #938 from public/bn-inplace | Paul Kehrer | 2014-04-20 | 2 | -2/+25 |
|\ \ \ | |/ / |/| | | Inplace mode for _int_to_bn | ||||
| * | | Inplace mode for _int_to_bn | Alex Stapleton | 2014-04-20 | 2 | -2/+25 |
| |/ | | | | | | | Mostly useful for working with (EC)?DSA_SIG right now | ||||
* | | Merge pull request #840 from reaperhulk/pkcs1-key-size-checks | Alex Gaynor | 2014-04-19 | 3 | -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 Kehrer | 2014-04-19 | 1 | -4/+0 |
| | | | |||||
| * | | address review concerns | Paul Kehrer | 2014-04-19 | 1 | -1/+3 |
| | | | |||||
| * | | remove dict, assert things still | Paul Kehrer | 2014-04-19 | 1 | -9/+12 |
| | | | |||||
| * | | some checks for PKCS1 keys being too small for the payload to be signed | Paul Kehrer | 2014-04-19 | 3 | -5/+47 |
|/ / | |||||
* | | Merge pull request #936 from reaperhulk/cms-bindings | Alex Gaynor | 2014-04-19 | 2 | -0/+101 |
|\ \ | | | | | | | Add very early CMS bindings | ||||
| * | | make the cms binding work properly on windows | Paul Kehrer | 2014-04-19 | 1 | -0/+5 |
| | | | |||||
| * | | proper syntax for a preprocessor directive helps | Paul Kehrer | 2014-04-18 | 1 | -2/+2 |
| | | | |||||
| * | | CMS was added as an option in 0.9.8h, always exclude if older | Paul Kehrer | 2014-04-18 | 1 | -2/+2 |
| | | | |||||
| * | | Add very early CMS bindings. These will need expansion. | Paul Kehrer | 2014-04-18 | 2 | -0/+96 |
| |/ | |||||
* | | Merge pull request #939 from public/ecdsa-sigver-rsp | Paul Kehrer | 2014-04-19 | 2 | -5/+9 |
|\ \ | | | | | | | ECDSA SigVer.rsp loading | ||||
| * | | SigVer.rsp loading | Alex Stapleton | 2014-04-19 | 2 | -5/+9 |
| |/ | |||||
* | | Merge pull request #940 from public/use-the-map-from-the-rfc | Paul Kehrer | 2014-04-19 | 1 | -1/+2 |
|\ \ | | | | | | | This one curve is still named wrong | ||||
| * | | This one curve is still named wrong | Alex Stapleton | 2014-04-19 | 1 | -1/+2 |
|/ / | | | | | | | http://tools.ietf.org/html/rfc4492#appendix-A | ||||
* | | Merge pull request #937 from public/curve-fix | Alex Gaynor | 2014-04-18 | 1 | -3/+5 |
|\ \ | |/ |/| | Fix bad NIST <-> SECG curve name map | ||||
| * | Fix bad NIST <-> SECG curve name map | Alex Stapleton | 2014-04-18 | 1 | -3/+5 |
|/ | |||||
* | Merge pull request #933 from mrjefftang/expose-evp-ec | Paul Kehrer | 2014-04-16 | 1 | -0/+9 |
|\ | | | | | Expose EVP_PKEY_EC and EVP_PKEY_assign_EC_KEY | ||||
| * | Remove EVP_PKEY_EC from conditional | Jeff Tang | 2014-04-16 | 1 | -2/+0 |
| | | |||||
| * | Add customizations for OPENSSL_NO_EC to EVP | Jeff Tang | 2014-04-16 | 1 | -0/+9 |
| | | |||||
| * | Expose EVP_PKEY_EC and EVP_PKEY_assign_EC_KEY | Jeff Tang | 2014-04-16 | 1 | -0/+2 |
| | |