summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell
2016-05-09Only call FIPS_update, FIPS_final in FIPS mode.Dr. Stephen Henson
2016-05-06Use default ASN.1 for SEED.Dr. Stephen Henson
2016-05-03make updateMatt Caswell
2016-05-03Check that we have enough padding characters.Kurt Roeckx
2016-05-03Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell
2016-05-03Avoid overflow in EVP_EncodeUpdateMatt Caswell
2016-05-03Fix encrypt overflowMatt Caswell
2016-03-18Fix a potential double free in EVP_DigestInit_exMatt Caswell
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-11-09Fix missing malloc return value checksMatt Caswell
2015-10-23Check memory allocationAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
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-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
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-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-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
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-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-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-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-01-06make updateDr. Stephen Henson
2013-12-20Ignore NULL parameter in EVP_MD_CTX_destroy.Dr. Stephen Henson