Add support for application defined signature algorithms for use with
authorDr. Stephen Henson <steve@openssl.org>
Wed, 26 Dec 2012 14:25:29 +0000 (14:25 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 26 Dec 2012 14:25:29 +0000 (14:25 +0000)
commit0b362de5f57547b31eddef5f8a0d298c4b7e0fd3
treed46bf3897439c4a2f0246c0be2f1ae89f1f1c5ea
parentd312f7be37622aa478a323adc26f7e1ab30d86ec
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.
(backport from HEAD)
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