Skip to content

x/crypto/openpgp: add FlagsAuthenticate, FlagsGroupKey and FlagsSplitKey support to packet.Signature #25983

@scruplelesswizard

Description

@scruplelesswizard

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go version go1.10.3 darwin/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

GOHOSTARCH="amd64"
GOHOSTOS="darwin"

What did you do?

Attempted to set authentication flag (0x20) in a packet.Signature

packet.Signature{
  FlagsValid:        true,
  FlagsAuthenticate: true,
}

What did you expect to see?

No error

What did you see instead?

Error: unknown field 'FlagsAuthenticate' in struct literal of type packet.Signature

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureRequestIssues asking for a new feature that does not need a proposal.FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions