01-21-2020, 05:47 AM
01-21-2020, 06:39 PM
(01-21-2020, 05:47 AM)t.muramoto Wrote: [ -> ]Does Indy support LibreSSL?
There is some VERY LIMITED support for older versions of LibreSSL that were API-compatible with OpenSSL 1.0.1. But the latest version of LibreSSL is not supported at this time. See #231 Add support for LibreSSL TLS library for details.
(01-21-2020, 05:47 AM)t.muramoto Wrote: [ -> ]I want to use LibreSSL with Indy.
Then you will likely have to write your own custom TIdSSLIOHandlerSocketBase-derived class (or find a 3rd party one) that uses an up-to-date LibreSSL instead of using OpenSSL.
01-22-2020, 10:06 AM
- It doesn't support the latest version.
- you need to implement IOHandler yourself.
I understood that it is not officially supported. Thank you.
- you need to implement IOHandler yourself.
I understood that it is not officially supported. Thank you.