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