Initial experimental TLSv1.1 support
[openssl.git] / ssl / ssl.h
2009-12-07 Dr. Stephen HensonInitial experimental TLSv1.1 support
2009-11-18 Dr. Stephen HensonInclude a more meaningful error message when rejecting...
2009-11-09 Dr. Stephen HensonFirst cut of renegotiation extension. (port to HEAD)
2009-09-12 Dr. Stephen HensonPR: 2025
2009-09-09 Dr. Stephen HensonPR: 2033
2009-09-06 Dr. Stephen HensonMake update, deleting bogus DTLS error code
2009-08-26 Dr. Stephen HensonPR: 2006
2009-08-12 Dr. Stephen HensonUpdate default dependency flags.
2009-08-12 Dr. Stephen HensonPR: 1997
2009-07-15 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-06-30 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-28 Dr. Stephen HensonTypo.
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-04-08 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-04-06 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-04-04 Dr. Stephen HensonUpdates from 1.0.0-stable
2008-12-27 Ben LaurieDeal with the unlikely event that EVP_MD_CTX_size(...
2008-12-27 Ben LaurieHandle the unlikely event that BIO_get_mem_data() retur...
2008-11-16 Ben LaurieIntegrate J-PAKE and TLS-PSK. Increase PSK buffer size...
2008-11-15 Dr. Stephen HensonPR: 1574
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben LaurieMore size_tification.
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-09-10 Dr. Stephen HensonAdd SSL_FIPS flag for FIPS 140-2 approved ciphersuites...
2008-08-13 Bodo Möllersanity check
2008-08-04 Bodo MöllerFix error codes for memory-saving patch.
2008-06-03 Dr. Stephen HensonAdd support for client cert engine setting in s_client...
2008-06-03 Ben LaurieMemory saving patch.
2008-06-01 Dr. Stephen HensonUpdate error codes.
2008-06-01 Dr. Stephen HensonAdd client cert engine to SSL routines.
2008-06-01 Dr. Stephen HensonUpdate error codes, move typedef of SSL, SSL_CTX to...
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-04-30 Dr. Stephen HensonUpdate from stable branch.
2007-10-26 Dr. Stephen HensonFix duplicate error codes.
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-10-13 Andy PolyakovDTLS fixes from 0.9.8-stable.
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-21 Bodo MöllerImplement the Opaque PRF Input TLS extension
2007-09-19 Ben LaurieThe other half of make errors.
2007-09-19 Bodo MöllerClean up error codes a bit.
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-08-28 Dr. Stephen HensonAdd ctrls to set and get RFC4507bis keys to enable...
2007-08-11 Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2007-06-07 Dr. Stephen HensonFinish gcc 4.2 changes.
2007-06-04 Dr. Stephen HensonUpdate ssl library to support EVP_PKEY MAC API. Include...
2007-04-24 Bodo Möllerfix function codes for error
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-02-19 Bodo MöllerInclude "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make...
2007-02-17 Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2006-12-21 Nils Larschfix typos
2006-11-29 Nils Larschreplace macros with functions
2006-11-06 Nils Larschremove SSLEAY_MACROS code
2006-06-15 Bodo MöllerError messages for client ECC cert verification.
2006-06-14 Bodo MöllerCiphersuite string bugfixes, and ECC-related (re-)defin...
2006-06-14 Bodo MöllerMake sure that AES ciphersuites get priority over Camellia
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-05-12 Richard LevitteSomeone made a mistake, and some function and reason...
2006-03-30 Bodo MöllerImplement Supported Elliptic Curves Extension.
2006-03-13 Bodo Möllerfix sign problems
2006-03-13 Bodo Möllerudpate Supported Point Formats Extension code
2006-03-12 Nils Larschfix comment
2006-03-11 Bodo MöllerImplement the Supported Point Formats Extension for...
2006-03-10 Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-02-07 Bodo Möllermove new member of SSL_SESSION to the end
2006-01-09 Bodo MöllerFurther TLS extension updates
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...
2006-01-07 Bodo Möllercomplete and correct RFC3546 error codes
2006-01-06 Bodo MöllerFixes for TLS server_name extension
2006-01-03 Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02 Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-10-26 Bodo MöllerAdd fixes for CAN-2005-2969.
2005-10-08 Dr. Stephen HensonAvoid warning on Win32.
2005-10-08 Dr. Stephen HensonNew option SSL_OP_NO_COMP to disable compression. New...
2005-08-14 Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-06-10 Nils Larsch- let SSL_CTX_set_cipher_list and SSL_set_cipher_list...
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...
next