On 09/12/15 03:06, Random Coder wrote:
I'm not sure if the wget maintainers would be interested, but I've
been carrying this patch around in my private builds of wget for a
while. It allows wget to load SSL certs from the default Windows cert
store.
The patch itself is fairly straightforward, but as it changes the
default SSL behavior, and no care was taken to follow coding convents
when I wrote it, so it's probably not ready for inclusion in the
codebase. Still, if it's useful, feel free to use it for ideas.
Wow, supporting the OS store would certainly be very cool.
I would probably move it to windows.c and attempt to make it also work
in gnutls, but in general it looks good.
Thanks!