Open 0xhaven opened 8 years ago
Solve this parsing issue: https://github.com/golang/go/issues/13605 by adding support for the "Private/Experimental" S2K range defined in RFC 4880
Necessary for support of Yubikey/Smart Card PGP keys, which use "gnu-dummy" (i.e. 110) S2Ks.
110
(ditto, ticket in jira for planning purposes?)
@maxtaco Actually, I think #10 may have resolved this issue. Getting a Yubikey to determine what else might be going on...
Solve this parsing issue: https://github.com/golang/go/issues/13605 by adding support for the "Private/Experimental" S2K range defined in RFC 4880
Necessary for support of Yubikey/Smart Card PGP keys, which use "gnu-dummy" (i.e.
110
) S2Ks.