Re: Deprecated openssl command option in documentation - Mailing list pgsql-docs

From Daniel Gustafsson
Subject Re: Deprecated openssl command option in documentation
Date
Msg-id B1EEEDE4-567F-4BEA-904B-46A9E60DB0DD@yesql.se
Whole thread Raw
In response to Deprecated openssl command option in documentation  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
> On 18 Jun 2025, at 13:24, PG Doc comments form <noreply@postgresql.org> wrote:

> -noenc                Don't encrypt private keys
> -nodes                Don't encrypt private keys; deprecated
> ```
> Therefore, I suggest you replace the "-nodes" switch in the command example
> to "-noenc".

Thanks for your report!

The noenc option, and subsequent deprecation notice on nodes, came in OpenSSL
3.0 but PostgreSQL still support OpenSSL 1.1.1.  nodes is still available in
the recent 3.5 version so sticking with it is the safe option for us (until we
deprecate 1.1.1 support, which is a fair bit into the future).

--
Daniel Gustafsson




pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Deprecated openssl command option in documentation
Next
From: Robert Treat
Date:
Subject: Re: Document if width_bucket's low and high are inclusive/exclusive