On Sun, 19 Sep 2021, at 10:13 PM, phoebos via isync-devel wrote:
> A second issue is that with the new OpenSSL version, I now get errors
> when syncing with two of three servers:
>
> Socket error: secure read from outlook.office365.com
> (52.97.146.130:993): error:0A000126:SSL routines::unexpected
On Sun, Sep 19, 2021 at 10:13:50PM +0100, phoebos via isync-devel wrote:
> (the following is from /usr/include/ssl/ssl.h)
Sorry, that's from /usr/include/openssl/ssl.h .
___
isync-devel mailing list
[email protected]
https://lists.sourc
Hi,
There seem to be a couple of problems when using isync with OpenSSL 3.0.0.
In particular, it seems that the function `SSL_get_peer_certificate`
(called in socket.c) has been deprecated, replaced by two functions:
(the following is from /usr/include/ssl/ssl.h)
# ifdef OPENSSL_X509_H