summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorlevitte <levitte>2003-05-01 03:57:41 +0000
committerlevitte <levitte>2003-05-01 03:57:41 +0000
commitc0e813a60c89f300c1e3805f802539a826720fc3 (patch)
tree3efab9d971072f219fb1bc9a09ce21e8660b635b /CHANGES
parentcdfa268500d2a0bf32e0396779349b7fd9fd29ab (diff)
downloadopenssl-c0e813a60c89f300c1e3805f802539a826720fc3.tar.gz
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 7389f3592..a84028462 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...