aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_cert.c
Commit message (Expand)AuthorAgeFilesLines
* Add ctrl and utility functions to retrieve raw cipher list sent by client inDr. Stephen Henson2012-09-121-0/+4
* Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson2012-08-151-0/+4
* Rename Suite B functions for consistency.Dr. Stephen Henson2012-08-031-15/+2
* Make tls1_check_chain return a set of flags indicating checks passedDr. Stephen Henson2012-07-271-1/+2
* Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson2012-07-231-2/+96
* Add new ctrl to retrieve client certificate types, print outDr. Stephen Henson2012-07-081-0/+11
* Separate client and server permitted signature algorithm support: by defaultDr. Stephen Henson2012-07-031-4/+18
* Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson2012-06-291-0/+9
* Add new "valid_flags" field to CERT_PKEY structure which determines whatDr. Stephen Henson2012-06-281-0/+4
* don't use pseudo digests for default values of keysDr. Stephen Henson2012-06-271-2/+2
* Reorganise supported signature algorithm extension processing.Dr. Stephen Henson2012-06-251-1/+5
* Add support for application defined signature algorithms for use withDr. Stephen Henson2012-06-221-5/+20
* Make it possible to delete all certificates from an SSL structure.Dr. Stephen Henson2012-06-181-29/+33
* RFC 5878 support.Ben Laurie2012-05-301-0/+20
* oops, not yet ;-)Dr. Stephen Henson2012-04-231-37/+25
* update NEWSDr. Stephen Henson2012-04-231-25/+37
* use different variable for chain iterationDr. Stephen Henson2012-04-111-2/+3
* Add support for automatic ECDH temporary key parameter selection. WhenDr. Stephen Henson2012-04-051-0/+1
* New ctrls to retrieve supported signature algorithms and curves andDr. Stephen Henson2012-03-061-0/+5
* typoDr. Stephen Henson2012-02-021-1/+1
* Add support for distinct certificate chains per key type and per SSLDr. Stephen Henson2012-01-311-7/+84
* code tidyDr. Stephen Henson2012-01-271-15/+19
* Revise ssl code to use a CERT_PKEY structure when outputting aDr. Stephen Henson2012-01-261-1/+8
* Tidy/enhance certificate chain output code.Dr. Stephen Henson2012-01-261-0/+82
* Continuing TLS v1.2 support: add support for server parsing ofDr. Stephen Henson2011-05-061-1/+20
* PR: 1731 and maybe 2197Dr. Stephen Henson2010-03-241-0/+2
* Update from 1.0.0-stable.Dr. Stephen Henson2009-06-301-3/+1
* Update from 1.0.0-stableDr. Stephen Henson2009-06-301-3/+6
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-1/+1
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-3/+5
* Thread-safety fixesBodo Möller2006-06-141-8/+20
* fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch2006-02-241-1/+1
* a ssl object needs it's own instance of a ecdh key; remove obsolete commentNils Larsch2005-08-081-3/+6
* makeNils Larsch2005-07-161-0/+2
* clear error queue on success and return NULL if no cert could be readNils Larsch2005-06-011-3/+13
* Constification.Ben Laurie2005-03-301-2/+2
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-6/+8
* Use the new directory reading functions.Richard Levitte2004-07-101-109/+18
* Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe2004-05-171-0/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+1
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-291-6/+6
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller2003-02-051-1/+1
* WinCE patchesRichard Levitte2002-11-151-0/+28
* ECC ciphersuite supportBodo Möller2002-08-091-1/+30
* Synchronise with 0.9.7-stable.Richard Levitte2002-04-291-1/+1
* Make sure the opened directory is closed on exit.Richard Levitte2002-04-181-3/+5
* Add 'void *' argument to app_verify_callback.Bodo Möller2002-02-281-0/+4
* Deprecate the macro MAC_OS_pre_X.Richard Levitte2001-10-241-1/+1
* SSL_add_dir_cert_subjects_to_stack for Win32 finally implemented.Richard Levitte2001-10-041-0/+52