0 votes
in Fortify code scanner by
List the parameters that define an SSL session connection?

1 Answer

0 votes
by
The parameters that define an SSL session connection are:

Server and client random

Server write MACsecret

Client write MACsecret

Server write key

Client write key

Initialization vectors

Sequence numbers
...