Method SSL.Cipher.KeyExchange()->got_server_key_exchange()
- Method got_server_key_exchange
 intgot_server_key_exchange(Stdio.Bufferinput,stringclient_random,stringserver_random)- Parameter 
input Stdio.Buffer with the content of a
HANDSHAKE_server_key_exchange.The default implementation calls parse_server_key_exchange(), and then verifies the signature.
- Returns
 0Returns zero on success.
-1Returns negative on verification failure.