Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Added documentation to note rfc 4493 | Ayrx | 2014-04-22 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Added wikipedia link | Ayrx | 2014-04-22 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fix pep8 errors | Ayrx | 2014-04-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Removed multibackend changes for another PR | Ayrx | 2014-04-22 | 1 | -10/+1 | |
| | | | | ||||||
| * | | | Changed stub keys and ivs to use null bytes | Ayrx | 2014-04-22 | 1 | -2/+5 | |
| | | | | ||||||
| * | | | Updated multibackend | Ayrx | 2014-04-22 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Various fixes | Ayrx | 2014-04-22 | 2 | -7/+12 | |
| | | | | ||||||
| * | | | Updated tests | Ayrx | 2014-04-22 | 1 | -3/+4 | |
| | | | | ||||||
| * | | | Added CMACBackend to MultiBackend | Ayrx | 2014-04-22 | 1 | -2/+11 | |
| | | | | ||||||
| * | | | CMAC primitive implementation | Ayrx | 2014-04-22 | 1 | -0/+75 | |
| | | | | ||||||
| * | | | OpenSSL backend's CMAC implementation | Ayrx | 2014-04-22 | 1 | -2/+76 | |
| | | | | ||||||
* | | | | Merge pull request #944 from reaperhulk/fix-773 | Alex Stapleton | 2014-04-22 | 1 | -13/+15 | |
|\ \ \ \ | |/ / / |/| | | | fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signed | |||||
| * | | | fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signed | Paul Kehrer | 2014-04-20 | 1 | -13/+15 | |
| |/ / | ||||||
* | | | remove InvalidDecryption and replace with ValueError | Paul Kehrer | 2014-04-20 | 2 | -8/+4 | |
| | | | ||||||
* | | | remove redundant blinding | Paul Kehrer | 2014-04-20 | 1 | -2/+0 | |
| | | | ||||||
* | | | remove OAEP decryption to simplify review | Paul Kehrer | 2014-04-20 | 2 | -38/+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 | |
| | | | ||||||
* | | | improve comment based on review | Paul Kehrer | 2014-04-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | more testing for rsa decrypt | Paul Kehrer | 2014-04-20 | 2 | -0/+12 | |
| | | | ||||||
* | | | register the EVP_PKEY_CTX for gc | Paul Kehrer | 2014-04-20 | 1 | -0/+1 | |
| | | | ||||||
* | | | add InvalidDecryption exception, check for ct > key size | Paul Kehrer | 2014-04-20 | 2 | -4/+12 | |
| | | | ||||||
* | | | 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 | 4 | -8/+34 | |
| | | | ||||||
* | | | prelim OAEP and PKCS1v15 for openssl 1.0.0+ and 0.9.8. decryption only | Paul Kehrer | 2014-04-20 | 3 | -1/+88 | |
|/ / | ||||||
* | | Merge pull request #935 from public/rsa-crt | Paul Kehrer | 2014-04-20 | 1 | -0/+36 | |
|\ \ | | | | | | | Utility methods for RSA CRT params | |||||
| * | | Utility methods for RSA CRT params | Alex Stapleton | 2014-04-18 | 1 | -0/+36 | |
| | | | ||||||
* | | | 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 | 1 | -2/+6 | |
|\ \ \ | |/ / |/| | | Inplace mode for _int_to_bn | |||||
| * | | Inplace mode for _int_to_bn | Alex Stapleton | 2014-04-20 | 1 | -2/+6 | |
| |/ | | | | | | | Mostly useful for working with (EC)?DSA_SIG right now | |||||
* | | 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 | 2 | -5/+18 | |
| | | ||||||
* | | 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 #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 | |
| | | ||||||
* | | Changed cmac_supported() to cmac_algorithm_supported() | Ayrx | 2014-04-16 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #919 from Ayrx/cmac-interfaces | Paul Kehrer | 2014-04-16 | 2 | -0/+35 | |
|\ | | | | | CMAC interfaces + documentation | |||||
| * | Fixed nitpicks | Ayrx | 2014-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Removed key parameter from create_cmac_ctx() | Ayrx | 2014-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Added CMAC backend interface | Ayrx | 2014-04-15 | 1 | -0/+15 | |
| | | ||||||
| * | Added CMAC interface | Ayrx | 2014-04-15 | 1 | -0/+20 | |
| | |