summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-02 19:24:48 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-02 19:24:48 +0000
commit69e7805f54e6bcb665668b4c61e3da344c53278a (patch)
tree8d33ead6e9454eca72ef99d0d8f9d460fe062772 /CHANGES
parente264cfe17a6495c56bdd7a46f09b537299f3123d (diff)
'openssl engine' can now list engine capabilities. The current
implementation is contained in the application, and the capability string building part should really be part of the engine library. This is therefore an experimental hack, and will be changed in the near future.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6d83cfa2ee..a91bfaeef1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) 'openssl engine' can now list capabilities.
+ [Richard Levitte]
+
*) Better error reporting in 'openssl engine'.
[Richard Levitte]