summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2018-03-27Update copyright yearMatt Caswell
2018-03-20Fix some bugs with the cfb1 bitsize handlingBernd Edlinger
2018-02-26bio_b64.c: prevent base64 filter BIO from decoding out-of-bound dataDr. Matthias St. Pierre
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-10-03EVP_PKEY_METHOD accessor functions.Dr. Stephen Henson
2017-07-24evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.Andy Polyakov
2017-07-19Remove some dead codeMatt Caswell
2017-07-19Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.cMatt Caswell
2017-07-05Fix small UI issuesRichard Levitte
2017-05-02RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz
2017-03-25Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...Bernd Edlinger
2017-02-07aes_gcm_cleanup() should check that gctx != NULL beforeBernd Edlinger
2017-02-07Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULLBernd Edlinger
2017-02-06Combined patch for the more or less obvious issuesBernd Edlinger
2017-01-26crypto/evp: harden RC4_MD5 cipher.Andy Polyakov
2016-12-20Reformat M_check_autoarg to match our coding styleRichard Levitte
2016-12-20M_check_autoarg: sanity check the keyRichard Levitte
2016-10-20remove redundant zero assignmentsCristian Stoica
2016-10-18Fix strict-warnings buildPatrick Steuer
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