aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | remove links we don't need...Paul Kehrer2014-04-151-2/+0
| | | |
| * | | add signer/verifier to the abcsPaul Kehrer2014-04-151-0/+12
| | | |
| * | | we don't need to doc generate in the interfacePaul Kehrer2014-04-151-16/+0
| | | |
| * | | add missing sign/verify/generate docs for the RSA interfacesPaul Kehrer2014-04-151-0/+64
| | | |
* | | | Merge pull request #925 from anotherthomas/nist-fips-186-rsa-testsPaul Kehrer2014-04-151-0/+10
|\ \ \ \ | |/ / / |/| | | added unused NIST test files for FIPS 186-2 RSA (PKCS#1 v1.5) to test cases
| * | | added unused NIST test files for FIPS 186-2 RSA (PKCS#1 v1.5) to test casesThomas Fenzl2014-04-151-0/+10
|/ / /
* | | Merge pull request #920 from Ayrx/missing-docsAlex Stapleton2014-04-151-0/+21
|\ \ \ | | | | | | | | Added missing HashContext documentation
| * | | Added missing HashContext documentationAyrx2014-04-151-0/+21
|/ / /
* | | Merge pull request #918 from Ayrx/cmac-bindingsAlex Stapleton2014-04-152-0/+66
|\ \ \ | |_|/ |/| | CMAC OpenSSL bindings
| * | Added OpenSSL bindings for CMACAyrx2014-04-152-0/+66
|/ /