summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_cert.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-577/+551
* 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-stable.Dr. Stephen Henson2009-06-301-3/+6
* gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.Dr. Stephen Henson2007-09-061-1/+1
* 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 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
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-031-1/+1
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-1/+5
* Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe2001-08-251-1/+1
* Indent.Lutz Jänicke2001-07-311-1/+1
* Only set the verify callback if there's one to set!Ben Laurie2001-07-301-1/+2
* Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke2001-07-301-0/+2
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-15/+14
* Locking issues.Bodo Möller2000-12-151-9/+19
* mark a bugBodo Möller2000-11-291-0/+1
* include 'err' label only when it is actually usedBodo Möller2000-11-171-0/+2
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-5/+5
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-2/+2
* Avoid sprintf, and harmonize indentation.Bodo Möller2000-05-211-73/+76
* Use correct function names in SSLerr macros.Bodo Möller2000-03-141-3/+3
* Copy DH key (if available) in addition to the bare parametersBodo Möller2000-03-131-4/+21
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-2/+1
* Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1999-11-291-3/+13
* Initial support for MacOS.Andy Polyakov1999-09-111-2/+12
* Comments.Bodo Möller1999-08-081-1/+1
* correct error signalling for opendir() failureBodo Möller1999-07-301-1/+3
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-2/+2
* More safe stack.Ben Laurie1999-05-301-7/+7
* NeXT doesn't have dirent.Ulf Möller1999-05-201-2/+4