CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/25 09:49:04
Modified files:
lib/libssl/src/ssl: s23_srvr.c
Log message:
Simplify ssl23_get_client_hello error handling.
ssl23_get_client_hello sets type=1 on error and continues processing.
It should return an error immediately to simplify things. This also
allows us to start removing the last of SSL_OP_NO_SSL*.
Added extra paranoia for s->version to make sure it is set properly.
ok jsing@
