summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-01 03:57:46 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-01 03:57:46 +0000
commit3bbb0212f3d059d7148c62c73d719e6d79954901 (patch)
tree4d17c4090494af437408524c6d8d6218e61adfe0 /CHANGES
parenta5db6fa5760f21d16d59e025e930c02456e00fef (diff)
Add STORE support in ENGINE.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7389f35924..a840284622 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.7a and 0.9.8 [xx XXX xxxx]
+ *) Add support for STORE in ENGINE.
+ [Richard Levitte]
+
*) Add the STORE type. The intention is to provide a common interface
to certificate and key stores, be they simple file-based stores, or
HSM-type store, or LDAP stores, or...