]> 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)
commit5953f83e178c59fdbad27b74775bcd2bc59d6d68
tree4ce37698d24cbefb15a383875ca365bc04ebca27
parent38bb7cc7013f0f7f5a77208f34d4eef27c503fc6
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