summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2k releaseOpenSSL_1_0_2kMatt Caswell2017-01-261-3/+3
* bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov2017-01-261-9/+7
* crypto/evp: harden RC4_MD5 cipher.Andy Polyakov2017-01-261-0/+2
* Fix error handling in compute_key, BN_CTX_get can return NULLBernd Edlinger2017-01-241-0/+2
* Fix DSA parameter generation control errorRichard Levitte2017-01-201-1/+1
* Clean one unused variable, plus an useless one.FdaSilvaYY2017-01-181-6/+2
* Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger2017-01-091-2/+6
* Reformat M_check_autoarg to match our coding styleRichard Levitte2016-12-201-19/+16
* M_check_autoarg: sanity check the keyRichard Levitte2016-12-203-4/+12
* perlasm/x86_64-xlate.pl: refine sign extension in ea package.Andy Polyakov2016-12-121-2/+9
* UI_OpenSSL()'s session opener fails on MacOS XRichard Levitte2016-12-101-0/+9
* VMS UI_OpenSSL: if the TT device isn't a tty, flag instead of errorRichard Levitte2016-12-101-20/+28
* Check input length to pkey_rsa_verify()Dr. Stephen Henson2016-12-101-0/+4
* Remove extra bangRichard Levitte2016-12-081-1/+1
* UI code style cleanupRichard Levitte2016-12-082-67/+73
* modes/ctr128.c: fix false carry in counter increment procedure.Andy Polyakov2016-11-251-1/+1
* Check return value of some BN functions.Rich Salz2016-11-156-17/+24
* bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov2016-11-101-3/+2
* Fix leak of secrecy in ecdh_compute_key()Dr. Matthias St. Pierre2016-10-251-1/+3
* Correctly find all critical CRL extensionsRich Salz2016-10-221-1/+2
* remove redundant zero assignmentsCristian Stoica2016-10-201-27/+1
* Fix no-desRichard Levitte2016-10-191-1/+4
* Fix strict-warnings buildPatrick Steuer2016-10-182-6/+6
* Fix strict-warnings buildPatrick Steuer2016-10-181-0/+1
* Ensure we handle len == 0 in ERR_err_string_nMatt Caswell2016-10-151-0/+3
* Prepare for 1.0.2k-devMatt Caswell2016-09-261-3/+3
* Prepare for 1.0.2j releaseOpenSSL_1_0_2jMatt Caswell2016-09-261-3/+3
* Add some sanity checks when checking CRL scoresMatt Caswell2016-09-261-2/+2
* Fix typo introduced by a03f81f4Rich Salz2016-09-221-1/+1
* Prepare for 1.0.2j-devMatt Caswell2016-09-221-3/+3
* Prepare for 1.0.2i releaseOpenSSL_1_0_2iMatt Caswell2016-09-221-3/+3
* GH1555: Don't bump size on realloc failureRich Salz2016-09-211-1/+1
* Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell2016-09-211-0/+3
* initialize the RSA struct to 0.Marcus Meissner2016-09-191-0/+1
* VMS: only use _realloc32 with /POINTER_SIZE=32Richard Levitte2016-09-151-1/+1
* Add some sanity checks around usage of t_fromb64()Matt Caswell2016-09-141-9/+27
* Fix memory leak on error.Dr. Stephen Henson2016-09-111-0/+2
* If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte2016-09-091-1/+5
* Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse2016-09-071-0/+4
* Misc BN fixesRich Salz2016-09-063-15/+23
* crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2016-08-312-3/+3
* SRP_create_verifier does not check for NULL before OPENSSL_cleanseMatt Caswell2016-08-261-1/+2
* Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte2016-08-261-1/+1
* Fix a few leaks in X509_REQ_to_X509.FdaSilvaYY2016-08-261-5/+9
* ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov2016-08-261-40/+40
* ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2016-08-262-31/+50
* ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov2016-08-262-62/+84
* Avoid overflow in MDC2_Update()Dr. Stephen Henson2016-08-241-1/+1
* Don't check for malloc failure twice.David Benjamin2016-08-221-5/+0
* Fix overflow check in BN_bn2dec()Kazuki Yamaguchi2016-08-221-3/+2