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