Method SSL.Cipher.KeyExchange()->server_key_exchange()
- Method server_key_exchange
intserver_key_exchange(ADT.structinput,stringclient_random,stringserver_random)- Parameter
input ADT.struct 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.