summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-14 12:54:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-14 12:54:45 +0000
commit4c623cddbeaefc7267cf90aa0348e89ee4c45e9e (patch)
tree1f9e5eca9e8c03e74708a91a83b3a47f314801ec /CHANGES
parent8d207ee3d1f52dbd96e0a14693cba3bb3e436af8 (diff)
add -sigopt option to ca utility
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8f8e794018..1a0e511c66 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 1.0.0 and 1.1.0 [xx XXX xxxx]
+ *) New -sigopt option to the req and x509 utilities. Additional
+ signature parameters can be passed using this option and in
+ particular PSS. Todo: ca support.
+ [Steve Henson]
+
*) Add RSA PSS signing function. This will generate and set the
appropriate AlgorithmIdentifiers for PSS based on those in the
corresponding EVP_MD_CTX structure. No application support yet.