commit | ad4dd362e036b8481d51e1bfc6e9322b6cf074dc | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Wed Feb 15 16:23:49 2017 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Thu Feb 16 16:43:44 2017 +0000 |
tree | 2481f0f1db2e133c493306b2155c9cdf55b34b83 | |
parent | 717a265aa5f618fb30f857f240f6b2b0ab7ad4c7 [diff] |
Use tls_choose_sigalg for client auth. For client auth call tls_choose_sigalg to select the certificate and signature algorithm. Use the selected algorithm in tls_construct_cert_verify. Remove obsolete tls12_get_sigandhash. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2643)