summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorRobert Relyea <rrelyea@redhat.com>2020-05-05 16:10:10 -0700
committerRobert Relyea <rrelyea@redhat.com>2020-05-05 16:10:10 -0700
commitac813c236db7dc3cf6bd6239210d7326c125655f (patch)
tree4bd45ac208c172970b07b236d64dd5554e2b51c1 /automation
parentb87bcbf1cd4afc4c2668484b723b2b51903666a5 (diff)
downloadnss-hg-ac813c236db7dc3cf6bd6239210d7326c125655f.tar.gz
Bug 1635509 NSS needs to export the System FIPS state. r=kjacob
Internally, NSS uses the system FIPS state to determine if it needs to go into FIPS mode independent of the database FIPS indication. Some applications need to know this value, particularly if the need to know the FIPS state before they call NSS_Init (NSS_IsFIPS() is only valid after init because it depends on the database indicator which is not known until NSS is intialized. Differential Revision: https://phabricator.services.mozilla.com/D73986
Diffstat (limited to 'automation')
-rw-r--r--automation/abi-check/expected-report-libnss3.so.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/automation/abi-check/expected-report-libnss3.so.txt b/automation/abi-check/expected-report-libnss3.so.txt
index e69de29bb..aed6067d8 100644
--- a/automation/abi-check/expected-report-libnss3.so.txt
+++ b/automation/abi-check/expected-report-libnss3.so.txt
@@ -0,0 +1,5 @@
+
+1 Added function:
+
+ [A] 'function PRBool SECMOD_GetSystemFIPSEnabled()' {SECMOD_GetSystemFIPSEnabled@@NSS_3.53}
+