Re: HTTPS with OpenSSL
- Posted by jmduro Aug 05, 2016
- 3109 views
ghaberek said...
It would probably be better to wrap the shared libraries instead of calling out to an external process.
I would also recommend using libcurl instead of calling OpenSSL directly. I'm surprised we don't have a better wrapper in The Archive.
I'll see if that's something I can knock out quickly. Their page on Euphoria also needs updating since Ray Smith left our community long ago.
-Greg
Maybe using an external DLL is a better way than calling an external process, but I built a libcurl wrapper from the 7.50.1 release and it runs short: it exits without any error on curl_global_init(CURL_GLOBAL_DEFAULT) which has to be the first call.
Jean-Marc