0 votes
in Fortify code scanner by
What are the SSL connections and an SSL session?

1 Answer

0 votes
by
SSL or Secured Socket Layer connection is a transient peer-to-peer communications link where each connection is associated with one SSL Session.

SSL session can be defined as an association between client and server generally created by the handshake protocol. There are a set of parameters defined and it may be shared by multiple SSL connections.

Related questions

0 votes
asked May 14, 2023 in JAVA by john ganales
0 votes
asked Oct 14, 2022 in Android by AdilsonLima
...