summaryrefslogtreecommitdiffstats
path: root/crypto/store
AgeCommit message (Collapse)Author
2009-02-19Make it possible to disable STORE.Richard Levitte
2009-02-19Reference bug.Richard Levitte
2008-12-16Remove extraneous semicolonsRichard Levitte
2008-06-04More type-checking.Ben Laurie
2007-07-07Typo in str_lib.cAndy Polyakov
PR: 1177
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
Submitted by: David Hartman <david_hartman@symantec.com>
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-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-11Fix more error codes.Bodo Möller
(Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-03-30Blow away Makefile.ssl.Ben Laurie
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
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.
2004-04-19make updateGeoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
changes are the fallout). As this could break source code that doesn't directly include headers for interfaces it uses, changes to recursive includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to define this when building and using openssl, and then adapt code where necessary - this is how to stay current. However the mechanism exists for the lethargic.
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-18Add the application data type to the README.Richard Levitte
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-20I don't remember what my thinking was with str_compat.h. Maybe it'llRichard Levitte
come back to me...
2003-05-20Misspelled functions.Richard Levitte
2003-05-20Some misspelled function names.Richard Levitte
2003-05-19Make the function STORE_new_engine() public.Richard Levitte
2003-05-07Define the two authentication parameter types for passphrase andRichard Levitte
Kerberos 5 authentications.
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-01STORE was created 2003, darnit!Richard Levitte
2003-05-01Provide some extra comments about the STORE_Memory STORE method.Richard Levitte
2003-05-01make updateRichard 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.