diff options
Diffstat (limited to 'doc/src')
-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 b4cd8ebc197..8435b331cfe 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -1226,6 +1226,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> |