summaryrefslogtreecommitdiff
path: root/crypto/store
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-226-2589/+2713
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-14/+27
* Make it possible to disable STORE.Richard Levitte2009-02-191-0/+6
* Reference bug.Richard Levitte2009-02-191-2/+2
* Remove extraneous semicolonsRichard Levitte2008-12-161-2/+2
* More type-checking.Ben Laurie2008-06-043-28/+41
* Typo in str_lib.cAndy Polyakov2007-07-071-1/+1
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* add additional checks + cleanupNils Larsch2006-01-291-1/+3
* Wrap the inclusion of openssl/engine.h with a protective check forRichard Levitte2005-06-231-0/+2
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Fix more error codes.Bodo Möller2005-05-114-41/+49
* Rebuild error codes.Dr. Stephen Henson2005-04-121-117/+121
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-36/+17
* Deprecate some recursive includes from the store.h API header, and put backGeoff Thorpe2004-05-173-1/+6
* make updateGeoff Thorpe2004-04-191-27/+20
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-9/+4
* Implement missing functions.Richard Levitte2003-06-265-9/+196
* Add the application data type to the README.Richard Levitte2003-06-181-0/+1
* 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-123-12/+90
* BeautifyRichard Levitte2003-06-121-2/+2
* Remove extra ;Richard Levitte2003-06-042-2/+2
* I have no idea how I cut away that piece of text...Richard Levitte2003-05-211-1/+5
* I don't remember what my thinking was with str_compat.h. Maybe it'llRichard Levitte2003-05-201-1/+2
* Misspelled functions.Richard Levitte2003-05-201-6/+6
* Some misspelled function names.Richard Levitte2003-05-201-10/+6
* 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
* Add the possibility to hand execution parameters (for exampleRichard Levitte2003-05-073-122/+199
* Add the possibility to store arbitrary data in a STORE.Richard Levitte2003-05-063-9/+103
* It's usually best if the function name matches everywhere...Richard Levitte2003-05-021-1/+1
* STORE was created 2003, darnit!Richard Levitte2003-05-012-2/+2
* Provide some extra comments about the STORE_Memory STORE method.Richard Levitte2003-05-011-2/+25
* make updateRichard Levitte2003-05-013-10/+21
* Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte2003-05-019-0/+3064