Hi all,
I attempting to build OpenSSL 1.1.1b static libraries for our app on
Windows Mobile 6.5 (ARM) targeting the POCKET PC SDK using Visual Studio
2005 for use with gSoap. I know this stuff is ancient, but...
I can build and run OpenSSL 1.0.2 so it isn't a crisis until perhaps
after end
> On Apr 29, 2019, at 11:35 AM, Jeremy Harris wrote:
>
> documents SSL_CTX_sess_set_new_cb as being for "server side". You seem
> to be using it client-side:
>
> SSL_CTX_sess_set_new_cb(client_ctx, new_client_session_cb);
>
> Is this valid?
Postfix sessions caches on both sides of th
On 10/04/2019 01:25, Viktor Dukhovni wrote:
> In Postfix, we implement the new session callbacks and then don't
> care when the tickets arrive. Whenever they do arrive the callback
> happens, and the client session cache is updated at that point.
>
>
> https://github.com/vdukhovni/postfix/bl
We are using OpenSSL 1.1.0h on Linux to send operations to LDAP servers. We use
SSL_read() to receive the replies on a non-blocking socket. The vast majority
of times SSL_read() returns >0, SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE as
per the spec. However we are very occasionally seeing SSL_E