summaryrefslogtreecommitdiffstats
path: root/crypto/store/str_lib.c
AgeCommit message (Expand)Author
2016-02-10Remove store.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-23Fix store with opaque dataTodd Short
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-05fix discrepancyDr. Stephen Henson
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-08-31Add X509_CRL_up_ref functionDr. Stephen Henson
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-28remove malloc castsRich Salz
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-06-04More type-checking.Ben Laurie
2007-07-07Typo in str_lib.cAndy Polyakov
2005-06-23Wrap the inclusion of openssl/engine.h with a protective check forRichard Levitte
2005-05-11Fix more error codes.Bodo Möller
2004-05-17Deprecate some recursive includes from the store.h API header, and put backGeoff Thorpe
2003-06-26Implement missing functions.Richard Levitte
2003-06-18Missing string and potential memory leaks.Richard Levitte
2003-06-12Slightly better check of attributes. Now, mem_list_next can actually stop wh...Richard Levitte
2003-06-12BeautifyRichard Levitte
2003-06-04Remove extra ;Richard Levitte
2003-05-21I have no idea how I cut away that piece of text...Richard Levitte
2003-05-20Some misspelled function names.Richard Levitte
2003-05-07Add the possibility to hand execution parameters (for exampleRichard Levitte
2003-05-06Add the possibility to store arbitrary data in a STORE.Richard Levitte
2003-05-02It's usually best if the function name matches everywhere...Richard Levitte
2003-05-01Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte