aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/store/str_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix store with opaque dataTodd Short2016-01-231-7/+7
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-13/+13
* fix discrepancyDr. Stephen Henson2015-11-051-1/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-3/+1
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-5/+3
* Add X509_CRL_up_ref functionDr. Stephen Henson2015-08-311-4/+4
* Use safer sizeof variant in mallocRich Salz2015-05-041-6/+7
* remove malloc castsRich Salz2015-04-281-2/+2
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1571/+1515
* More type-checking.Ben Laurie2008-06-041-3/+7
* Typo in str_lib.cAndy Polyakov2007-07-071-1/+1
* Wrap the inclusion of openssl/engine.h with a protective check forRichard Levitte2005-06-231-0/+2
* Fix more error codes.Bodo Möller2005-05-111-26/+26
* Deprecate some recursive includes from the store.h API header, and put backGeoff Thorpe2004-05-171-0/+2
* Implement missing functions.Richard Levitte2003-06-261-0/+121
* Missing string and potential memory leaks.Richard Levitte2003-06-181-14/+22
* Slightly better check of attributes. Now, mem_list_next can actually stop wh...Richard Levitte2003-06-121-11/+84
* BeautifyRichard Levitte2003-06-121-2/+2
* Remove extra ;Richard Levitte2003-06-041-1/+1
* I have no idea how I cut away that piece of text...Richard Levitte2003-05-211-1/+5
* Some misspelled function names.Richard Levitte2003-05-201-10/+6
* Add the possibility to hand execution parameters (for exampleRichard Levitte2003-05-071-64/+107
* Add the possibility to store arbitrary data in a STORE.Richard Levitte2003-05-061-1/+69
* It's usually best if the function name matches everywhere...Richard Levitte2003-05-021-1/+1
* Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte2003-05-011-0/+1507