]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_cert.c
Cosmetic touchups.
[thirdparty/openssl.git] / ssl / ssl_cert.c
2013-06-28  TrevorCosmetic touchups.
2013-06-12  TrevorAdd support for arbitrary TLS extensions.
2012-09-12  Dr. Stephen HensonAdd ctrl and utility functions to retrieve raw cipher...
2012-08-15  Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-08-03  Dr. Stephen HensonRename Suite B functions for consistency.
2012-07-27  Dr. Stephen HensonMake tls1_check_chain return a set of flags indicating...
2012-07-23  Dr. Stephen HensonAdd support for certificate stores in CERT structure...
2012-07-08  Dr. Stephen HensonAdd new ctrl to retrieve client certificate types,...
2012-07-03  Dr. Stephen HensonSeparate client and server permitted signature algorith...
2012-06-29  Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-06-28  Dr. Stephen HensonAdd new "valid_flags" field to CERT_PKEY structure...
2012-06-27  Dr. Stephen Hensondon't use pseudo digests for default values of keys
2012-06-25  Dr. Stephen HensonReorganise supported signature algorithm extension...
2012-06-22  Dr. Stephen HensonAdd support for application defined signature algorithm...
2012-06-18  Dr. Stephen HensonMake it possible to delete all certificates from an...
2012-05-30  Ben LaurieRFC 5878 support.
2012-04-23  Dr. Stephen Hensonoops, not yet ;-)
2012-04-23  Dr. Stephen Hensonupdate NEWS
2012-04-11  Dr. Stephen Hensonuse different variable for chain iteration
2012-04-05  Dr. Stephen HensonAdd support for automatic ECDH temporary key parameter...
2012-03-06  Dr. Stephen HensonNew ctrls to retrieve supported signature algorithms...
2012-02-02  Dr. Stephen Hensontypo
2012-01-31  Dr. Stephen HensonAdd support for distinct certificate chains per key...
2012-01-27  Dr. Stephen Hensoncode tidy
2012-01-26  Dr. Stephen HensonRevise ssl code to use a CERT_PKEY structure when outpu...
2012-01-26  Dr. Stephen HensonTidy/enhance certificate chain output code.
2011-05-06  Dr. Stephen HensonContinuing TLS v1.2 support: add support for server...
2010-03-24  Dr. Stephen HensonPR: 1731 and maybe 2197
2009-06-30  Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-06-30  Dr. Stephen HensonUpdate from 1.0.0-stable
2007-09-07  Dr. Stephen HensonChange safestack reimplementation to match 0.9.8.
2007-02-17  Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2006-06-14  Bodo MöllerThread-safety fixes
2006-02-24  Nils Larschfix no-dh configure option; patch supplied by Peter...
2005-08-08  Nils Larscha ssl object needs it's own instance of a ecdh key...
2005-07-16  Nils Larschmake
2005-06-01  Nils Larschclear error queue on success and return NULL if no...
2005-03-30  Ben LaurieConstification.
2004-09-06  Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-07-10  Richard LevitteUse the new directory reading functions.
2004-05-17  Geoff ThorpeDeprecate quite a few recursive includes from the ssl...
2004-04-19  Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2003-11-29  Richard LevitteWe're getting a clash with C++ because it has a type...
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-02-05  Bodo MöllerSSL_add_dir_cert_subjects_to_stack now exists for WIN32
2002-11-15  Richard LevitteWinCE patches
2002-08-09  Bodo MöllerECC ciphersuite support
2002-04-29  Richard LevitteSynchronise with 0.9.7-stable.
2002-04-18  Richard LevitteMake sure the opened directory is closed on exit.
2002-02-28  Bodo MöllerAdd 'void *' argument to app_verify_callback.
2001-10-24  Richard LevitteDeprecate the macro MAC_OS_pre_X.
2001-10-04  Richard LevitteSSL_add_dir_cert_subjects_to_stack for Win32 finally...
2001-09-03  Bodo MöllerRename recently introduced functions for improved code...
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-25  Geoff ThorpeChanges crypto/evp/ and ssl/ code from directly increme...
2001-07-31  Lutz JänickeIndent.
2001-07-30  Ben LaurieOnly set the verify callback if there's one to set!
2001-07-30  Lutz JänickeFix inconsistent behaviour with respect to verify_callb...
2001-02-22  Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-15  Bodo MöllerLocking issues.
2000-11-29  Bodo Möllermark a bug
2000-11-17  Bodo Möllerinclude 'err' label only when it is actually used
2000-09-17  Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-06-01  Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-05-21  Bodo MöllerAvoid sprintf, and harmonize indentation.
2000-03-14  Bodo MöllerUse correct function names in SSLerr macros.
2000-03-13  Bodo MöllerCopy DH key (if available) in addition to the bare...
2000-01-23  Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
1999-11-29  Dr. Stephen HensonRemainder of SSL purpose and trust code: trust and...
1999-09-11  Andy PolyakovInitial support for MacOS.
1999-08-08  Bodo MöllerComments.
1999-07-30  Bodo Möllercorrect error signalling for opendir() failure
1999-07-21  Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-05-30  Ben LaurieMore safe stack.
1999-05-20  Ulf MöllerNeXT doesn't have dirent.
1999-05-14  Bodo MöllerVarious bugfixes: Uses locking for some more of the...
1999-05-13  Bodo MöllerSome tiny clean-ups related to the cert_st / sess_cert_...
1999-05-13  Bodo MöllerNew structure type SESS_CERT used instead of CERT insid...
1999-05-13  Ulf MöllerVMS support.
1999-05-10  Bodo MöllerChanged a comment.
1999-05-09  Bodo MöllerCreate a duplicate of the SSL_CTX's CERT in SSL_new...
1999-05-08  Dr. Stephen HensonVarious Win32 fixes. Win95 doesn't support MoveFileEx...
1999-05-03  Ben LaurieSome more stack stuff.
1999-05-01  Bodo MöllerSupport verify_depth from the SSL API without need...
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-12  Ben LaurieAdd type-safe STACKs and SETs.
1999-03-22  Ralf S. Engelschallfunction names recently changed - consistency.
1999-03-06  Ben LaurieFix names of cert stack functions.
1999-03-03  Dr. Stephen HensonFix the Win32 compile environment and add various chang...
1999-02-28  Ben LaurieAdd functions to add certs to stacks, used for CA file...
1999-02-26  Ralf S. EngelschallOps, the logic of the second argument has to be coupled...
1999-02-25  Ralf S. EngelschallAdd a bunch of SSL_xxx() functions for configuring...
1999-01-07  Ben LaurieAccept NULL in *_free.
1998-12-22  Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
next