Use enc_flags when deciding protocol variations.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 13 Mar 2013 15:33:24 +0000 (15:33 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 18 Mar 2013 15:03:58 +0000 (15:03 +0000)
commitcbd64894ec687c6f37d8e43c16dff78e63f6be87
treebe8c67256a02cbe24fc2d44c9488bb547e71046f
parent6de2649a6b349bde9c9fb62c3a3d5d6344d8259c
Use enc_flags when deciding protocol variations.

Use the enc_flags field to determine whether we should use explicit IV,
signature algorithms or SHA256 default PRF instead of hard coding which
versions support each requirement.
ssl/s3_cbc.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/t1_enc.c
ssl/t1_lib.c
ssl/t1_trce.c