aboutsummaryrefslogtreecommitdiff
path: root/crypto/stack
AgeCommit message (Expand)AuthorFilesLines
2008-10-14Type-safe OBJ_bsearch_ex.Ben Laurie3-24/+15
2008-06-04Remove old non-safestack code.Dr. Stephen Henson1-66/+0
2008-06-04More type-checking.Ben Laurie3-145/+482
2008-05-27Avoid warning about empty structures and always define CHECKED_PTR_OFDr. Stephen Henson1-2/+2
2008-05-26LHASH revamp. make depend.Ben Laurie1-0/+234
2008-05-09Add missing cast.Dr. Stephen Henson1-1/+1
2008-03-26Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson1-0/+22
2008-03-12And so it begins...Dr. Stephen Henson1-0/+88
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson1-0/+22
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson1-119/+49
2007-07-30Make preprocessor logic more fail-safe.Andy Polyakov1-1/+1
2007-07-30As for inline vs. __inline. The original code implies that most compilersAndy Polyakov1-5/+8
2007-06-23Inline function declarations have to be prototypes.Ben Laurie1-1/+1
2007-06-08WIN32 fixes.Dr. Stephen Henson1-3/+7
2007-06-04Back out safestack.h change for now: seems to break some things.Dr. Stephen Henson1-0/+1936
2007-06-04Avoid use of function pointer casts in pem library. Modify safestack toDr. Stephen Henson1-1934/+0
2007-04-23Add SEED encryption algorithm.Bodo Möller1-2/+0
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-12-06Fix change to OPENSSL_NO_RFC3779Dr. Stephen Henson1-4/+2
2006-11-27Add RFC 3779 support.Ben Laurie1-0/+70
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson1-1/+66
2006-09-17Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson1-0/+44
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller1-0/+93
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-3/+9
2005-05-16make updateBodo Möller1-8/+1
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-05-14openssl_fcast should always be defined, not just with DEBUG_SAFESTACKDr. Stephen Henson1-2/+2
2005-05-12Some C compilers produce warnings or compilation errors if an attemptDr. Stephen Henson1-24/+27
2005-04-20Make sure id2_func is properly cast as well...Richard Levitte1-2/+2
2005-04-20Avoid compiler complaint about mismatched function signaturesRichard Levitte1-2/+2
2005-04-20Type mismatch detected by DEC C compiler. void* != void**Richard Levitte1-1/+1
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson1-2/+2
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-1/+1
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-10-04Oops!Dr. Stephen Henson1-1/+1
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson3-0/+74
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson1-0/+21
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe1-8/+7
2004-04-21Extend the index parameter checking from sk_value to sk_set(). Also tidy upGeoff Thorpe1-3/+2
2004-04-02Avoid undefined results when the parameter is out of range.Geoff Thorpe1-1/+1
2004-03-25Fix ASN1 warnings.Dr. Stephen Henson1-7/+8
2004-03-23Initial support for certificate policy checking and evaluation.Dr. Stephen Henson1-0/+63
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-05-01make updateRichard Levitte1-0/+21
2003-04-29make updateRichard Levitte2-26/+7
2003-04-29Include objects.h to get a correct declaration of OBJ_bsearch_ex(),Richard Levitte1-1/+2
2003-04-29Add an extended variant of sk_find() which returns a non-NULL pointerRichard Levitte3-13/+92