summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure that the session ID context of an SSL* is updatedAdam Langley2015-01-052-0/+22
* Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson2015-01-054-2/+14
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-055-2/+78
* RT2914: NULL check missing in X509_name_canonRich Salz2015-01-041-0/+2
* Clear existing extension state.Dr. Stephen Henson2015-01-021-0/+10
* typo in s_clientDominik Neubauer2014-12-311-1/+1
* Make "run" volatileKurt Roeckx2014-12-301-1/+1
* Document openssl dgst -hmac optionThorsten Glaser2014-12-302-0/+13
* dlfcn: always define _GNU_SOURCEKurt Roeckx2014-12-301-4/+2
* Fix memory leak in the appsKurt Roeckx2014-12-301-2/+3
* Improves certificates HOWTOAlok Menghrajani2014-12-221-35/+40
* Small typoRichard Levitte2014-12-221-1/+1
* Fix incorrect OPENSSL_assert() usage.Michael Tuexen2014-12-201-22/+64
* 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
* Reject invalid constructed encodings.Dr. Stephen Henson2014-12-173-1/+11
* Add a comment noting the padding oracle.Emilia Kasper2014-12-171-0/+5
* Revert "RT3425: constant-time evp_enc"Emilia Kasper2014-12-172-32/+25
* Build fixesEmilia Kasper2014-12-175-7/+5
* Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)Richard Levitte2014-12-171-1/+1
* Clear warnings/errors within TLS_DEBUG code sectionsRichard Levitte2014-12-171-5/+5
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-177-89/+91
* Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte2014-12-171-1/+1
* Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte2014-12-173-13/+14
* Clear warnings/errors within BN_CTX_DEBUG code sectionsRichard Levitte2014-12-171-1/+1
* Premaster secret handling fixesAdam Langley2014-12-171-8/+28
* Backport regression testBodo Möller2014-12-171-0/+76
* Check for invalid divisors in BN_div.Emilia Kasper2014-12-171-3/+5
* 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 unused variable warningEmilia Kasper2014-12-151-1/+3
* 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
* Reject elliptic curve lists of odd lengths.Emilia Kasper2014-12-051-1/+3
* 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
* Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell2014-12-036-31/+74