openssl/include
Matt Caswell fc7f190c73 Handle no async jobs in libssl
If the application has limited the size of the async pool using
ASYNC_init_thread() then we could run out of jobs while trying to start a
libssl io operation. However libssl was failing to handle this and treating
it like a fatal error. It should not be fatal...we just need to retry when
there are jobs available again.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-05 19:39:14 +01:00
..
internal Enabled DANE only when at least one TLSA RR was added 2016-04-22 10:41:57 -04:00
openssl Handle no async jobs in libssl 2016-05-05 19:39:14 +01:00