aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 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 truncationAlex Stapleton2014-04-202-0/+15
* | | Merge pull request #938 from public/bn-inplacePaul Kehrer2014-04-202-2/+25
|\ \ \ | |/ / |/| |
| * | Inplace mode for _int_to_bnAlex Stapleton2014-04-202-2/+25
| |/
* | Merge pull request #840 from reaperhulk/pkcs1-key-size-checksAlex Gaynor2014-04-193-5/+48
|\ \
| * | 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
|\ \
| * | 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
|\ \
| * | 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 wrongAlex Stapleton2014-04-191-1/+2
|/ /
* | Merge pull request #937 from public/curve-fixAlex Gaynor2014-04-181-3/+5
|\ \ | |/ |/|
| * 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
|\
| * 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
|\ \
| * | 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()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 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 to a new classPaul Kehrer2014-04-161-38/+40
|/
* Merge pull request #919 from Ayrx/cmac-interfacesPaul Kehrer2014-04-164-0/+82
|\
| * 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
|\ \
| * | Missed an unhexlifyAlex Stapleton2014-04-161-1/+1