fix discrepancy
[openssl.git] / crypto / store / str_lib.c
2015-11-05 Dr. Stephen Hensonfix discrepancy
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-08-31 Dr. Stephen HensonAdd X509_CRL_up_ref function
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-04-28 Rich Salzremove malloc casts
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2008-06-04 Ben LaurieMore type-checking.
2007-07-07 Andy PolyakovTypo in str_lib.c
2005-06-23 Richard LevitteWrap the inclusion of openssl/engine.h with a protectiv...
2005-05-11 Bodo MöllerFix more error codes.
2004-05-17 Geoff ThorpeDeprecate some recursive includes from the store.h...
2003-06-26 Richard LevitteImplement missing functions.
2003-06-18 Richard LevitteMissing string and potential memory leaks.
2003-06-12 Richard LevitteSlightly better check of attributes. Now, mem_list_nex...
2003-06-12 Richard LevitteBeautify
2003-06-04 Richard LevitteRemove extra ;
2003-05-21 Richard LevitteI have no idea how I cut away that piece of text...
2003-05-20 Richard LevitteSome misspelled function names.
2003-05-07 Richard LevitteAdd the possibility to hand execution parameters (for...
2003-05-06 Richard LevitteAdd the possibility to store arbitrary data in a STORE.
2003-05-02 Richard LevitteIt's usually best if the function name matches everywhe...
2003-05-01 Richard LevitteDefine a STORE type. For documentation, read the entry...