aboutsummaryrefslogtreecommitdiff
path: root/crypto/stack/safestack.h
AgeCommit message (Expand)AuthorFilesLines
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
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-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-1/+1
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson1-0/+66
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson1-0/+21
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-05-01make updateRichard Levitte1-0/+21
2003-04-29make updateRichard Levitte1-21/+0
2003-04-29Add an extended variant of sk_find() which returns a non-NULL pointerRichard Levitte1-0/+78
2003-03-24Support for name constraints.Dr. Stephen Henson1-0/+20
2003-03-20Support for policyMappingsDr. Stephen Henson1-0/+20
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson1-0/+20
2002-01-05Experimental configuration code.Dr. Stephen Henson1-0/+40
2001-10-01The cleanup stack in ENGINE changed slightly, so this "make update" isGeoff Thorpe1-19/+19
2001-09-25This commits the changes to STACK macros forced by recent ENGINE surgery.Geoff Thorpe1-19/+39
2001-08-18Add first cut symmetric crypto support.Ben Laurie1-0/+20
2001-07-10make updateRichard Levitte1-0/+160
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte1-0/+20
2001-01-19Additional functionality in ocsp utility: print summaryDr. Stephen Henson1-0/+20
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-0/+20
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte1-0/+58
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson1-0/+20
2000-07-24"make update"Richard Levitte1-20/+0
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte1-0/+20
2000-06-22Change mkstack.pl so it now sorts each groupDr. Stephen Henson1-548/+548
2000-06-21* This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe1-161/+54
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-1/+1
2000-06-20Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson1-0/+333
2000-06-20'make update'Geoff Thorpe1-160/+160
2000-06-18Add support for dynamically created and destroyed mutexes. This willRichard Levitte1-0/+20
2000-06-17Using speaking "variable" names in macros so that e.g. grepping forBodo Möller1-768/+783
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson1-68/+774
2000-06-01This change will cause builds (by default) to not use different STACKGeoff Thorpe1-0/+11
2000-06-01This is the first of two commits (didn't want to dump them all into theGeoff Thorpe1-9/+15
2000-05-16Typesafety Thought Police Part 2.Ben Laurie1-3/+4
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-3/+3
1999-05-30Another safe stack.Ben Laurie1-2/+5
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1-2/+2
1999-05-04Add missing sk_<type>_unshift() function to safestack.hRalf S. Engelschall1-0/+3
1999-05-03Some more stack stuff.Ben Laurie1-3/+5