aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/store/store.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix more error codes.Bodo Möller2005-05-111-7/+11
| | | | | (Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
* Deprecate some recursive includes from the store.h API header, and put backGeoff Thorpe2004-05-171-1/+3
| | | | required includes back via the internal header and str_lib.c.
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-9/+4
| | | | | | | | | 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.
* Implement missing functions.Richard Levitte2003-06-261-6/+23
| | | | | | Have the f parameter to _ctrl functions have the prototype (*)(void) rather than (*)(), for the sake of C++ compilers. Disable unimplemented functionality.
* Slightly better check of attributes. Now, mem_list_next can actually stop ↵Richard Levitte2003-06-121-0/+3
| | | | when the searched for key doesn't have it's attributes within the range of the checked key.
* Remove extra ;Richard Levitte2003-06-041-1/+1
|
* Make the function STORE_new_engine() public.Richard Levitte2003-05-191-0/+1
|
* Define the two authentication parameter types for passphrase andRichard Levitte2003-05-071-1/+3
| | | | Kerberos 5 authentications.
* Add the possibility to hand execution parameters (for exampleRichard Levitte2003-05-071-41/+67
| | | | | authentication material) to the STORE functions. Suggested by Götz Babin-Ebell <babin-ebell@trustcenter.de>.
* Add the possibility to store arbitrary data in a STORE.Richard Levitte2003-05-061-8/+25
| | | | Suggested by Götz Babin-Ebell <babin-ebell@trustcenter.de>.
* STORE was created 2003, darnit!Richard Levitte2003-05-011-1/+1
|
* make updateRichard Levitte2003-05-011-0/+5
|
* Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte2003-05-011-0/+482
crypto/store/README, crypto/store/store.h and crypto/store/str_locl.h.