aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_cert.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-08a ssl object needs it's own instance of a ecdh key; remove obsolete commentNils Larsch1-3/+6
2005-07-16makeNils Larsch1-0/+2
2005-06-01clear error queue on success and return NULL if no cert could be readNils Larsch1-3/+13
2005-03-30Constification.Ben Laurie1-2/+2
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson1-6/+8
2004-07-10Use the new directory reading functions.Richard Levitte1-109/+18
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe1-0/+1
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-0/+1
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte1-6/+6
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-1/+1
2003-02-05SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller1-1/+1
2002-11-15WinCE patchesRichard Levitte1-0/+28
2002-08-09ECC ciphersuite supportBodo Möller1-1/+30
2002-04-29Synchronise with 0.9.7-stable.Richard Levitte1-1/+1
2002-04-18Make sure the opened directory is closed on exit.Richard Levitte1-3/+5
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller1-0/+4
2001-10-24Deprecate the macro MAC_OS_pre_X.Richard Levitte1-1/+1
2001-10-04SSL_add_dir_cert_subjects_to_stack for Win32 finally implemented.Richard Levitte1-0/+52
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller1-1/+1
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-1/+5
2001-08-25Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe1-1/+1
2001-07-31Indent.Lutz Jänicke1-1/+1
2001-07-30Only set the verify callback if there's one to set!Ben Laurie1-1/+2
2001-07-30Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke1-0/+2
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-1/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-15/+14
2000-12-15Locking issues.Bodo Möller1-9/+19
2000-11-29mark a bugBodo Möller1-0/+1
2000-11-17include 'err' label only when it is actually usedBodo Möller1-0/+2
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-5/+5
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe1-2/+2
2000-05-21Avoid sprintf, and harmonize indentation.Bodo Möller1-73/+76
2000-03-14Use correct function names in SSLerr macros.Bodo Möller1-3/+3
2000-03-13Copy DH key (if available) in addition to the bare parametersBodo Möller1-4/+21
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-2/+1
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1-3/+13
1999-09-11Initial support for MacOS.Andy Polyakov1-2/+12
1999-08-08Comments.Bodo Möller1-1/+1
1999-07-30correct error signalling for opendir() failureBodo Möller1-1/+3
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller1-2/+2
1999-05-30More safe stack.Ben Laurie1-7/+7
1999-05-20NeXT doesn't have dirent.Ulf Möller1-2/+4
1999-05-14Various bugfixes: Uses locking for some more of the stuff that is notBodo Möller1-5/+12
1999-05-13Some tiny clean-ups related to the cert_st / sess_cert_st change.Bodo Möller1-15/+0
1999-05-13New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1-21/+62
1999-05-13VMS support.Ulf Möller1-0/+4
1999-05-10Changed a comment.Bodo Möller1-2/+6
1999-05-09Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller1-0/+201
1999-05-08Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson1-1/+1