diff options
Diffstat (limited to 'doc/src/sgml/pgcrypto.sgml')
-rw-r--r-- | doc/src/sgml/pgcrypto.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index 6fd645aa70a..49c07bdb6f5 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -1233,6 +1233,13 @@ gen_random_uuid() returns uuid </table> <para> + When compiled against <productname>OpenSSL</productname> 3.0.0 and later + versions, the legacy provider must be activated in the + <filename>openssl.cnf</filename> configuration file in order to use older + ciphers like DES or Blowfish. + </para> + + <para> Notes: </para> |