]> git.kaiwu.me - nginx.git/commit
SSL: reworked ngx_ssl_certificate().
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 25 Feb 2019 13:41:28 +0000 (16:41 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 25 Feb 2019 13:41:28 +0000 (16:41 +0300)
commit20c8700ae7bc297c00886ae89d7e6c74e533282b
tree85de14ab91adab6a063f7e4d34805472b51ef5ed
parent2d7faa2311608fc2ce1bc47c15748c2b2ea22463
SSL: reworked ngx_ssl_certificate().

This makes it possible to reuse certificate loading at runtime,
as introduced in the following patches.

Additionally, this improves error logging, so nginx will now log
human-friendly messages "cannot load certificate" instead of only
referring to sometimes cryptic names of OpenSSL functions.
src/event/ngx_event_openssl.c