Separate client and server permitted signature algorithm support: by default
authorDr. Stephen Henson <steve@openssl.org>
Wed, 26 Dec 2012 14:44:56 +0000 (14:44 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 26 Dec 2012 14:44:56 +0000 (14:44 +0000)
commit04c32cddaa5bfdc08a2f4253d90a53bedbcab8e6
tree3a32d4133ade4f6ed4921ddce1e999f8c6632e37
parent623a5e24cbec899d21a0cc90f74071e511072c30
Separate client and server permitted signature algorithm support: by default
the permitted signature algorithms for server and client authentication
are the same but it is now possible to set different algorithms for client
authentication only.
(backport from HEAD)
CHANGES
apps/s_client.c
apps/s_server.c
ssl/s3_lib.c
ssl/ssl.h
ssl/ssl_cert.c
ssl/ssl_locl.h
ssl/t1_lib.c