aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-11Prepare for 0.9.8zg releaseOpenSSL_0_9_8zgMatt Caswell4-6/+6
2015-06-11Update CHANGES and NEWSMatt Caswell2-2/+70
2015-06-11PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper1-1/+15
2015-06-11Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper1-10/+47
2015-06-11Fix infinite loop in CMSDr. Stephen Henson1-1/+1
2015-06-11More ssl_session_dup fixesMatt Caswell1-19/+20
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell6-16/+23
2015-06-10Fix Kerberos issue in ssl_session_dupMatt Caswell1-1/+1
2015-06-08return correct NID for undefined objectDr. Stephen Henson1-0/+3
2015-06-04Clean Kerberos pre-master secretMatt Caswell1-5/+16
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell1-1/+6
2015-06-02Add the macro OPENSSL_SYS_WIN64Richard Levitte1-1/+7
2015-06-02Fix race condition in NewSessionTicketMatt Caswell5-0/+107
2015-06-02Clear state in DTLSv1_listenMatt Caswell1-0/+3
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson1-0/+2
2015-05-28PEM doc fixesDr. Stephen Henson1-2/+25
2015-05-22Fix off-by-one in BN_randMatt Caswell4-3/+11
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell4-4/+20
2015-05-13Add NULL checks from masterRich Salz2-0/+4
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson1-2/+4
2015-04-16Code style: space after 'if'Viktor Dukhovni4-8/+8
2015-04-14Fix ssl_get_prev_session overrunMatt Caswell1-0/+6
2015-04-14Check for ClientHello message overrunsMatt Caswell1-1/+41
2015-04-10Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson1-3/+0
2015-04-08Have mkerr.pl treat already existing multiline string defs properlyRichard Levitte1-2/+10
2015-03-24Make OCSP response verification more flexible.Dr. Stephen Henson1-4/+17
2015-03-19Prepare for 0.9.8zg-devMatt Caswell5-5/+13
2015-03-19Prepare for 0.9.8zf releaseOpenSSL_0_9_8zfMatt Caswell4-6/+6
2015-03-19make updateMatt Caswell1-1/+0
2015-03-19Fix unsigned/signed warningsMatt Caswell1-4/+5
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell2-3/+16
2015-03-19VMS build fixRichard Levitte2-6/+13
2015-03-19Update NEWS fileMatt Caswell1-1/+7
2015-03-19Update CHANGES for releaseMatt Caswell1-0/+72
2015-03-19Fix reachable assert in SSLv2 servers.Emilia Kasper2-13/+46
2015-03-19PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2-0/+60
2015-03-19Fix ASN1_TYPE_cmpDr. Stephen Henson1-0/+3
2015-03-18Free up ADB and CHOICE if already initialised.Dr. Stephen Henson1-3/+21
2015-03-14Tolerate test_sqr errors for FIPS builds.Dr. Stephen Henson1-0/+8
2015-03-14Disable export and SSLv2 ciphers by defaultKurt Roeckx5-7/+18
2015-03-11Cleanse buffersMatt Caswell2-0/+5
2015-03-08Fix warnings.Dr. Stephen Henson1-6/+4
2015-03-06Update mkerr.pl for new formatMatt Caswell1-66/+66
2015-03-02Check public key is not NULL.Dr. Stephen Henson1-0/+2
2015-03-02Fix format script.Dr. Stephen Henson3-91/+113
2015-02-25Fix a failure to NULL a pointer freed on error.Matt Caswell1-3/+3
2015-02-09Bring objects.pl output even closer to new format.Andy Polyakov1-2/+1
2015-02-09Harmonize objects.pl output with new format.Andy Polyakov1-17/+26
2015-02-06Fix error handling in ssltestMatt Caswell1-1/+1
2015-02-05Fixed bad formatting in crypto/des/spr.hRich Salz1-176/+151