Viktor Dukhovni a51c9f637c Added missing signature algorithm reflection functions
SSL_get_signature_nid()      -- local signature algorithm
    SSL_get_signature_type_nid() -- local signature algorithm key type
    SSL_get_peer_tmp_key()       -- Peer key-exchange public key
    SSL_get_tmp_key              -- local key exchange public key

Aliased pre-existing SSL_get_server_tmp_key(), which was formerly
just for clients, to SSL_get_peer_tmp_key().  Changed internal
calls to use the new name.

Reviewed-by: Matt Caswell <matt@openssl.org>
2018-11-12 16:55:38 -05:00
..
2018-03-20 13:08:46 +00:00
2018-01-31 23:45:12 +01:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-21 12:36:21 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-10-02 10:52:57 +01:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-04-19 21:03:53 +02:00
2018-02-13 13:59:25 +00:00
2018-09-04 14:24:11 +02:00
2018-11-10 04:30:45 +02:00
2018-02-13 13:59:25 +00:00
2018-02-28 18:44:56 +01:00
2018-02-13 13:59:25 +00:00
2018-03-13 18:33:44 +10:00
2018-05-31 10:39:13 +01:00
2018-02-13 13:59:25 +00:00
2018-03-20 13:08:46 +00:00
2017-06-30 21:56:44 -04:00
2016-10-19 00:56:48 +02:00