SSL_Connect always returrns SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE and stuck in infinite loop

2022-03-20 Thread Amit Prajapati
Hi All, I am using below code for creating SSL connection over a non-blocking socket: - ssl_error = SSL_connect(ssl_ctxt); if (ssl_error <= 0) { ssl_error = SSL_get_error(ssl_ctxt, ssl_error); switch (ssl_error) {

Re: [openssl/openssl] bio_dgram vs IPv6

2022-03-20 Thread Michael Richardson
I'm working on dealing with Matt's detailed review. This issue seems bigger than the github issue. https://github.com/openssl/openssl/pull/5257 about: #include matt> This remains an issue. It's unclear to me whether all of these headers will matt> be available on all platforms. At least

Re: run-checker NO DGRAM and test cases

2022-03-20 Thread Michael Richardson
Hi, could/should someone run sort on util/other.syms? signature.asc Description: PGP signature