Separate client and server permitted signature algorithm support: by default
authorDr. Stephen Henson <steve@openssl.org>
Tue, 3 Jul 2012 12:51:14 +0000 (12:51 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 3 Jul 2012 12:51:14 +0000 (12:51 +0000)
commit3dbc46dfcd918f7869496e34b0896dbac01d25a0
treed4c2dae8f5b1866ea96bd169e7beb26e84d49202
parent32e03a3016b93bf0f763c6daf1eeeada7db2256c
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.
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