Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.
[openssl.git] / ssl / ssl.h
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...
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...
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-09-21 Bodo MöllerDisable session related stuff in SSL_ST_OK case of...
2001-09-20 Bodo MöllerNew function SSL_renegotiate_pending().
2001-09-20 Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
2001-09-11 Lutz JänickeMake maximum certifcate chain size accepted from the...
2001-08-23 Lutz JänickeMore manual pages. Constify.
2001-08-03 Lutz JänickeDon't disable rollback attack detection as a recommende...
2001-08-01 Lutz JänickeRemove SSL_OP_NON_EXPORT_FIRST:
2001-07-31 Richard LevitteMore Kerberos SSL changes from Jeffrey Altman <jaltman...
2001-07-15 Richard LevitteSSL_get_[rw]fd were documented but not implemented.
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-04-08 Bodo MöllerAvoid assert() in the library.
2001-03-09 Bodo MöllerConsistently use 'void *' for SSL read, peek and write...
2001-03-08 Bodo Mölleradd ssl23_peek
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-02-23 Geoff ThorpeFix an oversight - when checking a potential session...
2001-02-22 Richard LevitteInclude e_os2.h instead of opensslconf.h.
2001-02-21 Geoff ThorpeThis change allows a callback to be used to override...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-09 Lutz JänickeNew Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS...
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-06 Ben LaurieRijdael CBC mode and partial undebugged SSL support.
next