summaryrefslogtreecommitdiffstats
path: root/crypto/store/str_mem.c
AgeCommit message (Collapse)Author
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-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-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-01Provide some extra comments about the STORE_Memory STORE method.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.