]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: ignored file names ending as '.issuer' or '.ocsp'.
authorEmeric Brun <ebrun@haproxy.com>
Wed, 18 Jun 2014 16:15:09 +0000 (18:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 18 Jun 2014 16:24:55 +0000 (18:24 +0200)
commit2aab722dc14e2d5c1fd8369dc96bc8f73d737438
treeec36c2f76a1b985995494964238bda352ef2739a
parent26202760a43fbfc5b74218951a7379b70e6f5d4c
MEDIUM: ssl: ignored file names ending as '.issuer' or '.ocsp'.

We don't want to load these files found in directories specified in "crt" or
"crt-list".

These suffixes are reserved for OCSP stapling.
src/ssl_sock.c