aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/pgcrypto.sgml16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml
index 396c67f0cde..838d7532a52 100644
--- a/doc/src/sgml/pgcrypto.sgml
+++ b/doc/src/sgml/pgcrypto.sgml
@@ -1149,6 +1149,22 @@ gen_random_uuid() returns uuid
</para>
</sect2>
+ <sect2 id="pgcrypto-openssl-support-funcs">
+ <title>OpenSSL Support Functions</title>
+
+ <indexterm>
+ <primary>fips_mode</primary>
+ </indexterm>
+
+<synopsis>
+fips_mode() returns boolean
+</synopsis>
+ <para>
+ Returns <literal>true</literal> if <productname>OpenSSL</productname> is
+ running with FIPS mode enabled, otherwise <literal>false</literal>.
+ </para>
+ </sect2>
+
<sect2 id="pgcrypto-notes">
<title>Notes</title>