Matt Caswell 1c2e5d560d Remove a reachable assert from ssl3_write_bytes
A buggy application that call SSL_write with a different length after a
NBIO event could cause an OPENSSL_assert to be reached. The assert is not
actually necessary because there was an explicit check a little further
down that would catch this scenario. Therefore remove the assert an move
the check a little higher up.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-11-02 14:29:37 +00:00
..
2015-09-20 14:19:49 +01:00
2015-10-30 08:39:47 +00:00
2015-09-07 10:45:38 +01:00
2015-10-30 08:38:18 +00:00
2015-10-30 08:39:46 +00:00
2015-06-23 22:24:09 +01:00
2015-10-30 08:39:47 +00:00
2015-10-30 08:38:18 +00:00
2015-08-14 06:56:11 +01:00
2015-10-30 08:38:18 +00:00
2015-10-02 14:22:05 -04:00
2015-10-30 09:17:22 +00:00
2015-10-30 09:17:22 +00:00
2015-10-02 14:22:05 -04:00
2015-10-09 15:32:35 +02:00
2015-10-02 14:22:05 -04:00
2015-05-16 09:20:58 +01:00
2015-08-14 06:56:11 +01:00
2015-05-22 23:10:51 +01:00
2015-09-07 10:45:38 +01:00
2015-07-30 14:43:35 +01:00