Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ / | |||||
* | | Merge pull request #910 from Ayrx/cmac-vectors | Paul Kehrer | 2014-04-14 | 5 | -0/+133 |
|\ \ | | | | | | | Added test vectors for AES-CMAC | ||||
| * | | Updated vectors documentation | Ayrx | 2014-04-14 | 1 | -5/+1 |
| | | | |||||
| * | | Fixed wrong vectors | Ayrx | 2014-04-13 | 3 | -8/+8 |
| | | | |||||
| * | | More vectors | Ayrx | 2014-04-10 | 5 | -1/+120 |
| | | | |||||
| * | | Added test vectors for AES-CMAC | Ayrx | 2014-04-10 | 1 | -0/+18 |
| | | | |||||
* | | | Merge pull request #915 from reaperhulk/travis-advanced | Alex Gaynor | 2014-04-14 | 1 | -48/+0 |
|\ \ \ | |_|/ |/| | | update travis config to be more concise | ||||
| * | | remove some commented out code | Paul Kehrer | 2014-04-14 | 1 | -5/+0 |
| | | | |||||
| * | | update travis config to be more concise | Paul Kehrer | 2014-04-14 | 1 | -46/+3 |
|/ / | |||||
* | | Merge pull request #911 from public/ecdsa-vector-loader | Paul Kehrer | 2014-04-12 | 2 | -2/+179 |
|\ \ | | | | | | | ECDSA vector loader | ||||
| * | | ECDSA vector loader | Alex Stapleton | 2014-04-12 | 2 | -2/+179 |
| |/ | |||||
* | | Merge pull request #908 from reaperhulk/seed-support | David Reid | 2014-04-12 | 5 | -3/+137 |
|\ \ | |/ |/| | SEED support | ||||
| * | add SEED docs, tests, small fixes | Paul Kehrer | 2014-04-09 | 5 | -3/+117 |
| | | |||||
| * | Adding SEED cipher algorithm to openssl backends | Taewook Kang | 2014-04-09 | 2 | -1/+21 |
| | | |||||
* | | Merge pull request #909 from reaperhulk/doc-improvements | Alex Gaynor | 2014-04-09 | 3 | -10/+10 |
|\ \ | |/ |/| | some small doc fixes | ||||
| * | some small doc fixes | Paul Kehrer | 2014-04-09 | 3 | -10/+10 |
|/ | |||||
* | Merge pull request #904 from reaperhulk/seed-bespoke-vectors | Donald Stufft | 2014-04-09 | 7 | -0/+372 |
|\ | | | | | add SEED CFB/OFB bespoke vectors and documentation | ||||
| * | linkify another thing | Paul Kehrer | 2014-04-09 | 1 | -1/+1 |
| | | |||||
| * | add headers to seed-cfb/seed-ofb files | Paul Kehrer | 2014-04-08 | 2 | -2/+8 |
| | |