summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
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-22mark all block comments that need format preserving so thatTim Hudson
2015-01-06Remove inconsistency in ARM support.Andy Polyakov
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-09-25Include "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-07-20Initial POWER8 support from development branch.Andy Polyakov
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-06-30Fix copy for CCM, GCM and XTS.Dr. Stephen Henson
2014-06-30Make EVP_Digest* work again.Dr. Stephen Henson
2014-06-29Make CMAC work with EVP_PKEY.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-14evp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.Andy Polyakov
2014-06-11Engage ARMv8 AES support [from HEAD].Andy Polyakov
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-02Use nid not cipher type as some ciphers don't have OIDs.Dr. Stephen Henson
2014-03-02Make null cipher work in FIPS mode.Dr. Stephen Henson
2014-03-01Add additional FIPS digests.Dr. Stephen Henson
2014-02-27Fix fips flag handling.Dr. Stephen Henson
2014-02-27Remove unused file.Dr. Stephen Henson
2014-02-27evp/e_aes.c: harmonize with 1.0.1.Andy Polyakov
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-06make updateDr. Stephen Henson
2014-02-05evp/e_aes_cbc_hmac_sha[1|256].c: add multi-block implementations [from master].Andy Polyakov
2014-02-02Add AES-NI+SHA256 stitch registrations (from master).Andy Polyakov
2014-02-01PPC assembly pack: jumbo update from master.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-09ARM assembly pack: AES update from master (including bit-sliced module).Andy Polyakov
2013-12-01make updateDr. Stephen Henson
2013-11-14Constify.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-05evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms.Andy Polyakov