]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl.h
Disable export and SSLv2 ciphers by default
[thirdparty/openssl.git] / ssl / ssl.h
2015-03-14  Kurt RoeckxDisable export and SSLv2 ciphers by default
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMore comment changes required for indent OpenSSL_0_9_8-pre-auto-reformat
2015-01-22  Matt CaswellMore tweaks for comments due indent issues
2015-01-22  Matt CaswellMove more comments that confuse indent
2015-01-22  Matt CaswellFix indent comment corruption issue
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2015-01-22  Matt CaswellAdditional comment changes for reformat of 0.9.8
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2015-01-06  Dr. Stephen HensonOnly allow ephemeral RSA keys in export ciphersuites.
2014-10-21  Bodo MoellerFix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-03-27  manchaFix alert handling.
2014-01-04  Dr. Stephen HensonRestore SSL_OP_MSIE_SSLV2_RSA_PADDING
2013-10-04  Rob StradlingDon't prefer ECDHE-ECDSA ciphers when the client appear...
2013-02-05  Dr. Stephen HensonFix error codes.
2012-03-12  Dr. Stephen Hensonfix error code
2012-01-04  Dr. Stephen HensonOnly allow one SGC handshake restart for SSL/TLS. ...
2010-01-06  Dr. Stephen HensonUpdates to conform with draft-ietf-tls-renegotiation...
2009-12-16  Dr. Stephen HensonNew option to enable/disable connection to unpatched...
2009-12-11  Dr. Stephen HensonMove SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION out of...
2009-12-09  Dr. Stephen HensonAdd ctrls to clear options and mode.
2009-12-08  Dr. Stephen HensonAdd ctrl and macro so we can determine if peer support...
2009-11-18  Dr. Stephen HensonInclude a more meaningful error message when rejecting...
2009-11-09  Dr. Stephen HensonFix wrong function codes and duplicate codes
2009-11-08  Ben LaurieFirst cut of renegotiation extension.
2009-11-05  Ben LaurieDisable renegotiation.
2009-09-12  Dr. Stephen HensonPR: 2025
2009-09-09  Dr. Stephen HensonPR: 2033
2009-08-26  Dr. Stephen HensonPR: 2006
2009-08-13  Dr. Stephen HensonPR: 1997
2009-08-06  Dr. Stephen HensonFix error codes.
2009-04-19  Dr. Stephen HensonPR: 1751
2008-08-13  Bodo Möllersanity check
2008-06-16  Dr. Stephen HensonMake ssl code consistent with FIPS branch. The new...
2008-06-04  Dr. Stephen HensonBackport more ENGINE SSL client auth code to 0.9.8.
2008-06-04  Dr. Stephen HensonBackport ssl client auth ENGINE support to 0.9.8.
2008-04-30  Dr. Stephen HensonTLS ticket key setting callback: this allows and applic...
2007-10-17  Andy PolyakovNew unused field crippled ssl_ctx_st in 0.9.8"f".
2007-10-12  Dr. Stephen HensonBackport certificate status request TLS extension suppo...
2007-10-11  Ben Lauriemake update, and more DTLS stuff.
2007-08-28  Dr. Stephen HensonUpdate from HEAD.
2007-08-12  Dr. Stephen HensonBackport of TLS extension code to OpenSSL 0.9.8.
2007-04-25  Bodo MöllerEnsure that AES remains the preferred cipher at any...
2007-04-23  Bodo MöllerAdd SEED encryption algorithm.
2007-03-21  Bodo Mölleroops -- this should have been in 0.9.8e
2007-02-19  Bodo Möllerremove inconsistency between builds with and without...
2006-11-29  Nils Larschreplace macros with functions
2006-06-14  Bodo MöllerMake sure that AES ciphersuites get priority over Camel...
2006-06-09  Bodo MöllerCamellia cipher, contributed by NTT
2006-01-08  Bodo MöllerAvoid contradictive error code assignments.
2006-01-08  Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2005-10-11  Mark J. CoxAdd fixes for CAN-2005-2969 OpenSSL_0_9_8a
2005-06-10  Nils Larsch- let SSL_CTX_set_cipher_list and SSL_set_cipher_list...
2005-05-17  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-26  Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26  Ben LaurieAdd DTLS support.
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30  Ben LaurieConstification.
2004-09-06  Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-05-20  Richard LevitteMove some COMP functions to be inside the #ifndef OPENS...
2004-05-17  Geoff ThorpeDeprecate quite a few recursive includes from the ssl...
2004-03-25  Richard LevitteSSL_COMP_get_compression_method is a typo (a missing...
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-11-29  Richard LevitteWe're getting a clash with C++ because it has a type...
2003-10-10  Dr. Stephen HensonAvoid warnings: add missing prototype, don't shadow.
2003-10-06  Richard LevitteAdd functionality to get information on compression...
2003-10-06  Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2003-02-15  Geoff ThorpeSession cache implementations shouldn't have to access...
2003-02-12  Dr. Stephen HensonOption to disable SSL auto chain build
2003-02-05  Bodo MöllerSSL_add_dir_cert_subjects_to_stack now exists for WIN32
2002-12-08  Geoff ThorpeFix a warning, and do some constification as a lucky...
2002-12-08  Richard LevitteSince it's defined in draft-ietf-tls-compression-04...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-29  Geoff ThorpeCorrect and enhance the behaviour of "internal" session...
2002-10-14  Richard Levittemakedepend complains when a header file is included...
2002-10-10  Richard LevitteTypo
2002-10-10  Richard LevitteRFC 2712 redefines the codes for use of Kerberos 5...
2002-08-09  Bodo MöllerECC ciphersuite support
2002-08-02  Bodo Möllerget rid of OpenSSLDie
2002-07-30  Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-07-19  Lutz JänickeNew cipher selection options COMPLEMENTOFALL and COMPLE...
2002-07-04  Bodo MöllerAES cipher suites are now official (RFC3268)
2002-06-14  Bodo MöllerNew option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disab...
2002-05-07  Bodo MöllerFix ciphersuite list to enforce low priority for RC4.
2002-05-07  Bodo Möllerensure that, for each strength, RC4 ciphers have least...
2002-05-05  Bodo Möllerdisable AES ciphersuites unless explicitly requested
2002-03-12  Dr. Stephen HensonFix ASN1 additions for KRB5
2002-02-28  Bodo MöllerAdd 'void *' argument to app_verify_callback.
2002-01-14  Bodo MöllerBugfix: In ssl3_accept, don't use a local variable...
2002-01-12  Ben LauriePrototype info function.
2002-01-12  Ben LaurieAdd client_cert_cb prototype.
2001-12-17  Bodo Möllerremove redundant ERR_load_... declarations
2001-11-10  Bodo MöllerImplement msg_callback for SSL 2.0.
2001-10-24  Richard LevitteDeprecate the macro MAC_OS_pre_X.
2001-10-20  Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-17  Bodo Möllergcc complained about "write" being shadowed even though...
2001-10-16  Bodo MöllerAdd per-SSL 'msg_callback' with 'msg_callback_arg'.
2001-10-15  Bodo MöllerChange ssl3_get_message and the functions using it...
next