summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-07-04 23:38:15 +0000
committersteve <steve>2011-07-04 23:38:15 +0000
commit022d6c65f7b972e47c6466640543af42d2f8f250 (patch)
treeb3c77839a40b36429b0c172733548d6449cb614b /CHANGES
parent0652b3011093b224ca01fdfa1870cbf24c1f3cea (diff)
downloadopenssl-022d6c65f7b972e47c6466640543af42d2f8f250.tar.gz
Add functions to return FIPS module version.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 246c1fecb..4ba53d349 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Add functions FIPS_module_version() and FIPS_module_version_text()
+ to return numberical and string versions of the FIPS module number.
+ [Steve Henson]
+
*) Rename FIPS_mode_set and FIPS_mode to FIPS_module_mode_set and
FIPS_module_mode. FIPS_mode and FIPS_mode_set will be implmeneted
outside the validated module in the FIPS capable OpenSSL.