summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
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
2014-12-17Revert "RT3425: constant-time evp_enc"Emilia Kasper
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte
2014-12-08Implement internally opaque bn access from evpMatt Caswell
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/evpDr. Stephen Henson
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-12-08Added OPENSSL_NO_OCB guardsMatt Caswell
2014-12-08Add tests for OCB modeMatt Caswell
2014-12-08Add EVP support for OCB modeMatt Caswell
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-11-28Remove all .cvsignore filesRich Salz
2014-10-15Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte
2014-09-24RT3425: constant-time evp_encEmilia Kasper
2014-08-21Fix build when BSAES_ASM is defined but VPAES_ASM is notEmilia Kasper
2014-08-20crypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler warnings.Andy Polyakov
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
2014-08-17dev_crypto_md5_copy: return error if allocating to_md->data failsJonas Maebe
2014-08-17dev_crypto_md5_update: check result of realloc(md_data->data) and don't leak ...Jonas Maebe
2014-08-17dev_crypto_cipher: return immediately if allocating cin/cout failedJonas Maebe
2014-08-17dev_crypto_init_key: return error if allocating CDATA(ctx)->key failedJonas Maebe
2014-08-14make dependEmilia Kasper
2014-07-20Engage GHASH for PowerISA 2.0.7.Andy Polyakov
2014-07-18RFC 5649 support.Dr. Stephen Henson
2014-07-17Make *Final work for key wrap again.Dr. Stephen Henson
2014-07-17Sanity check lengths for AES wrap algorithm.Dr. Stephen Henson
2014-07-05Reduce casting nastiness.Ben Laurie
2014-07-01Test copying of contexts in evp_test.Dr. Stephen Henson
2014-06-30Make depend.Ben Laurie
2014-06-30Fix copy for CCM, GCM and XTS.Dr. Stephen Henson
2014-06-29Make EVP_CIPHER_CTX_copy work in GCM mode.ZNV
2014-06-27Fix for EVP_PBE_alg_add().Dr. Stephen Henson
2014-06-17Fix signed/unsigned comparisons.Felix Laurie von Massenbach
2014-06-17Fix shadow declaration.Felix Laurie von Massenbach
2014-06-16aesp8-ppc.pl: add CTR mode.Andy Polyakov
2014-06-14evp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.Andy Polyakov
2014-06-04evp/e_aes.c: add erroneously omitted break;Andy Polyakov
2014-06-02evp/e_aes.c: populate HWAES_* to remaning modes.Andy Polyakov
2014-06-01Engage POWER8 AES support.Andy Polyakov
2014-06-01Engage ARMv8 AES support.Andy Polyakov
2014-05-25Make it build.Ben Laurie