Add SSL_get_peer_signature_type_nid() function.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 25 Jan 2017 23:28:57 +0000 (23:28 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 30 Jan 2017 13:00:16 +0000 (13:00 +0000)
commit42ef7aead2b310a183e53a4d336a6706395b5c17
treeced5f5016b35fb04c2ef84277efb73b3646e8de5
parent5554facbe7f1ef4945fc03ae0a447c2396a80ef7
Add SSL_get_peer_signature_type_nid() function.

Add function to retrieve signature type: in the case of RSA
keys the signature type can be EVP_PKEY_RSA or EVP_PKEY_RSA_PSS.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2301)
apps/s_cb.c
include/openssl/tls1.h
ssl/t1_lib.c