keybase / go-crypto

[mirror] Go supplementary cryptography libraries
https://godoc.org/golang.org/x/crypto
BSD 3-Clause "New" or "Revised" License
50 stars 20 forks source link

Take flags from all signatures when testing primary keys #55

Closed zapu closed 7 years ago

zapu commented 7 years ago

This is minimal change to fix CORE-5341 (failing merged key has been immortalized in keys_test.go) and to hopefully not break anything else. It also paves the way for similar fixes for subkeys.

zapu commented 7 years ago

@maxtaco @oconnor663 please review

it passes all the tests here but I still need to do a test run on keybase/client with this branch of go-crypto