]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: optimization of verifyhost on wildcard certificates.
authorEmeric Brun <ebrun@exceliance.fr>
Tue, 8 Oct 2013 09:27:28 +0000 (11:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Oct 2013 09:33:21 +0000 (11:33 +0200)
commita848dae3f02f8206d32ef58c358b7f167e96ae0f
treef2c32d2d0b092151474822222a4a884b78a461a8
parent9bf3ba28e15f4dcbb9ed5d2dfac32c5a43e82d94
MINOR: ssl: optimization of verifyhost on wildcard certificates.

Optimizes verifyhost on wildcard certificates avoiding travel several times
the same string.
src/ssl_sock.c