Closed zapu closed 7 years ago
Related to this issue:
https://github.com/keybase/keybase-issues/issues/3067
Which was a failure to parse this ASCII armored bundle: https://gist.github.com/zapu/cb935798e06b1d5bed12ad61824b9610
Newlines were replaced by spaces. gpg doesn't complain, this PR makes go-crypto be able to parse it as well.
gpg
go-crypto
This is not necessarily the right way of fixing that bug though!
also one test is skipped that I would like to be passing, for bundles that gpg has no problems with :(
@maxtaco can you take another look? I think I got it right this time.
Related to this issue:
https://github.com/keybase/keybase-issues/issues/3067
Which was a failure to parse this ASCII armored bundle: https://gist.github.com/zapu/cb935798e06b1d5bed12ad61824b9610
Newlines were replaced by spaces.
gpg
doesn't complain, this PR makesgo-crypto
be able to parse it as well.This is not necessarily the right way of fixing that bug though!