[ipxe-devel] Proposed patch: support for SSL subjectAlternativeName certificates, two other useful features

Ken Simon ninkendo at gmail.com
Tue Oct 15 18:13:14 UTC 2013


Alex,

I think there's a typo in your implementation of dns_wildcard_matcher:

+ const char* first_dot = strchr (dns, '*') ;

you probably want:

+ const char* first_dot = strchr (dns, '.') ;

Fixing the patch in that way I was able to get wildcard certificates
to work with iPXE.

--
Ken



More information about the ipxe-devel mailing list