Add support for application defined signature algorithms for use with
authorDr. Stephen Henson <steve@openssl.org>
Fri, 22 Jun 2012 14:03:31 +0000 (14:03 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 22 Jun 2012 14:03:31 +0000 (14:03 +0000)
commit0f229cce65c1e7a04ed114c04327d75169b6dac3
tree0be54b8a6f09b6eb7f8c593fa1ba2dc0c2a5a710
parent020091406ce85661ccec8f663c42f3c710340a6b
Add support for application defined signature algorithms for use with
TLS v1.2. These are sent as an extension for clients and during a certificate
request for servers.

TODO: add support for shared signature algorithms, respect shared algorithms
when deciding which ciphersuites and certificates to permit.
CHANGES
apps/s_client.c
apps/s_server.c
ssl/s3_lib.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_cert.c
ssl/ssl_locl.h
ssl/t1_lib.c
ssl/tls1.h