summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Cleanse buffersMatt Caswell2015-03-112-0/+4
* fix warningDr. Stephen Henson2015-03-081-2/+2
* Remove export ciphers from the DEFAULT cipher listKurt Roeckx2015-03-072-4/+9
* Fix error handling in ssltestMatt Caswell2015-02-061-1/+1
* Re-align some comments after running the reformat script.OpenSSL_1_0_0-post-reformatMatt Caswell2015-01-2215-281/+282
* Rerun util/openssl-format-source -v -c .OpenSSL_1_0_0-post-auto-reformatMatt Caswell2015-01-225-16/+9
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2256-41304/+41321
* Yet more changes to commentsOpenSSL_1_0_0-pre-auto-reformatMatt Caswell2015-01-221-1/+2
* More tweaks for comments due indent issuesMatt Caswell2015-01-223-8/+17
* Tweaks for comments due to indent's inability to handle themMatt Caswell2015-01-224-12/+49
* Move more comments that confuse indentMatt Caswell2015-01-227-49/+101
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+2
* Fix strange formatting by indentMatt Caswell2015-01-221-1/+2
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-2212-100/+192
* Fix source where indent will not be able to copeMatt Caswell2015-01-228-19/+45
* Additional comment changes for reformat of 1.0.0Matt Caswell2015-01-229-27/+47
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-225-6/+12
* mark all block comments that need format preserving so thatTim Hudson2015-01-2216-240/+285
* 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 error discrepancyDr. Stephen Henson2015-01-071-1/+1
* Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson2015-01-064-33/+21
* ECDH downgrade bug fix.Dr. Stephen Henson2015-01-051-3/+15
* Premaster secret handling fixesAdam Langley2014-12-171-8/+28
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-0/+2
* 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
* 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
* 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
* The first call to query the mtu in dtls1_do_write correctly checks that theMatt Caswell2014-12-031-9/+13
* The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from beingMatt Caswell2014-12-032-3/+11
* Verify that we have a sensible message len and fail if notMatt Caswell2014-12-031-2/+8
* [PR3597] Advance to the next state variant when reusing messages.Richard Levitte2014-11-281-0/+1
* Fixed warning in ssl2_encMatt Caswell2014-11-271-1/+1
* Check EVP_Cipher return values for SSL2Matt Caswell2014-11-273-6/+15
* Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell2014-11-274-5/+6
* Remove redundant checks in ssl_cert_dup. This was causing spurious error mess...Matt Caswell2014-11-271-29/+0
* Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskMatt Caswell2014-11-263-6/+4