BIO socket connect failure was not handled correctly.
authorDavide Galassi <davide.galassi@gmail.com>
Mon, 18 Apr 2016 13:48:27 +0000 (15:48 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Apr 2016 19:26:01 +0000 (21:26 +0200)
commita043d0b91d62fd8526a3fd791e3ad2ebcf888cd9
treebb424b3424eea85e44b75fe1174155716c75789b
parent098a23828fb8914e39f8d441a57e1c6486d8d97c
BIO socket connect failure was not handled correctly.
The state was always set to BIO_CONN_S_OK.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/bio/bss_conn.c