On Mon, Oct 16, 2017 at 4:52 AM, Tim Rühsen <[email protected]> wrote: > Hi Jeffrey, > ... > Caveat: wget has been build with GnuTLS (3.5.15). The OpenSSL (1.1.0f) > code seems not to support --ca-directory !? It succeeds with both the > above tests. While we only actively support GnuTLS, we accept OpenSSL > code patches (if you like to provide one).
Thanks Tim. A little help would be appreciated. I found where --ca-certifcate is called out in src/main.c, but I'm having trouble following the connection between the option and a variable. I did not see an opt.c or similar. What is the variable of interest here? Or, maybe the source file of interest? I believe the change is about as simple as https://github.com/openssl/openssl/blob/master/apps/opt.c#L593 , but I'd like to get it tested before I ask you or Simon to look at it. Jeff
