RE: SSL_ERROR_WANT_READ after the handshake

2022-03-14 Thread Dr. Matthias St. Pierre
before the entire handshake has completed, see [issue #17654]. [issue #17654]: https://github.com/openssl/openssl/issues/17654 From: openssl-users On Behalf Of loic nicolas Sent: Sunday, March 13, 2022 12:08 AM To: openssl-users@openssl.org Subject: SSL_ERROR_WANT_READ after the handshake Hello

RE: SSL_ERROR_WANT_READ after the handshake

2022-03-12 Thread loic nicolas
Ok thanks you De : openssl-users de la part de Viktor Dukhovni Envoyé : dimanche 13 mars 2022 00:22 À : openssl-users@openssl.org Objet : Re: SSL_ERROR_WANT_READ after the handshake > On 12 Mar 2022, at 6:08 pm, loic nicolas wrote: > > After the hand

Re: SSL_ERROR_WANT_READ after the handshake

2022-03-12 Thread Viktor Dukhovni
> On 12 Mar 2022, at 6:08 pm, loic nicolas wrote: > > After the handshake, is it really necessary to check SSL_ERROR_WANT_READ and > SSL_ERROR_WANT_WRITE? (whether on the server or client side) > I don't want to accept a renegotiation, is it really possible that OpenSSL > sends me these events

SSL_ERROR_WANT_READ after the handshake

2022-03-12 Thread loic nicolas
Hello, I use my own bios and non-blocking sockets. After the handshake, is it really necessary to check SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE? (whether on the server or client side) I don't want to accept a renegotiation, is it really possible that OpenSSL sends me these events without t