summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2016-02-19evp/e_des3.c: address compiler warning.Andy Polyakov
2016-02-13evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-11-16aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov
2015-11-09Fix missing malloc return value checksMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Check memory allocationAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-10-13RFC5753 compliance.Dr. Stephen Henson
2015-10-11Typo.Dr. Stephen Henson
2015-09-19Fix indentationViktor Dukhovni
2015-09-17base64 decode: check for high bitEmilia Kasper
2015-09-17RT3757: base64 encoding bugsEmilia Kasper
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-09-10RT3754: check for NULL pointerEmilia Kasper
2015-08-12Return error for unsupported modes.Dr. Stephen Henson
2015-07-06Relax CCM tag check.Dr. Stephen Henson
2015-06-11e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-20Correctly check for export size limitKurt Roeckx
2015-04-30Sanity check EVP_EncodeUpdate buffer lenMatt Caswell
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-12Fix EVP_DigestInit_ex with NULL digestMatt Caswell
2015-03-12evp/e_aes.c: fix SPARC T4-specific problem:Andy Polyakov
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-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