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