feat: add ability to trace handshake (#64) #3
build-refactor.yml
on: push
short-tests
24s
lint
3s
gosec
41s
coverage-threshold
25s
integration
39s
Annotations
10 warnings
lint:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
lint:
internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
|
lint:
internal/session/manager.go#L173
exported var ErrExpiredKey should have comment or be unexported
|
lint:
internal/session/manager.go#L108
comment on exported method Manager.NewACKForPacketIDs should be of the form "NewACKForPacketIDs ..."
|
lint:
internal/session/manager.go#L142
if block ends with a return statement, so drop this else and outdent its block
|
lint:
internal/session/manager.go#L252
exported method Manager.CurrentKeyID should have comment or be unexported
|
lint:
internal/tlssession/tlsbio.go#L79
parameter 'tt' seems to be unused, consider removing or renaming it as _
|
lint:
internal/tlssession/tlsbio.go#L75
parameter 'tt' seems to be unused, consider removing or renaming it as _
|
lint:
internal/model/vpnoptions.go#L78
comment on exported var SupportedCiphers should be of the form "SupportedCiphers ..."
|
lint:
internal/tlssession/tlsbio.go#L83
parameter 'tt' seems to be unused, consider removing or renaming it as _
|