summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-05 01:34:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-05 01:34:36 +0000
commitf4324e51ddab9ed6671f9645afe33d16f9039d12 (patch)
tree2e9072aecb66e87b268efc6d9a49359c495af748 /CHANGES
parent69569dd1684ec67ccf8f0a7007872ebbb7a724d5 (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]