Skip to content

x/crypto/openpgp: add PreferredKeyServer support to packet.Signature #26005

@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 the Preferred Key Server (subpacket 24) in a packet.Signature

packet.Signature{
  PreferedKeyServer: "hkps://hkps.pool.sks-keyservers.net"
}

What did you expect to see?

No error

What did you see instead?

Error: unknown field 'PreferedKeyServer' 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.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions