aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | 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 #939 from public/ecdsa-sigver-rspPaul Kehrer2014-04-192-5/+9
|\ \ | | | | | | ECDSA SigVer.rsp loading
| * | SigVer.rsp loadingAlex Stapleton2014-04-192-5/+9
| |/
* | Merge pull request #940 from public/use-the-map-from-the-rfcPaul Kehrer2014-04-191-1/+2
|\ \ | | | | | | This one curve is still named wrong
| * | This one curve is still named wrongAlex Stapleton2014-04-191-1/+2
|/ / | | | | | | http://tools.ietf.org/html/rfc4492#appendix-A
* | Merge pull request #937 from public/curve-fixAlex Gaynor2014-04-181-3/+5
|\ \ | |/ |/| Fix bad NIST <-> SECG curve name map
| * Fix bad NIST <-> SECG curve name mapAlex Stapleton2014-04-181-3/+5
|/
* 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
| |
* | Merge pull request #934 from reaperhulk/travis-fused-madd-funDavid Reid2014-04-161-2/+5
|\ \ | | | | | | Fix Travis OS X Builds
| * | clang clang clang goes the CIPaul Kehrer2014-04-161-2/+5
|/ /
* | Merge pull request #932 from Ayrx/fix-cmac-interfacePaul Kehrer2014-04-162-4/+7
|\ \ | |/ |/| Changed cmac_supported() to cmac_algorithm_supported()
| * Changed cmac_supported() to cmac_algorithm_supported()Ayrx2014-04-162-4/+7
|/
* Merge pull request #930 from alex/switch-orderAlex Stapleton2014-04-161-1/+1
|\ | | | | Try running the OS X builds first and see if it's faster
| * Try running the OS X builds first and see if it's fasterAlex Gaynor2014-04-161-1/+1
| |
* | Merge pull request #929 from reaperhulk/move-around-some-testsAlex Gaynor2014-04-161-38/+40
|\ \ | |/ |/| Move some RSA tests
| * move some rsa tests to a new classPaul Kehrer2014-04-161-38/+40
|/
* Merge pull request #919 from Ayrx/cmac-interfacesPaul Kehrer2014-04-164-0/+82
|\ | | | | CMAC interfaces + documentation
| * Added link to wikipedia for CMACAyrx2014-04-151-2/+3
| |
| * Fixed nitpicksAyrx2014-04-152-2/+2
| |
| * Removed key parameter from create_cmac_ctx()Ayrx2014-04-151-1/+1
| |
| * Added CMAC backend interface documentationAyrx2014-04-151-0/+24
| |
| * Added CMAC interface documentationAyrx2014-04-151-0/+22
| |
| * Added CMAC backend interfaceAyrx2014-04-151-0/+15
| |
| * Added CMAC interfaceAyrx2014-04-151-0/+20
| |
* | Merge pull request #913 from public/ecdsa-signature-vector-loaderPaul Kehrer2014-04-162-23/+236
|\ \ | | | | | | ECDSA SigGen.{txt,rsp} vector loader
| * | Missed an unhexlifyAlex Stapleton2014-04-161-1/+1
| | |
| * | Use binascii.hexlify instead of just hexlifyAlex Stapleton2014-04-151-4/+4
| | |
| * | ECDSA SigGen.{txt,rsp} vector loaderAlex Stapleton2014-04-132-23/+236
| | |
* | | Merge pull request #926 from reaperhulk/update-supported-platformsDavid Reid2014-04-151-3/+4
|\ \ \ | | | | | | | | Update supported platforms
| * | | add OS X codenames why notPaul Kehrer2014-04-151-1/+1
| | | |
| * | | Update supported platformsPaul Kehrer2014-04-151-3/+4
|/ / /
* | | Merge pull request #923 from reaperhulk/rsa-interface-docsDavid Reid2014-04-152-0/+58
|\ \ \ | | | | | | | | Add missing sign/verify/generate docs for the RSA interfaces