aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Prepare for 1.0.0q releaseOpenSSL_1_0_0qMatt Caswell4-6/+6
2015-01-15make updateMatt Caswell1-7/+6
2015-01-15Updates to CHANGES and NEWSMatt Caswell2-2/+3
2015-01-14Fixup installation script for VMSRichard Levitte1-2/+2
2015-01-14VMS fixups for 1.0.0Richard Levitte1-3/+4
2015-01-13Make output from openssl version -f consistent with previous versionsMatt Caswell2-2/+2
2015-01-13Fix warning where BIO_FLAGS_UPLINK was being redefined.Matt Caswell1-1/+1
2015-01-13Avoid deprecation problems in Visual Studio 13Matt Caswell2-60/+5
2015-01-09Further windows specific .gitignore entriesMatt Caswell1-0/+17
2015-01-09Update .gitignore with windows files to be excluded from gitMatt Caswell1-0/+13
2015-01-08Fix build failure on Windows due to undefined cflags identifierMatt Caswell2-2/+2
2015-01-08Prepare for 1.0.0q-devMatt Caswell5-5/+13
2015-01-08Prepare for 1.0.0p releaseOpenSSL_1_0_0pMatt Caswell4-6/+6
2015-01-08make updateMatt Caswell1-6/+7
2015-01-08CHANGES and NEWS updates for releaseMatt Caswell2-1/+53
2015-01-08A memory leak can occur in dtls1_buffer_record if either of the calls toMatt Caswell1-9/+21
2015-01-08Unauthenticated DH client certificate fix.Dr. Stephen Henson1-1/+1
2015-01-08Follow on from CVE-2014-3571. This fixes the code that was the original sourceMatt Caswell1-1/+2
2015-01-08Fix crash in dtls1_get_record whilst in the listen state where you get twoDr. Stephen Henson2-2/+2
2015-01-08Fix for CVE-2014-3570.Andy Polyakov4-306/+360
2015-01-07fix error discrepancyDr. Stephen Henson1-1/+1
2015-01-06use correct credit in CHANGESDr. Stephen Henson1-2/+4
2015-01-06use correct function nameDr. Stephen Henson1-1/+1
2015-01-06Remove blank line from start of cflags character array in buildinf.hMatt Caswell1-1/+1
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson7-57/+38
2015-01-05ECDH downgrade bug fix.Dr. Stephen Henson2-3/+22
2015-01-05update ordinalsDr. Stephen Henson1-0/+1
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson5-3/+77
2015-01-05Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson4-2/+13
2015-01-05Reject invalid constructed encodings.Dr. Stephen Henson3-1/+11
2014-12-19Fix a problem if CFLAGS is too long cversion.c fails to compile when configMatt Caswell3-18/+39
2014-12-18Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx3-1/+8
2014-12-17Revert "RT3425: constant-time evp_enc"Emilia Kasper2-29/+22
2014-12-17Premaster secret handling fixesAdam Langley1-8/+28
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell2-0/+8
2014-12-16Remove extraneous white space, and add some bracesMatt Caswell1-1/+5
2014-12-16DTLS fixes for signed/unsigned issuesMatt Caswell1-9/+27
2014-12-15Checkout return value of dtls1_output_cert_chainMatt Caswell2-0/+11
2014-12-15Check return value of ssl3_output_cert_chainMatt Caswell2-0/+11
2014-12-13Fix memory leak in s2_srvr.c if BUF_MEM_grow failsMatt Caswell1-7/+15
2014-12-13Fixed memory leak if BUF_MEM_grow failsMatt Caswell2-0/+2
2014-12-12Fix use of NULL memory pointer in X509_VERIFY_PARAM_new in the event of aMatt Caswell1-0/+2
2014-12-08Fixed memory leak in the event of a failure of BUF_MEM_growMatt Caswell1-0/+1
2014-12-08Fix memory leak in SSL_new if errors occur.Matt Caswell1-7/+1
2014-12-04Remove incorrect code inadvertently introduced through commit 59669b6ab.Matt Caswell1-4/+0
2014-12-03Remove "#if 0" codeMatt Caswell1-22/+0
2014-12-03Only use the fallback mtu after 2 unsuccessful retransmissions if it is lessMatt Caswell1-1/+5
2014-12-03Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell2-4/+30
2014-12-03If we really get a situation where the underlying mtu is less than the minimumMatt Caswell1-1/+4
2014-12-03Fix dtls_query_mtu so that it will always either complete with an mtu that isMatt Caswell1-37/+24