feat: add ability to trace handshake #70
Annotations
10 warnings
Lint with revive action, from pre-built image:
internal/session/manager.go#L200
if block ends with a return statement, so drop this else and outdent its block
|
Lint with revive action, from pre-built image:
internal/session/manager.go#L17
type name will be used as session.SessionNegotiationState by other packages, and that stutters; consider calling this NegotiationState
|
Lint with revive action, from pre-built image:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
Lint with revive action, from pre-built image:
internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
|
Lint with revive action, from pre-built image:
internal/session/manager.go#L23
comment on exported const S_UNDEF should be of the form "S_UNDEF ..."
|
Lint with revive action, from pre-built image:
internal/session/manager.go#L231
exported var ErrExpiredKey should have comment or be unexported
|
Lint with revive action, from pre-built image:
internal/tlssession/tlsbio.go#L75
parameter 'tt' seems to be unused, consider removing or renaming it as _
|
Lint with revive action, from pre-built image:
internal/tlssession/tlshandshake.go#L160
parameter 'verifiedChains' seems to be unused, consider removing or renaming it as _
|
Lint with revive action, from pre-built image:
internal/session/manager.go#L310
exported method Manager.CurrentKeyID should have comment or be unexported
|
Lint with revive action, from pre-built image:
internal/tlssession/tlsbio.go#L79
parameter 'tt' seems to be unused, consider removing or renaming it as _
|
The logs for this run have expired and are no longer available.
Loading