summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
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
2014-05-25add test case to makefilesChristian Heimes
2014-05-25Implement tests for PKCS#5 PBKDF2 HMACChristian Heimes
2014-05-06evp: prevent underflow in base64 decodingGeoff Thorpe
2014-05-06Initialize num properly.Dr. Stephen Henson
2014-04-02Fix base64 decoding bug.Eric Young
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2014-02-19make dependDr. Stephen Henson
2014-02-14ssl/s3_pkt.c: detect RAND_bytes error in multi-block.Andy Polyakov
2014-02-13evp/e_aes_cbc_hmac_sha*.c: improve cache locality.Andy Polyakov
2014-02-05e_aes_cbc_hmac_sha[1|256].c: fix compiler warning.Andy Polyakov
2014-02-05evp/e_aes_cbc_hmac_sha*.c: additional CTRL to query buffer requirements.Andy Polyakov
2014-01-03aesni-sha1-x86_64.pl: add stiched decrypt procedure,Andy Polyakov
2013-12-20Ignore NULL parameter in EVP_MD_CTX_destroy.Dr. Stephen Henson
2013-12-18evp/e_[aes|camellia].c: fix typo in CBC subroutine.Andy Polyakov
2013-12-18PPC assembly pack update addendum.Andy Polyakov
2013-11-27Take vpaes-ppc module into loop.Andy Polyakov
2013-11-14Constify.Dr. Stephen Henson
2013-11-13Flag to disable automatic copying of contexts.Dr. Stephen Henson
2013-11-12Make Makefiles OSF-make-friendly.Andy Polyakov
2013-11-11Fix memory leak.Dr. Stephen Henson
2013-11-06Initialise context before using it.Dr. Stephen Henson
2013-11-03PBKDF2 should be efficient. Contributed by Christian HeimesBen Laurie
2013-10-12evp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentation to 1KB.Andy Polyakov