go-crypto
go-crypto copied to clipboard
Handle "gnu-dummy" (and other "Private/Experimental") S2K
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.
(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...