summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-03-04add RIPEMD160 whirlpool testsDr. Stephen Henson
2015-02-27reformat evp_test.cDr. Stephen Henson
2015-02-27Add OCB support and test vectors for evp_test.Dr. Stephen Henson
2015-02-27Skip unsupported digests in evp_testDr. Stephen Henson
2015-02-27add MD4 test dataDr. Stephen Henson
2015-02-27Skip unsupported ciphers in evp_test.Dr. Stephen Henson
2015-02-27Add algorithm skip support.Dr. Stephen Henson
2015-02-26Fix evp_extra_test.c with no-ecMatt Caswell
2015-02-25Import evp_test.c from BoringSSL. Unfortunately we already have a fileMatt Caswell
2015-02-22evp/evp_test.c: avoid crashes when referencing uninitialized pointers.Andy Polyakov
2015-02-14More RSA tests.Dr. Stephen Henson
2015-02-13remove unused method declarationDr. Stephen Henson
2015-02-13Add leak detection, fix leaks.Dr. Stephen Henson
2015-02-13Add EVP_PKEY test data.Dr. Stephen Henson
2015-02-13EVP_PKEY support for evp_testDr. Stephen Henson
2015-02-13Add CMAC test data.Dr. Stephen Henson
2015-02-13Add HMAC test data.Dr. Stephen Henson
2015-02-13MAC support for evp_testDr. Stephen Henson
2015-02-13New macro to set mac key.Dr. Stephen Henson
2015-02-13Return error code is any tests fail.Dr. Stephen Henson
2015-02-12evp/evp.h: add missing camellia-ctr declarations.Andy Polyakov
2015-02-11Add Camellia CTR mode.Andy Polyakov
2015-02-10New evp_test updates.Dr. Stephen Henson
2015-02-10Add new test file.Dr. Stephen Henson
2015-02-10Initial version of new evp_test program.Dr. Stephen Henson
2015-02-09Support for alternative KDFs.Dr. Stephen Henson
2015-02-09evp/e_aes.c: fix pair of SPARC T4-specific problems:Andy Polyakov
2015-02-06ui_compat cleanup; makefiles and vmsRich Salz
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson
2015-02-02Remove old DES APIRich Salz
2015-02-02Dead code: if 0 removal from crypto/evp and an unused file.Rich Salz
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-28Finish removal of DSSRich Salz
2015-01-28Rationalise testing of AEAD modesMatt Caswell
2015-01-28Harmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG/EVP_CTRL_SET_IVLENMatt Caswell
2015-01-28Replace EVP_CTRL_OCB_SET_TAGLEN with EVP_CTRL_SET_TAG for consistency withMatt Caswell
2015-01-27"#if 0" removal: header filesRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-04Remove inconsistency in ARM support.Andy Polyakov
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-17Add a comment noting the padding oracle.Emilia Kasper