summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov
2016-08-26SRP_create_verifier does not check for NULL before OPENSSL_cleanseMatt Caswell
2016-08-26Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte
2016-08-26Fix a few leaks in X509_REQ_to_X509.FdaSilvaYY
2016-08-26ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov
2016-08-26ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov
2016-08-26ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov
2016-08-24Avoid overflow in MDC2_Update()Dr. Stephen Henson
2016-08-22Don't check for malloc failure twice.David Benjamin
2016-08-22Fix overflow check in BN_bn2dec()Kazuki Yamaguchi
2016-08-22RT2676: Reject RSA eponent if even or 1Rich Salz