aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ /
* | Merge pull request #910 from Ayrx/cmac-vectorsPaul Kehrer2014-04-145-0/+133
|\ \ | | | | | | Added test vectors for AES-CMAC
| * | Updated vectors documentationAyrx2014-04-141-5/+1
| | |
| * | Fixed wrong vectorsAyrx2014-04-133-8/+8
| | |
| * | More vectorsAyrx2014-04-105-1/+120
| | |
| * | Added test vectors for AES-CMACAyrx2014-04-101-0/+18
| | |
* | | Merge pull request #915 from reaperhulk/travis-advancedAlex Gaynor2014-04-141-48/+0
|\ \ \ | |_|/ |/| | update travis config to be more concise
| * | remove some commented out codePaul Kehrer2014-04-141-5/+0
| | |
| * | update travis config to be more concisePaul Kehrer2014-04-141-46/+3
|/ /
* | Merge pull request #911 from public/ecdsa-vector-loaderPaul Kehrer2014-04-122-2/+179
|\ \ | | | | | | ECDSA vector loader
| * | ECDSA vector loaderAlex Stapleton2014-04-122-2/+179
| |/
* | Merge pull request #908 from reaperhulk/seed-supportDavid Reid2014-04-125-3/+137
|\ \ | |/ |/| SEED support
| * add SEED docs, tests, small fixesPaul Kehrer2014-04-095-3/+117
| |
| * Adding SEED cipher algorithm to openssl backendsTaewook Kang2014-04-092-1/+21
| |
* | Merge pull request #909 from reaperhulk/doc-improvementsAlex Gaynor2014-04-093-10/+10
|\ \ | |/ |/| some small doc fixes
| * some small doc fixesPaul Kehrer2014-04-093-10/+10
|/
* Merge pull request #904 from reaperhulk/seed-bespoke-vectorsDonald Stufft2014-04-097-0/+372
|\ | | | | add SEED CFB/OFB bespoke vectors and documentation
| * linkify another thingPaul Kehrer2014-04-091-1/+1
| |