You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linting flagged a gap in TLS certificate verification using the
SecureOptions.VerifyCertificate function, since this is not invoked when
connections are resumed.
This change introduces a new SecureOptions.VerifyConnection verification
function that uses more recent Go standard library features to perform
verification on both connection and resume. It also provides access to
additional information for more thorough verification.
The VerifyConnection function replaces the older VerififyCertificate
method of certification verification. The old method is retained for
compatibility.
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
0 commit comments