summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
AgeCommit message (Expand)Author
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
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2005-10-11Add fixes for CAN-2005-2969OpenSSL_0_9_8aMark J. Cox
2005-06-10- let SSL_CTX_set_cipher_list and SSL_set_cipher_list return anNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-26fix SSLerr stuff for DTLS1 code;Bodo Möller
2005-04-26Add DTLS support.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Constification.Ben Laurie
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson
2004-05-20Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMPRichard Levitte
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe
2004-03-25SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte
2003-10-10Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson
2003-10-06Add functionality to get information on compression methods (not quite comple...Richard Levitte