Open
Description
Looking through the source, it seems like --with-ca-bundle
is merely a "default path to look for" kind of configuration, is this correct? I assumed it's a "embed this file option" first.
So since I do not want to include a bundle file (unless its embedded):
How can I make it use the windows cert store when compiling with openssl?
I compiled openssl with enable-capieng
see https://wiki.openssl.org/index.php/Compilation_and_Installation#Configure_Options
But I assume that has to be implemented by aria2 and won't just work out of the box.
I assume the only way will be using --with-ca-bundle=ca-bundle.trust.crt
and generating a bundle and ship said bundle with the binary right? (Git on windows seems to do the same)