]> granicus.if.org Git - curl/commit
Neil Dunbar provided a patch that now makes libcurl check SSL
authorDaniel Stenberg <daniel@haxx.se>
Tue, 7 Oct 2003 21:46:47 +0000 (21:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Oct 2003 21:46:47 +0000 (21:46 +0000)
commit6494889e3ba6b1432258f0a8ed402723607cff21
tree032d37a0009e37b7e53516f3be1d0a5b7078d49a
parentf52534522ce447afa6556079ff534a6d859397ae
  Neil Dunbar provided a patch that now makes libcurl check SSL
  subjectAltNames when matching certs. This is apparently detailed in RFC2818
  as the right thing to do. I had to add configure checks for inet_pton() and
  our own (strictly speaking, code from BIND written by Paul Vixie) provided
  code for the function for platforms that miss it.
lib/Makefile.am
lib/inet_pton.c [new file with mode: 0644]
lib/inet_pton.h [new file with mode: 0644]
lib/ssluse.c