aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Added documentation to note rfc 4493Ayrx2014-04-221-2/+1
| | | |
| * | | Added wikipedia linkAyrx2014-04-221-2/+2
| | | |
| * | | Fix pep8 errorsAyrx2014-04-221-1/+1
| | | |
| * | | Removed multibackend changes for another PRAyrx2014-04-221-10/+1
| | | |
| * | | Changed stub keys and ivs to use null bytesAyrx2014-04-221-2/+5
| | | |
| * | | Updated multibackendAyrx2014-04-221-2/+2
| | | |
| * | | Various fixesAyrx2014-04-222-7/+12
| | | |
| * | | Updated testsAyrx2014-04-221-3/+4
| | | |
| * | | Added CMACBackend to MultiBackendAyrx2014-04-221-2/+11
| | | |
| * | | 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-221-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 signedPaul Kehrer2014-04-201-13/+15
| |/ /
* | | remove InvalidDecryption and replace with ValueErrorPaul Kehrer2014-04-202-8/+4
| | |
* | | remove redundant blindingPaul Kehrer2014-04-201-2/+0
| | |
* | | remove OAEP decryption to simplify reviewPaul Kehrer2014-04-202-38/+1
| | |
* | | move an assignment for clarityPaul Kehrer2014-04-201-1/+1
| | |
* | | change some alignmentPaul Kehrer2014-04-201-8/+8
| | |
* | | improve comment based on reviewPaul Kehrer2014-04-201-1/+1
| | |
* | | more testing for rsa decryptPaul Kehrer2014-04-202-0/+12
| | |
* | | register the EVP_PKEY_CTX for gcPaul Kehrer2014-04-201-0/+1
| | |
* | | add InvalidDecryption exception, check for ct > key sizePaul Kehrer2014-04-202-4/+12
| | |
* | | 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-204-8/+34
| | |
* | | prelim OAEP and PKCS1v15 for openssl 1.0.0+ and 0.9.8. decryption onlyPaul Kehrer2014-04-203-1/+88
|/ /
* | Merge pull request #935 from public/rsa-crtPaul Kehrer2014-04-201-0/+36
|\ \ | | | | | | Utility methods for RSA CRT params
| * | Utility methods for RSA CRT paramsAlex Stapleton2014-04-181-0/+36
| | |
* | | 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-201-2/+6
|\ \ \ | |/ / |/| | Inplace mode for _int_to_bn
| * | Inplace mode for _int_to_bnAlex Stapleton2014-04-201-2/+6
| |/ | | | | | | Mostly useful for working with (EC)?DSA_SIG right now
* | 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-192-5/+18
| |
* | make the cms binding work properly on windowsPaul Kehrer2014-04-191-0/+5
| |
* | proper syntax for a preprocessor directive helpsPaul Kehrer2014-04-181-2/+2
| |
* | CMS was added as an option in 0.9.8h, always exclude if olderPaul Kehrer2014-04-181-2/+2
| |
* | Add very early CMS bindings. These will need expansion.Paul Kehrer2014-04-182-0/+96
|/
* Merge pull request #933 from mrjefftang/expose-evp-ecPaul Kehrer2014-04-161-0/+9
|\ | | | | Expose EVP_PKEY_EC and EVP_PKEY_assign_EC_KEY
| * Remove EVP_PKEY_EC from conditionalJeff Tang2014-04-161-2/+0
| |
| * Add customizations for OPENSSL_NO_EC to EVPJeff Tang2014-04-161-0/+9
| |
| * Expose EVP_PKEY_EC and EVP_PKEY_assign_EC_KEYJeff Tang2014-04-161-0/+2
| |
* | Changed cmac_supported() to cmac_algorithm_supported()Ayrx2014-04-161-2/+2
|/
* Merge pull request #919 from Ayrx/cmac-interfacesPaul Kehrer2014-04-162-0/+35
|\ | | | | CMAC interfaces + documentation
| * Fixed nitpicksAyrx2014-04-151-1/+1
| |
| * Removed key parameter from create_cmac_ctx()Ayrx2014-04-151-1/+1
| |
| * Added CMAC backend interfaceAyrx2014-04-151-0/+15
| |
| * Added CMAC interfaceAyrx2014-04-151-0/+20
| |