Updates to the new SSL compression code
authorMark J. Cox <mark@openssl.org>
Tue, 16 Feb 1999 09:22:21 +0000 (09:22 +0000)
committerMark J. Cox <mark@openssl.org>
Tue, 16 Feb 1999 09:22:21 +0000 (09:22 +0000)
commit413c4f45ed0508d2242638696b7665f499d68265
tree5a5e667f7fc9cb548ab3b24dd02fff78e1b8f282
parenta8236c8c322101c273d14c62282f264555e147c4
Updates to the new SSL compression code
     [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]

Fix so that the version number in the master secret, when passed
     via RSA, checks that if TLS was proposed, but we roll back to SSLv3
     (because the server will not accept higher), that the version number
     is 0x03,0x01, not 0x03,0x00
     [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]

Submitted by:
Reviewed by:
PR:
25 files changed:
CHANGES
ssl/s23_clnt.c
ssl/s23_pkt.c
ssl/s23_srvr.c
ssl/s2_clnt.c
ssl/s2_enc.c
ssl/s2_srvr.c
ssl/s3_clnt.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/ssl.err
ssl/ssl.h
ssl/ssl3.h
ssl/ssl_algs.c
ssl/ssl_ciph.c
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_rsa.c
ssl/ssl_sess.c
ssl/ssl_txt.c
ssl/ssltest.c
ssl/t1_enc.c