We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a24fc1 commit ff5b041Copy full SHA for ff5b041
security/advancedtls/advancedtls.go
@@ -67,6 +67,9 @@ type VerificationFuncParams = HandshakeVerificationInfo
67
// future to include more information.
68
type PostHandshakeVerificationResults struct{}
69
70
+// VerificationResults contains the information about results of
71
+// CustomVerificationFunc.
72
+//
73
// Deprecated: use PostHandshakeVerificationResults instead.
74
type VerificationResults = PostHandshakeVerificationResults
75
0 commit comments