summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-05 01:32:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-05 01:32:52 +0000
commit485ef852acc702df6847a30c583844f05a80e47f (patch)
tree0526c1a7464aba0807690bfae36161234a652796 /CHANGES
parentb7de76b74d84c4c45d86cca6fae2e9879f281695 (diff)
Add single call public key sign and verify functions.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4159394ef9..d3883be28f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,14 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Add FIPS_{rsa,dsa,ecdsa}_{sign,verify} functions which digest and
+ sign or verify all in one operation.
+ [Steve Henson]
+
*) Add fips_algvs: a multicall fips utility incorporaing all the algorithm
test programs and fips_test_suite. Includes functionality to parse
the minimal script output of fipsalgest.pl directly.
+ [Steve Henson]
*) Add authorisation parameter to FIPS_module_mode_set().
[Steve Henson]