summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-14Fixup installation script for VMSRichard Levitte
2015-01-14VMS fixups for 1.0.0Richard Levitte
2015-01-13Make output from openssl version -f consistent with previous versionsMatt Caswell
2015-01-13Fix warning where BIO_FLAGS_UPLINK was being redefined.Matt Caswell
2015-01-13Avoid deprecation problems in Visual Studio 13Matt Caswell
2015-01-09Further windows specific .gitignore entriesMatt Caswell
2015-01-09Update .gitignore with windows files to be excluded from gitMatt Caswell
2015-01-08Fix build failure on Windows due to undefined cflags identifierMatt Caswell
2015-01-08Prepare for 1.0.0q-devMatt Caswell
2015-01-08Prepare for 1.0.0p releaseOpenSSL_1_0_0pMatt Caswell
2015-01-08make updateMatt Caswell
2015-01-08CHANGES and NEWS updates for releaseMatt Caswell
2015-01-08A memory leak can occur in dtls1_buffer_record if either of the calls toMatt Caswell
2015-01-08Unauthenticated DH client certificate fix.Dr. Stephen Henson
2015-01-08Follow on from CVE-2014-3571. This fixes the code that was the original sourceMatt Caswell
2015-01-08Fix crash in dtls1_get_record whilst in the listen state where you get twoDr. Stephen Henson
2015-01-08Fix for CVE-2014-3570.Andy Polyakov
2015-01-07fix error discrepancyDr. Stephen Henson
2015-01-06use correct credit in CHANGESDr. Stephen Henson
2015-01-06use correct function nameDr. Stephen Henson
2015-01-06Remove blank line from start of cflags character array in buildinf.hMatt Caswell
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson
2015-01-05ECDH downgrade bug fix.Dr. Stephen Henson
2015-01-05update ordinalsDr. Stephen Henson
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson
2015-01-05Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson
2015-01-05Reject invalid constructed encodings.Dr. Stephen Henson
2014-12-19Fix a problem if CFLAGS is too long cversion.c fails to compile when configMatt Caswell
2014-12-18Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx
2014-12-17Revert "RT3425: constant-time evp_enc"Emilia Kasper
2014-12-17Premaster secret handling fixesAdam Langley
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-16Remove extraneous white space, and add some bracesMatt Caswell
2014-12-16DTLS fixes for signed/unsigned issuesMatt Caswell
2014-12-15Checkout return value of dtls1_output_cert_chainMatt Caswell
2014-12-15Check return value of ssl3_output_cert_chainMatt Caswell
2014-12-13Fix memory leak in s2_srvr.c if BUF_MEM_grow failsMatt Caswell
2014-12-13Fixed memory leak if BUF_MEM_grow failsMatt Caswell
2014-12-12Fix use of NULL memory pointer in X509_VERIFY_PARAM_new in the event of aMatt Caswell
2014-12-08Fixed memory leak in the event of a failure of BUF_MEM_growMatt Caswell
2014-12-08Fix memory leak in SSL_new if errors occur.Matt Caswell
2014-12-04Remove incorrect code inadvertently introduced through commit 59669b6ab.Matt Caswell
2014-12-03Remove "#if 0" codeMatt Caswell
2014-12-03Only use the fallback mtu after 2 unsuccessful retransmissions if it is lessMatt Caswell
2014-12-03Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell
2014-12-03If we really get a situation where the underlying mtu is less than the minimumMatt Caswell
2014-12-03Fix dtls_query_mtu so that it will always either complete with an mtu that isMatt Caswell
2014-12-03Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell
2014-12-03There are a number of instances throughout the code where the constant 28 isMatt Caswell
2014-12-03The first call to query the mtu in dtls1_do_write correctly checks that theMatt Caswell