aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-03-28 14:35:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-03-28 14:35:32 +0000
commit3e4585c8fd0b23f884d775462736502599146af6 (patch)
tree27b73970dedcc4215d6f7c4def10ee3990674143 /CHANGES
parent3e84b6e15fe6a580177b9e242c66e1d1ab6c2164 (diff)
downloadopenssl-3e4585c8fd0b23f884d775462736502599146af6.tar.gz
New utility pkeyparam. Enhance and bugfix algorithm specific parameter
functions to support it.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 5a101152f9..bb006e21a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,8 +4,9 @@
Changes between 0.9.8a and 0.9.9 [xx XXX xxxx]
- *) New utility 'pkey'. This is similar to algorithm specific utilities
- such as 'rsa', 'dsa' etc except it processes any key type.
+ *) New utilities pkey and pkeyparam. These are similar to algorithm specific
+ utilities such as rsa, dsa, dsaparam etc except they processes any key
+ type.
[Steve Henson]
*) Transfer public key printing routines to EVP_PKEY_ASN1_METHOD. New