summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2016-06-24Ensure HMAC key gets cleansed after useMatt Caswell
2016-06-13RT4560: Initialize variable to NULLRich Salz
2016-06-03Fix build with no-cmacDirk Feytons
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-26Check for malloc failure in EVP_PKEY_keygen()Matt 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
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