Initial TLS v1.2 client support. Include a default supported signature
authorDr. Stephen Henson <steve@openssl.org>
Mon, 9 May 2011 15:44:01 +0000 (15:44 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 9 May 2011 15:44:01 +0000 (15:44 +0000)
commita2f9200fba20ae7c25531c2f2ce6f80610f257e2
tree4fd0e58601a0e3027e9d8fca221e83caf2bbc513
parent0b59755f434eca1ed621974ae9f95663dcdcac35
Initial TLS v1.2 client support. Include a default supported signature
algorithms extension (including everything we support). Swicth to new
signature format where needed and relax ECC restrictions.

Not TLS v1.2 client certifcate support yet but client will handle case
where a certificate is requested and we don't have one.
CHANGES
apps/s_client.c
ssl/s3_clnt.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/t1_enc.c
ssl/t1_lib.c