aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte2016-08-261-1/+1
* Don't check for malloc failure twice.David Benjamin2016-08-221-5/+0
* Fix NULL-return checks in 1.0.2Rich Salz2016-08-192-0/+27
* evp_test.c: avoid warning from having a pointer difference returned as intRichard Levitte2016-08-191-1/+3
* Note cipher BIO write errors too.Dr. Stephen Henson2016-07-261-3/+7
* Set error if EVP_CipherUpdate fails.Dr. Stephen Henson2016-07-261-3/+8
* remove double initialization of cryptodev engineCristian Stoica2016-07-051-5/+0
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-301-1/+1
* Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell2016-06-271-1/+1
* Ensure HMAC key gets cleansed after useMatt Caswell2016-06-241-0/+2
* RT4560: Initialize variable to NULLRich Salz2016-06-131-1/+1
* Fix build with no-cmacDirk Feytons2016-06-031-0/+2
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-311-0/+8
* Check for malloc failure in EVP_PKEY_keygen()Matt Caswell2016-05-261-1/+3
* Only call FIPS_update, FIPS_final in FIPS mode.Dr. Stephen Henson2016-05-091-7/+7
* Use default ASN.1 for SEED.Dr. Stephen Henson2016-05-061-1/+2
* make updateMatt Caswell2016-05-031-6/+7
* Check that we have enough padding characters.Kurt Roeckx2016-05-032-0/+6
* Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell2016-05-031-2/+8
* Avoid overflow in EVP_EncodeUpdateMatt Caswell2016-05-031-1/+1
* Fix encrypt overflowMatt Caswell2016-05-031-1/+1
* Fix a potential double free in EVP_DigestInit_exMatt Caswell2016-03-181-1/+3
* evp/e_des3.c: address compiler warning.Andy Polyakov2016-02-191-1/+1
* evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov2016-02-132-10/+12
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-183-3/+3
* aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov2015-11-161-0/+11
* Fix missing malloc return value checksMatt Caswell2015-11-091-0/+2
* Remove useless codeAlessandro Ghedini2015-10-231-2/+0
* Check memory allocationAlessandro Ghedini2015-10-231-4/+12
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-2/+2
* RFC5753 compliance.Dr. Stephen Henson2015-10-131-1/+2
* Typo.Dr. Stephen Henson2015-10-111-1/+1
* Fix indentationViktor Dukhovni2015-09-191-7/+7
* base64 decode: check for high bitEmilia Kasper2015-09-171-2/+18
* RT3757: base64 encoding bugsEmilia Kasper2015-09-171-98/+84
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
* RT3754: check for NULL pointerEmilia Kasper2015-09-102-3/+8
* Return error for unsupported modes.Dr. Stephen Henson2015-08-121-5/+28
* Relax CCM tag check.Dr. Stephen Henson2015-07-061-1/+1
* e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov2015-06-112-2/+2
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-082-3/+5
* Add funtions to set item_sign and item_verifySergey Agievich2015-06-031-0/+13
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* Correctly check for export size limitKurt Roeckx2015-05-201-1/+0
* Sanity check EVP_EncodeUpdate buffer lenMatt Caswell2015-04-301-1/+1
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-305-7/+21
* Code style: space after 'if'Viktor Dukhovni2015-04-163-3/+3
* Fix RAND_(pseudo_)?_bytes returnsMatt Caswell2015-03-253-4/+7
* Fix EVP_DigestInit_ex with NULL digestMatt Caswell2015-03-121-3/+6
* evp/e_aes.c: fix SPARC T4-specific problem:Andy Polyakov2015-03-121-0/+2