]> git.kaiwu.me - nginx.git/commit
OCSP stapling: open ssl_stapling_file in binary-mode.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 3 Apr 2019 12:35:39 +0000 (15:35 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 3 Apr 2019 12:35:39 +0000 (15:35 +0300)
commitdb5c30728004045d0830922dd8ffeec030a6d726
tree76da0425c1983c055db987978d0412eb81ac4cb4
parent52d9da8790a272a43ac1907c8ba55063bd9a38fe
OCSP stapling: open ssl_stapling_file in binary-mode.

OCSP response uses the DER format and as such needs to be opened in binary-mode.
This only has any effect under Win32.
src/event/ngx_event_openssl_stapling.c