summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-02-14Remove obsolete commentGuido Vranken
2017-02-14mem leak on error path and error propagation fixYuchi
2017-02-13DES keys are not 7 days long.Darren Tucker
2017-02-09Fix statically linked engine initialization w/ fipsMatt Hauck
2017-02-07If BIO_snprintf failed, keep trying.Rich Salz
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-02-05Fix a crash with malformed user notice policy numbersBernd Edlinger
2017-01-26Prepare for 1.0.2l-devMatt Caswell
2017-01-26Prepare for 1.0.2k releaseOpenSSL_1_0_2kMatt Caswell
2017-01-26bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov
2017-01-26crypto/evp: harden RC4_MD5 cipher.Andy Polyakov
2017-01-24Fix error handling in compute_key, BN_CTX_get can return NULLBernd Edlinger
2017-01-20Fix DSA parameter generation control errorRichard Levitte
2017-01-18Clean one unused variable, plus an useless one.FdaSilvaYY
2017-01-09Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger
2016-12-20Reformat M_check_autoarg to match our coding styleRichard Levitte
2016-12-20M_check_autoarg: sanity check the keyRichard Levitte
2016-12-12perlasm/x86_64-xlate.pl: refine sign extension in ea package.Andy Polyakov
2016-12-10UI_OpenSSL()'s session opener fails on MacOS XRichard Levitte
2016-12-10VMS UI_OpenSSL: if the TT device isn't a tty, flag instead of errorRichard Levitte
2016-12-10Check input length to pkey_rsa_verify()Dr. Stephen Henson
2016-12-08Remove extra bangRichard Levitte
2016-12-08UI code style cleanupRichard Levitte
2016-11-25modes/ctr128.c: fix false carry in counter increment procedure.Andy Polyakov
2016-11-15Check return value of some BN functions.Rich Salz
2016-11-10bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov
2016-10-25Fix leak of secrecy in ecdh_compute_key()Dr. Matthias St. Pierre
2016-10-22Correctly find all critical CRL extensionsRich Salz
2016-10-20remove redundant zero assignmentsCristian Stoica
2016-10-19Fix no-desRichard Levitte
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-10-15Ensure we handle len == 0 in ERR_err_string_nMatt Caswell
2016-09-26Prepare for 1.0.2k-devMatt Caswell
2016-09-26Prepare for 1.0.2j releaseOpenSSL_1_0_2jMatt Caswell
2016-09-26Add some sanity checks when checking CRL scoresMatt Caswell
2016-09-22Fix typo introduced by a03f81f4Rich Salz
2016-09-22Prepare for 1.0.2j-devMatt Caswell
2016-09-22Prepare for 1.0.2i releaseOpenSSL_1_0_2iMatt Caswell
2016-09-21GH1555: Don't bump size on realloc failureRich Salz
2016-09-21Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell
2016-09-19initialize the RSA struct to 0.Marcus Meissner
2016-09-15VMS: only use _realloc32 with /POINTER_SIZE=32Richard Levitte
2016-09-14Add some sanity checks around usage of t_fromb64()Matt Caswell
2016-09-11Fix memory leak on error.Dr. Stephen Henson
2016-09-09If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte
2016-09-07Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse
2016-09-06Misc BN fixesRich Salz