mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
952d217499
When we fail to decode based on a bad password, don't continue. So once we've tried failed to decode a ANS.1 stream, don't continue collecting more data. On microsoft.pfx files, we would wind up decoding to the end of the encrypted stream, then fail in the padding in PKCS #7. This code bypasses this problem by making sure we don't continue to try to decode data once we've hit a bad password failure. |
||
---|---|---|
.. | ||
certread.c | ||
config.mk | ||
Makefile | ||
manifest.mn | ||
p7common.c | ||
p7create.c | ||
p7decode.c | ||
p7encode.c | ||
p7local.c | ||
p7local.h | ||
pkcs7t.h | ||
secmime.c | ||
secmime.h | ||
secpkcs7.h |