summaryrefslogtreecommitdiffstats
path: root/crypto/store/str_lib.c
AgeCommit message (Collapse)Author
2007-07-07Typo in str_lib [from HEAD].Andy Polyakov
PR: 1177
2005-06-23Wrap the inclusion of openssl/engine.h with a protective check forRichard Levitte
the absence of OPENSSL_NO_ENGINE. PR: 1123
2005-05-11Fix more error codes.Bodo Möller
(Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
2004-05-17Deprecate some recursive includes from the store.h API header, and put backGeoff Thorpe
required includes back via the internal header and str_lib.c.
2003-06-26Implement missing functions.Richard Levitte
Have the f parameter to _ctrl functions have the prototype (*)(void) rather than (*)(), for the sake of C++ compilers. Disable unimplemented functionality.
2003-06-18Missing string and potential memory leaks.Richard Levitte
Notified by Goetz Babin-Ebell <goetz@shomitefo.de>
2003-06-12Slightly better check of attributes. Now, mem_list_next can actually stop ↵Richard Levitte
when the searched for key doesn't have it's attributes within the range of the checked key.
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
authentication material) to the STORE functions. Suggested by Götz Babin-Ebell <babin-ebell@trustcenter.de>.
2003-05-06Add the possibility to store arbitrary data in a STORE.Richard Levitte
Suggested by Götz Babin-Ebell <babin-ebell@trustcenter.de>.
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
crypto/store/README, crypto/store/store.h and crypto/store/str_locl.h.