In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if
authorBodo Möller <bodo@openssl.org>
Sat, 20 Oct 2001 17:52:40 +0000 (17:52 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 20 Oct 2001 17:52:40 +0000 (17:52 +0000)
commit9ccadf1c6feb9382620995e5bac75ac658aec6c6
treeb9601efa6e75c9c470385b5648e4ad170541a07f
parent1e55e768c3d0890f494272d2e944d80de73c6739
In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if
client_version is smaller than the protocol version in use.
Also change ssl23_get_client_hello (ssl/s23_srvr.c) to select TLS 1.0
if the client demanded SSL 3.0 but only TLS 1.0 is enabled; then the
client will at least see that alert.
CHANGES
ssl/s23_pkt.c
ssl/s23_srvr.c
ssl/s3_pkt.c
ssl/s3_srvr.c