summaryrefslogtreecommitdiffstats
path: root/openpgp/benches
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2021-03-24 15:48:11 +0100
committerNeal H. Walfield <neal@pep.foundation>2021-05-20 16:51:41 +0200
commit4419034d1249a900a535f70a76b2b6ca5579e48c (patch)
tree9508ef9c1d283f39b18414ad35cacfc8945c164c /openpgp/benches
parent5352e76dec343c4dbbbea4649048bdf10553c445 (diff)
openpgp: Fix CertParser to return errors in the right order.
- Consider a keyring of the form: `[ Alice, NUL, Bob ]`. The CertParser should return `[ Ok(Alice), Err(SomeError), Ok(Bob) ]`. Currently, we get `[ Err(SomeError), Ok(Alice), Ok(Bob) ]`, because the error is returned eagerly. - Fix it. - Fixes #699.
Diffstat (limited to 'openpgp/benches')
0 files changed, 0 insertions, 0 deletions