Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
protonmail: make SRP modulus signature failures a warning
Temporarily make signature errors non-fatal because the Go OpenPGP library is missing some features we need: openpgp: unsupported feature: public key algorithm 22 This doesn't really weaken our security since we weren't checking the signature key anyway. To completely fix this issue, we need to upstream the required key algorithm. Fixes #46
- Loading branch information