Method SSL.Cipher.KeyExchange()->got_server_key_exchange()
- Method
got_server_key_exchange
int
got_server_key_exchange(Stdio.Buffer
input
,string
client_random
,string
server_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
0
Returns zero on success.
-1
Returns negative on verification failure.