Add support for matching wildcard server certificates to the new SSL code.

Magnus Hagander <magnus@hagander.net>

Commit: cb10467d305726bf13bc1cb9ad9f7054c722c7dd
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-11-24T09:15:16Z
Releases: 8.4.0
Add support for matching wildcard server certificates to the new SSL code.

This uses the function fnmatch() which is not available on all platforms
(notably Windows), so import the implementation from NetBSD into src/port.

Files

PathChange+/−
configure modified +92 −0
configure.in modified +6 −1
src/include/fnmatchstub.h added +27 −0
src/include/pg_config.h.in modified +3 −0
src/interfaces/libpq/fe-secure.c modified +15 −5
src/interfaces/libpq/Makefile modified +4 −4
src/port/fnmatch.c added +198 −0
src/tools/msvc/Mkvcbuild.pm modified +2 −2