summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-12 23:51:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-12 23:51:24 +0000
commit3ba0885a3e0d52c6bef91ce9bea26cd3eabd3594 (patch)
tree7ed7dcd305e4e21fb1236703f130fac9d9e0581a /CHANGES
parent023c9d8dd5fee8dfe1ccc4aea71050f4c7ca6680 (diff)
Extend DH ASN1 method, add DH EVP_PKEY_METHOD.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3ff6927ac2..2a07f91dc2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 0.9.8a and 0.9.9 [xx XXX xxxx]
+ *) Add DSA pkey method and DH pkey methods, extend DH ASN1 method to support
+ public and private key formats. As a side effect these add additional
+ command line functionality not previously available: DSA signatures can be
+ generated and verified using pkeyutl and DH key support and generation in
+ pkey, genpkey.
+ [Steve Henson]
+
*) BeOS support.
[Oliver Tappe <zooey@hirschkaefer.de>]