summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-07-04 23:38:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-07-04 23:38:16 +0000
commit01a9a7592e332cf4853bc84c33407d384a1a14ba (patch)
tree76d701c180fd36fdfb9470ea9e3a3b6982fc1eee /CHANGES
parent6fa4c7c43bd1cb1f68ad7db34cfc983db51508bd (diff)
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 246c1fecb3..4ba53d3493 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.