Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some checks for PKCS1 keys being too small for the payload to be signed | Paul Kehrer | 2014-04-19 | 3 | -5/+47 |
| | |||||
* | Merge pull request #936 from reaperhulk/cms-bindings | Alex Gaynor | 2014-04-19 | 2 | -0/+101 |
|\ | | | | | Add very early CMS bindings | ||||
| * | 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 #939 from public/ecdsa-sigver-rsp | Paul Kehrer | 2014-04-19 | 2 | -5/+9 |
|\ \ | | | | | | | ECDSA SigVer.rsp loading | ||||
| * | | SigVer.rsp loading | Alex Stapleton | 2014-04-19 | 2 | -5/+9 |
| |/ | |||||
* | | Merge pull request #940 from public/use-the-map-from-the-rfc | Paul Kehrer | 2014-04-19 | 1 | -1/+2 |
|\ \ | | | | | | | This one curve is still named wrong | ||||
| * | | This one curve is still named wrong | Alex Stapleton | 2014-04-19 | 1 | -1/+2 |
|/ / | | | | | | | http://tools.ietf.org/html/rfc4492#appendix-A | ||||
* | | Merge pull request #937 from public/curve-fix | Alex Gaynor | 2014-04-18 | 1 | -3/+5 |
|\ \ | |/ |/| | Fix bad NIST <-> SECG curve name map | ||||
| * | Fix bad NIST <-> SECG curve name map | Alex Stapleton | 2014-04-18 | 1 | -3/+5 |
|/ | |||||
* | 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 |
| | | |||||
* | | Merge pull request #934 from reaperhulk/travis-fused-madd-fun | David Reid | 2014-04-16 | 1 | -2/+5 |
|\ \ | | | | | | | Fix Travis OS X Builds | ||||
| * | | clang clang clang goes the CI | Paul Kehrer | 2014-04-16 | 1 | -2/+5 |
|/ / | |||||
* | | Merge pull request #932 from Ayrx/fix-cmac-interface | Paul Kehrer | 2014-04-16 | 2 | -4/+7 |
|\ \ | |/ |/| | Changed cmac_supported() to cmac_algorithm_supported() | ||||
| * | Changed cmac_supported() to cmac_algorithm_supported() | Ayrx | 2014-04-16 | 2 | -4/+7 |
|/ | |||||
* | Merge pull request #930 from alex/switch-order | Alex Stapleton | 2014-04-16 | 1 | -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 faster | Alex Gaynor | 2014-04-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #929 from reaperhulk/move-around-some-tests | Alex Gaynor | 2014-04-16 | 1 | -38/+40 |
|\ \ | |/ |/| | Move some RSA tests | ||||
| * | move some rsa tests to a new class | Paul Kehrer | 2014-04-16 | 1 | -38/+40 |
|/ | |||||
* | Merge pull request #919 from Ayrx/cmac-interfaces | Paul Kehrer | 2014-04-16 | 4 | -0/+82 |
|\ | | | | | CMAC interfaces + documentation | ||||
| * | Added link to wikipedia for CMAC | Ayrx | 2014-04-15 | 1 | -2/+3 |
| | | |||||
| * | Fixed nitpicks | Ayrx | 2014-04-15 | 2 | -2/+2 |
| | | |||||
| * | Removed key parameter from create_cmac_ctx() | Ayrx | 2014-04-15 | 1 | -1/+1 |
| | | |||||
| * | Added CMAC backend interface documentation | Ayrx | 2014-04-15 | 1 | -0/+24 |
| | | |||||
| * | Added CMAC interface documentation | Ayrx | 2014-04-15 | 1 | -0/+22 |
| | | |||||
| * | Added CMAC backend interface | Ayrx | 2014-04-15 | 1 | -0/+15 |
| | | |||||
| * | Added CMAC interface | Ayrx | 2014-04-15 | 1 | -0/+20 |
| | | |||||
* | | Merge pull request #913 from public/ecdsa-signature-vector-loader | Paul Kehrer | 2014-04-16 | 2 | -23/+236 |
|\ \ | | | | | | | ECDSA SigGen.{txt,rsp} vector loader | ||||
| * | | Missed an unhexlify | Alex Stapleton | 2014-04-16 | 1 | -1/+1 |
| | | | |||||
| * | | Use binascii.hexlify instead of just hexlify | Alex Stapleton | 2014-04-15 | 1 | -4/+4 |
| | | | |||||
| * | | ECDSA SigGen.{txt,rsp} vector loader | Alex Stapleton | 2014-04-13 | 2 | -23/+236 |
| | | | |||||
* | | | Merge pull request #926 from reaperhulk/update-supported-platforms | David Reid | 2014-04-15 | 1 | -3/+4 |
|\ \ \ | | | | | | | | | Update supported platforms | ||||
| * | | | add OS X codenames why not | Paul Kehrer | 2014-04-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update supported platforms | Paul Kehrer | 2014-04-15 | 1 | -3/+4 |
|/ / / | |||||
* | | | Merge pull request #923 from reaperhulk/rsa-interface-docs | David Reid | 2014-04-15 | 2 | -0/+58 |
|\ \ \ | | | | | | | | | Add missing sign/verify/generate docs for the RSA interfaces | ||||
| * | | | remove links we don't need... | Paul Kehrer | 2014-04-15 | 1 | -2/+0 |
| | | | | |||||
| * | | | add signer/verifier to the abcs | Paul Kehrer | 2014-04-15 | 1 | -0/+12 |
| | | | | |||||
| * | | | we don't need to doc generate in the interface | Paul Kehrer | 2014-04-15 | 1 | -16/+0 |
| | | | | |||||
| * | | | add missing sign/verify/generate docs for the RSA interfaces | Paul Kehrer | 2014-04-15 | 1 | -0/+64 |
| | | | | |||||
* | | | | Merge pull request #925 from anotherthomas/nist-fips-186-rsa-tests | Paul Kehrer | 2014-04-15 | 1 | -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 cases | Thomas Fenzl | 2014-04-15 | 1 | -0/+10 |
|/ / / | |||||
* | | | Merge pull request #920 from Ayrx/missing-docs | Alex Stapleton | 2014-04-15 | 1 | -0/+21 |
|\ \ \ | | | | | | | | | Added missing HashContext documentation | ||||
| * | | | Added missing HashContext documentation | Ayrx | 2014-04-15 | 1 | -0/+21 |
|/ / / | |||||
* | | | Merge pull request #918 from Ayrx/cmac-bindings | Alex Stapleton | 2014-04-15 | 2 | -0/+66 |
|\ \ \ | |_|/ |/| | | CMAC OpenSSL bindings | ||||
| * | | Added OpenSSL bindings for CMAC | Ayrx | 2014-04-15 | 2 | -0/+66 |
|/ / |