Skip to content
  1. Nov 24, 2018
  2. Nov 23, 2018
  3. Nov 21, 2018
  4. Nov 20, 2018
  5. Nov 19, 2018
  6. Nov 18, 2018
  7. Nov 16, 2018
  8. Nov 15, 2018
  9. Nov 14, 2018
  10. Nov 13, 2018
  11. Nov 12, 2018
    • Viktor Dukhovni's avatar
      Added missing signature algorithm reflection functions · a51c9f63
      Viktor Dukhovni authored
      
      
          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: default avatarMatt Caswell <matt@openssl.org>
      a51c9f63