summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2016-08-22VMS: Use strict refdef extern model when building library object filesRichard Levitte
2016-08-22bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov
2016-08-21ec/ecp_nistz256.c: get is_one on 32-bit platforms right.Andy Polyakov
2016-08-21Fix incorrect return argument.Rich Salz
2016-08-20Fix off by 1 in ASN1_STRING_set()Kurt Roeckx
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-08-19VSI submission: RAND fixupsRichard Levitte
2016-08-19VSI submission: make better use of item lists in o_time.cRichard Levitte
2016-08-19VSI submission: avoid pointer size warnings in mem.cRichard Levitte
2016-08-19evp_test.c: avoid warning from having a pointer difference returned as intRichard Levitte
2016-08-16make update to have PEM_R_HEADER_TOO_LONG definedRichard Levitte
2016-08-16Limit reads in do_b2i_bio()Dr. Stephen Henson
2016-08-16Check for errors in BN_bn2dec()Dr. Stephen Henson
2016-08-16Check for errors in a2d_ASN1_OBJECT()Dr. Stephen Henson
2016-08-11sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows.Andy Polyakov
2016-08-05Sanity check input length in OPENSSL_uni2asc().Dr. Stephen Henson
2016-08-05Leak fixes.Dr. Stephen Henson
2016-08-04Return error when trying to print invalid ASN1 integerKurt Roeckx
2016-08-04Limit recursion depth in old d2i_ASN1_bytes functionDr. Stephen Henson
2016-08-04Check for overflows in i2d_ASN1_SET()Dr. Stephen Henson
2016-08-04Limit status message sisze in ts_get_status_checkDr. Stephen Henson
2016-08-03Don't check any revocation info on proxy certificatesRichard Levitte
2016-08-03Calculate sequence length properly.Dr. Stephen Henson
2016-08-02include <limits.h>Dr. Stephen Henson
2016-08-02Check for overflows in ASN1_object_size().Dr. Stephen Henson
2016-08-02Check for overlows and error return from ASN1_object_size()Dr. Stephen Henson
2016-07-29Fix CRL time comparison.Dr. Stephen Henson
2016-07-26Note cipher BIO write errors too.Dr. Stephen Henson
2016-07-26Set error if EVP_CipherUpdate fails.Dr. Stephen Henson