feat: add ability to trace handshake #58
build-refactor.yml
on: pull_request
short-tests
23s
lint
4s
gosec
39s
coverage-threshold
24s
integration
43s
Annotations
10 warnings
lint:
internal/model/vpnoptions.go#L78
comment on exported var SupportedCiphers should be of the form "SupportedCiphers ..."
|
lint:
internal/session/manager.go#L23
comment on exported const S_UNDEF should be of the form "S_UNDEF ..."
|
lint:
internal/session/manager.go#L17
type name will be used as session.SessionNegotiationState by other packages, and that stutters; consider calling this NegotiationState
|
lint:
internal/session/manager.go#L231
exported var ErrExpiredKey should have comment or be unexported
|
lint:
internal/session/manager.go#L166
comment on exported method Manager.NewACKForPacketIDs should be of the form "NewACKForPacketIDs ..."
|
lint:
internal/session/manager.go#L310
exported method Manager.CurrentKeyID should have comment or be unexported
|
lint:
internal/optional/optional.go#L1
should have a package comment
|
lint:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
lint:
internal/session/manager.go#L24
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/session/manager.go#L21
don't use ALL_CAPS in Go names; use CamelCase
|