summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2015-12-02_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte
2015-09-02Fix building with OPENSSL_NO_TLSEXT.Matt Caswell
2015-06-11More ssl_session_dup fixesMatt Caswell
2015-06-10Fix Kerberos issue in ssl_session_dupMatt 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-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-19VMS build fixRichard Levitte
2015-03-19Fix reachable assert in SSLv2 servers.Emilia Kasper
2015-03-14Disable export and SSLv2 ciphers by defaultKurt Roeckx
2015-03-11Cleanse buffersMatt Caswell
2015-02-06Fix error handling in ssltestMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_0_9_8-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More comment changes required for indentOpenSSL_0_9_8-pre-auto-reformatMatt Caswell
2015-01-22Yet more changes to commentsMatt 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-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 0.9.8Matt 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-08Fix typo.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-10-21Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.Bodo Moeller
2014-10-21When processing ClientHello.cipher_suites, don't ignore cipher suitesBodo Moeller
2014-10-21Fix warningKurt Roeckx
2014-10-21Keep old method in case of an unsupported protocolKurt Roeckx
2014-10-15Fix no-ssl3 configuration optionGeoff Thorpe
2014-10-15Fix for session tickets memory leak.Dr. Stephen Henson
2014-10-15Oops -- fix typo in coment added with TLS_FALLBACK_SCSV support.Bodo Moeller
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-09-24RT3067: simplify patchEmilia Kasper
2014-09-24This change alters the processing of invalid, RSA pre-master secrets soAdam Langley
2014-09-24RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper
2014-09-22Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617Tim Hudson
2014-08-28Constant-time utilitiesEmilia Kasper
2014-08-22RT3060: Limit the number of empty records.Adam Langley
2014-08-15Fixed out-of-bounds read errors in ssl3_get_key_exchange.Matt Caswell