summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix PSK handling.Dr. Stephen Henson2015-07-022-15/+4
* More ssl_session_dup fixesMatt Caswell2015-06-111-33/+34
* Fix Kerberos issue in ssl_session_dupMatt Caswell2015-06-101-1/+1
* Remove misleading commentMatt Caswell2015-06-041-2/+0
* Clean premaster_secret for GOSTMatt Caswell2015-06-041-0/+1
* Clean Kerberos pre-master secretMatt Caswell2015-06-041-5/+16
* Fix race condition in NewSessionTicketMatt Caswell2015-06-025-0/+146
* Clear state in DTLSv1_listenMatt Caswell2015-06-021-0/+3
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-6/+7
* Fix ssl_get_prev_session overrunMatt Caswell2015-04-141-0/+6
* Check for ClientHello message overrunsMatt Caswell2015-04-141-1/+41
* Fix unsigned/signed warningsMatt Caswell2015-03-191-4/+5
* Fix reachable assert in SSLv2 servers.Emilia Kasper2015-03-192-13/+46
* 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