summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-04-08 12:47:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-04-08 12:47:18 +0000
commitd952c79a7b2c1ec4c22c55fdb83d7be963d66b74 (patch)
tree9e85fe0516f7abb62011ec921d325caf0c2fce1a /CHANGES
parent3dfb6b3353ed2f390344ee6c3822294c5257173e (diff)
New -sigopt option for dgst utility.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 719145edec..25689404ac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.8f and 0.9.9 [xx XXX xxxx]
+ *) New option -sigopt to dgst utility. Update dgst to use
+ EVP_Digest{Sign,Verify}*. These two changes make it possible to use
+ alternative signing paramaters such as X9.31 or PSS in the dgst
+ utility.
+ [Steve Henson]
+
*) Change ssl_cipher_apply_rule(), the internal function that does
the work each time a ciphersuite string requests enabling
("foo+bar"), moving ("+foo+bar"), disabling ("-foo+bar", or