]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/stack/safestack.h
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / stack / safestack.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2010-12-02  Dr. Stephen HensonPR: 2386
2009-09-06  Dr. Stephen Hensonmake update
2008-09-14  Dr. Stephen HensonFix error code discrepancy.
2008-05-09  Dr. Stephen HensonFix from HEAD.
2008-04-03  Dr. Stephen HensonBackport of CMS code to 0.9.8-stable branch. Disabled...
2007-10-12  Dr. Stephen HensonBackport certificate status request TLS extension suppo...
2007-09-06  Dr. Stephen HensonReimplement safestack to avoid function pointer casts.
2007-02-23  Dr. Stephen HensonMake update.
2006-12-06  Dr. Stephen HensonUpdate from HEAD.
2006-11-27  Ben LaurieAdd RFC 3779 support, contributed by ARIN.
2005-05-17  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-14  Dr. Stephen Hensonopenssl_fcast should always be defined, not just with...
2005-05-12  Dr. Stephen HensonSome C compilers produce warnings or compilation errors...
2005-04-20  Richard LevitteMake sure id2_func is properly cast as well...
2005-04-20  Richard LevitteAvoid compiler complaint about mismatched function...
2005-04-20  Richard LevitteType mismatch detected by DEC C compiler. void* !...
2005-04-19  Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2004-10-04  Dr. Stephen HensonFix race condition when CRL checking is enabled.
2004-09-06  Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-03-25  Dr. Stephen HensonFix ASN1 warnings.
2004-03-23  Dr. Stephen HensonInitial support for certificate policy checking and...
2003-05-01  Richard Levittemake update
2003-04-29  Richard Levittemake update
2003-04-29  Richard LevitteAdd an extended variant of sk_find() which returns...
2003-03-24  Dr. Stephen HensonSupport for name constraints.
2003-03-20  Dr. Stephen HensonSupport for policyMappings
2002-03-12  Dr. Stephen HensonFix various warnings when compiling with KRB5 code.
2002-01-05  Dr. Stephen HensonExperimental configuration code.
2001-10-01  Geoff ThorpeThe cleanup stack in ENGINE changed slightly, so this...
2001-09-25  Geoff ThorpeThis commits the changes to STACK macros forced by...
2001-08-18  Ben LaurieAdd first cut symmetric crypto support.
2001-07-10  Richard Levittemake update
2001-05-06  Richard LevitteAdd a general user interface API. This is designed...
2001-01-19  Dr. Stephen HensonAdditional functionality in ocsp utility: print summary
2000-12-08  Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-10-27  Richard LevitteThe majority of the OCSP code from CertCo.
2000-09-05  Dr. Stephen Henson*BIG* verify code reorganisation.
2000-07-24  Richard Levitte"make update"
2000-07-05  Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-06-22  Dr. Stephen HensonChange mkstack.pl so it now sorts each group
2000-06-21  Geoff Thorpe* This adds some checking to the 'dlfcn' DSO_METHOD...
2000-06-21  Dr. Stephen HensonFixes for Win32 build.
2000-06-20  Dr. Stephen HensonHandle ASN1_SET_OF and PKCS12_STACK_OF using function
2000-06-20  Geoff Thorpe'make update'
2000-06-18  Richard LevitteAdd support for dynamically created and destroyed mutex...
2000-06-17  Bodo MöllerUsing speaking "variable" names in macros so that e...
2000-06-16  Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-01  Geoff ThorpeThis change will cause builds (by default) to not use...
2000-06-01  Geoff ThorpeThis is the first of two commits (didn't want to dump...
2000-05-16  Ben LaurieTypesafety Thought Police Part 2.
2000-05-15  Ulf MöllerGet rid of more non-ANSI declarations.
1999-05-30  Ben LaurieAnother safe stack.
1999-05-19  Dr. Stephen HensonNew functions sk_set, sk_value and sk_num to replace...
1999-05-04  Ralf S. EngelschallAdd missing sk_<type>_unshift() function to safestack.h
1999-05-03  Ben LaurieSome more stack stuff.
1999-05-02  Ben LaurieYet another stack.
1999-05-01  Ben LaurieAnother safe stack.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-20  Dr. Stephen HensonVarious fixes so Win32 compile may work. Convert Genera...
1999-04-12  Ben LaurieAdd type-safe STACKs and SETs.