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.
Showing
src/include/fnmatchstub.h
0 → 100644
src/port/fnmatch.c
0 → 100644
Please register or sign in to comment