summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
AgeCommit message (Expand)Author
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-22More tweaks for comments due indent issuesMatt 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-22Additional comment changes for reformat of 0.9.8Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson
2014-10-21Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.Bodo Moeller
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-03-27Fix alert handling.mancha
2014-01-04Restore SSL_OP_MSIE_SSLV2_RSA_PADDINGDr. Stephen Henson
2013-10-04Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.Rob Stradling
2013-02-05Fix error codes.Dr. Stephen Henson
2012-03-12fix error codeDr. Stephen Henson
2012-01-04Only allow one SGC handshake restart for SSL/TLS. (CVE-2011-4619)Dr. Stephen Henson
2010-01-06Updates to conform with draft-ietf-tls-renegotiation-03.txt:Dr. Stephen Henson
2009-12-16New option to enable/disable connection to unpatched serversDr. Stephen Henson
2009-12-11Move SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION out of SSL_OP_ALLDr. Stephen Henson
2009-12-09Add ctrls to clear options and mode.Dr. Stephen Henson
2009-12-08Add ctrl and macro so we can determine if peer support secure renegotiation.Dr. Stephen Henson
2009-11-18Include a more meaningful error message when rejecting legacy renegotiationDr. Stephen Henson
2009-11-09Fix wrong function codes and duplicate codesDr. Stephen Henson
2009-11-08First cut of renegotiation extension.Ben Laurie
2009-11-05Disable renegotiation.Ben Laurie
2009-09-12PR: 2025Dr. Stephen Henson
2009-09-09PR: 2033Dr. Stephen Henson
2009-08-26PR: 2006Dr. Stephen Henson
2009-08-13PR: 1997Dr. Stephen Henson
2009-08-06Fix error codes.Dr. Stephen Henson
2009-04-19PR: 1751Dr. Stephen Henson
2008-08-13sanity checkBodo Möller
2008-06-16Make ssl code consistent with FIPS branch. The new code has no effectDr. Stephen Henson
2008-06-04Backport more ENGINE SSL client auth code to 0.9.8.Dr. Stephen Henson
2008-06-04Backport ssl client auth ENGINE support to 0.9.8.Dr. Stephen Henson
2008-04-30TLS ticket key setting callback: this allows and application to setDr. Stephen Henson
2007-10-17New unused field crippled ssl_ctx_st in 0.9.8"f".Andy Polyakov
2007-10-12Backport certificate status request TLS extension support to 0.9.8.Dr. Stephen Henson
2007-10-11make update, and more DTLS stuff.Ben Laurie
2007-08-28Update from HEAD.Dr. Stephen Henson
2007-08-12Backport of TLS extension code to OpenSSL 0.9.8.Dr. Stephen Henson
2007-04-25Ensure that AES remains the preferred cipher at any given key length.Bodo Möller
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-03-21oops -- this should have been in 0.9.8eBodo Möller
2007-02-19remove inconsistency between builds with and without Camellia enabledBodo Möller
2006-11-29replace macros with functionsNils Larsch
2006-06-14Make sure that AES ciphersuites get priority over Camellia ciphersuitesBodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-01-08Avoid contradictive error code assignments.Bodo Möller