]> granicus.if.org Git - postgresql/commit
Add support for matching wildcard server certificates to the new SSL code.
authorMagnus Hagander <magnus@hagander.net>
Mon, 24 Nov 2008 09:15:16 +0000 (09:15 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 24 Nov 2008 09:15:16 +0000 (09:15 +0000)
commitcb10467d305726bf13bc1cb9ad9f7054c722c7dd
tree43443f9d721a3b8609f5e90f078ebec3e243d45c
parenta37855550100f93887ffb289a8a9c2f15706bad2
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.
configure
configure.in
src/include/fnmatchstub.h [new file with mode: 0644]
src/include/pg_config.h.in
src/interfaces/libpq/Makefile
src/interfaces/libpq/fe-secure.c
src/port/fnmatch.c [new file with mode: 0644]
src/tools/msvc/Mkvcbuild.pm