summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2016-08-26Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte
2016-08-22Don't check for malloc failure twice.David Benjamin
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-08-19evp_test.c: avoid warning from having a pointer difference returned as intRichard Levitte
2016-07-26Note cipher BIO write errors too.Dr. Stephen Henson
2016-07-26Set error if EVP_CipherUpdate fails.Dr. Stephen Henson
2016-07-05remove double initialization of cryptodev engineCristian Stoica
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell
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