]> git.kaiwu.me - nginx.git/commit
SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 10 Aug 2021 20:43:16 +0000 (23:43 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 10 Aug 2021 20:43:16 +0000 (23:43 +0300)
commitb26858aa3c4055f9f85d09854ece15ad27c792fb
tree7c673b0c22bf093277d02c147152168dda9bac91
parentccc9bbad32962f2c4cdba7942a69f8ca80507bc7
SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam.

Using PEM_read_bio_DHparams() and SSL_CTX_set_tmp_dh() is deprecated
as part of deprecating the low level DH functions in favor of EVP_PKEY:
https://git.openssl.org/?p=openssl.git;a=commitdiff;h=163f6dc
src/event/ngx_event_openssl.c