summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_cert.c
AgeCommit message (Expand)Author
2012-08-15Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson
2012-08-03Rename Suite B functions for consistency.Dr. Stephen Henson
2012-07-27Make tls1_check_chain return a set of flags indicating checks passedDr. Stephen Henson
2012-07-23Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson
2012-07-08Add new ctrl to retrieve client certificate types, print outDr. Stephen Henson
2012-07-03Separate client and server permitted signature algorithm support: by defaultDr. Stephen Henson
2012-06-29Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson
2012-06-28Add new "valid_flags" field to CERT_PKEY structure which determines whatDr. Stephen Henson
2012-06-27don't use pseudo digests for default values of keysDr. Stephen Henson
2012-06-25Reorganise supported signature algorithm extension processing.Dr. Stephen Henson
2012-06-22Add support for application defined signature algorithms for use withDr. Stephen Henson
2012-06-18Make it possible to delete all certificates from an SSL structure.Dr. Stephen Henson
2012-05-30RFC 5878 support.Ben Laurie
2012-04-23oops, not yet ;-)Dr. Stephen Henson
2012-04-23update NEWSDr. Stephen Henson
2012-04-11use different variable for chain iterationDr. Stephen Henson
2012-04-05Add support for automatic ECDH temporary key parameter selection. WhenDr. Stephen Henson
2012-03-06New ctrls to retrieve supported signature algorithms and curves andDr. Stephen Henson
2012-02-02typoDr. Stephen Henson
2012-01-31Add support for distinct certificate chains per key type and per SSLDr. Stephen Henson
2012-01-27code tidyDr. Stephen Henson
2012-01-26Revise ssl code to use a CERT_PKEY structure when outputting aDr. Stephen Henson
2012-01-26Tidy/enhance certificate chain output code.Dr. Stephen Henson
2011-05-06Continuing TLS v1.2 support: add support for server parsing ofDr. Stephen Henson
2010-03-24PR: 1731 and maybe 2197Dr. Stephen Henson
2009-06-30Update from 1.0.0-stable.Dr. Stephen Henson
2009-06-30Update from 1.0.0-stableDr. Stephen Henson
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson
2007-02-17Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-02-24fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch
2005-08-08a ssl object needs it's own instance of a ecdh key; remove obsolete commentNils Larsch
2005-07-16makeNils Larsch
2005-06-01clear error queue on success and return NULL if no cert could be readNils Larsch
2005-03-30Constification.Ben Laurie
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson
2004-07-10Use the new directory reading functions.Richard Levitte
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-02-05SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller
2002-11-15WinCE patchesRichard Levitte
2002-08-09ECC ciphersuite supportBodo Möller
2002-04-29Synchronise with 0.9.7-stable.Richard Levitte
2002-04-18Make sure the opened directory is closed on exit.Richard Levitte
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller
2001-10-24Deprecate the macro MAC_OS_pre_X.Richard Levitte
2001-10-04SSL_add_dir_cert_subjects_to_stack for Win32 finally implemented.Richard Levitte
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller