openssl/ssl
Dr. Stephen Henson 42ef7aead2 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)
2017-01-30 13:00:16 +00:00
..
record Move TLSv1.3 Session Ticket processing into the state machine 2017-01-30 10:17:01 +00:00
statem Store peer signature type. 2017-01-30 13:00:16 +00:00
bio_ssl.c
build.info
d1_lib.c
d1_msg.c
d1_srtp.c
methods.c
packet.c Use for loop in WPACKET_fill_lengths instead of do...while 2017-01-30 10:18:24 +00:00
packet_locl.h Miscellaneous style tweaks based on feedback received 2017-01-30 10:18:23 +00:00
pqueue.c
s3_cbc.c
s3_enc.c fix a memory leak in ssl3_generate_key_block fix the error handling in ssl3_change_cipher_state 2017-01-23 11:41:59 +01:00
s3_lib.c Move the SSL3_CK_CIPHERSUITE_FLAG out of public header 2017-01-30 10:18:24 +00:00
s3_msg.c
ssl_asn1.c Fix <= TLS1.2 break 2017-01-30 10:18:24 +00:00
ssl_cert.c Convert Sigalgs processing to use ints 2017-01-10 23:02:50 +00:00
ssl_ciph.c Always ensure that session->cipher is set 2017-01-30 10:18:22 +00:00
ssl_conf.c
ssl_err.c Implement server side of PSK extension construction 2017-01-30 10:18:21 +00:00
ssl_init.c
ssl_lib.c Make calls to SSL_renegotiate() error out for TLSv1.3 2017-01-30 10:18:23 +00:00
ssl_locl.h Store peer signature type. 2017-01-30 13:00:16 +00:00
ssl_mcnf.c
ssl_rsa.c
ssl_sess.c Various style fixes following review feedback 2017-01-30 10:18:25 +00:00
ssl_stat.c
ssl_txt.c Move extension data into sub-structs 2017-01-09 22:26:47 -05:00
ssl_utst.c
t1_enc.c
t1_ext.c
t1_lib.c Add SSL_get_peer_signature_type_nid() function. 2017-01-30 13:00:16 +00:00
t1_trce.c Add support for the psk_key_exchange_modes extension 2017-01-30 10:17:49 +00:00
tls13_enc.c Construct the client side psk extension for TLSv1.3 2017-01-30 10:18:19 +00:00
tls_srp.c