Fix missing return value checks.
[openssl.git] / ssl / ssl_cert.c
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-11-27 Matt CaswellRemove redundant checks in ssl_cert_dup. This was causi...
2014-08-28 Dr. Stephen HensonCustom extension revision.
2014-08-28 Dr. Stephen HensonRevision of custom extension code.
2014-06-10 Dr. Stephen HensonRemove experimental DANE code.
2014-05-20 Ben LaurieFix signed/unsigned warning.
2014-04-21 Kaspar BrandFix SSL_CTX_get{first,next}_certificate.
2014-03-27 Dr. Stephen HensonUpdate chain building function.
2014-03-25 Emilia KasperAllow duplicate certs in ssl_build_cert_chain
2014-02-23 Dr. Stephen HensonOnly set current certificate to valid values.
2014-02-23 Dr. Stephen HensonNew chain building flags.
2014-02-21 Andy Polyakovssl/ssl_cert.c: DANE update.
2014-02-09 Ben LaurieMerge branch '102_stable_tlsext_suppdata_changes' of...
2014-02-09 Scott DeboyAdd callbacks supporting generation and retrieval of...
2014-02-02 Dr. Stephen HensonNew ctrl to set current certificate.
2013-11-13 Dr. Stephen HensonAllow match selecting of current certificate.
2013-11-13 Rob StradlingAdditional "chain_cert" functions.
2013-07-31 TrevorCosmetic touchups.
2013-07-03 TrevorTrying cherrypick:
2013-05-15 Andy PolyakovRFC6689 support: add missing commit (git noob alert).
2012-12-26 Dr. Stephen HensonAdd ctrl and utility functions to retrieve raw cipher...
2012-12-26 Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-12-26 Dr. Stephen HensonNew function X509_chain_up_ref to dup and up the refere...
2012-12-26 Dr. Stephen HensonMake tls1_check_chain return a set of flags indicating...
2012-12-26 Dr. Stephen HensonAdd support for certificate stores in CERT structure...
2012-12-26 Dr. Stephen HensonAdd new ctrl to retrieve client certificate types,...
2012-12-26 Dr. Stephen HensonSeparate client and server permitted signature algorith...
2012-12-26 Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-12-26 Dr. Stephen HensonAdd new "valid_flags" field to CERT_PKEY structure...
2012-12-26 Dr. Stephen HensonReorganise supported signature algorithm extension...
2012-12-26 Dr. Stephen HensonAdd support for application defined signature algorithm...
2012-12-26 Dr. Stephen HensonMake it possible to delete all certificates from an...
2012-06-27 Dr. Stephen Hensondon't use pseudo digests for default values of keys
2012-05-29 Ben LaurieRFC 5878 support.
2012-04-11 Dr. Stephen Hensonuse different variable for chain iteration
2012-04-06 Dr. Stephen HensonAdd support for automatic ECDH temporary key parameter...
2012-04-06 Dr. Stephen HensonNew ctrls to retrieve supported signature algorithms...
2012-04-06 Dr. Stephen HensonAdd support for distinct certificate chains per key...
2012-04-06 Dr. Stephen HensonBackport: code tidy (from HEAD)
2012-04-06 Dr. Stephen HensonBackport: Revise ssl code to use CERT_PKEY structure...
2012-04-06 Dr. Stephen HensonBackport: tidy/enhance certificate chain output code...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-05-11 Dr. Stephen HensonBackport TLS v1.2 support from HEAD.
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-03-24 Dr. Stephen HensonPR: 1731 and maybe 2197
2009-06-30 Dr. Stephen HensonRedundant check: s->param is always non-NULL, it is...
2009-06-30 Dr. Stephen HensonInherit parameters properly in SSL contexts: any parame...
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
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.
next