On 01/12/2021 16:13, Jeremy Harris wrote:
On 01/12/2021 16:06, Matt Caswell wrote:
On 01/12/2021 15:54, Jeremy Harris wrote:
On 29/11/2021 15:10, Matt Caswell wrote:
SSL_CTX_set0_tmp_dh_pkey()
"Deprecated since OpenSSL 3.0"
Where are you seeing that? That is not correct.
https://beta.openssl.org/docs/manmaster/man3/SSL_set_tmp_dh.html
Interesting that you are using the beta website :-)
I think you are misreading the manual. The synopsis is split into 2
sections. The "Deprecated since OpenSSL 3.0" section applies to the
second half of the synopsis.
Hmmm..maybe we can change the wording to remove that confusion, e.g.
something like "The following functions have been deprecated since
OpenSSL 3.0..."
Matt