summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2015-07-02Fix PSK handling.Dr. Stephen Henson
2015-06-11More ssl_session_dup fixesMatt Caswell
2015-06-10Fix Kerberos issue in ssl_session_dupMatt Caswell
2015-06-04Remove misleading commentMatt Caswell
2015-06-04Clean premaster_secret for GOSTMatt Caswell
2015-06-04Clean Kerberos pre-master secretMatt Caswell
2015-06-02Fix race condition in NewSessionTicketMatt Caswell
2015-06-02Clear state in DTLSv1_listenMatt Caswell
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-04-14Fix ssl_get_prev_session overrunMatt Caswell
2015-04-14Check for ClientHello message overrunsMatt Caswell
2015-03-19Fix unsigned/signed warningsMatt Caswell
2015-03-19Fix reachable assert in SSLv2 servers.Emilia Kasper
2015-03-11Cleanse buffersMatt Caswell
2015-03-08fix warningDr. Stephen Henson
2015-03-07Remove export ciphers from the DEFAULT cipher listKurt Roeckx
2015-02-06Fix error handling in ssltestMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_0-post-reformatMatt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_1_0_0-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Yet more changes to commentsOpenSSL_1_0_0-pre-auto-reformatMatt Caswell
2015-01-22More tweaks for comments due indent issuesMatt Caswell
2015-01-22Tweaks for comments due to indent's inability to handle themMatt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Fix indent comment corruption issueMatt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Additional comment changes for reformat of 1.0.0Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
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-07fix error discrepancyDr. Stephen Henson
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson
2015-01-05ECDH downgrade bug fix.Dr. Stephen Henson
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-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