Re: Enabled multiple SSL backends

2017-08-29 Thread Dan Fandrich
On Mon, Aug 28, 2017 at 11:22:51PM +0200, Daniel Stenberg wrote: > This is of course a rather huge change to a lot of TLS code so of course > there's a risk that some things broke in this process even if Johannes has > done a wonderful work on this and I've done my best in reviewing it. Please >

Re: Enabled multiple SSL backends

2017-08-29 Thread Gisle Vanem via curl-library
Daniel Stenberg wrote: To build with multiple backends, just specify all you want on the configure line. Ie "--with-ssl --with-gnutls" builds with both OpenSSL *and* GnuTLS. Tell configure which backend to use by default when built to use several, with --with-default-ssl-backend. I tried