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. |
||
---|---|---|
.. | ||
cms.h | ||
cmsarray.c | ||
cmsasn1.c | ||
cmsattr.c | ||
cmscinfo.c | ||
cmscipher.c | ||
cmsdecode.c | ||
cmsdigdata.c | ||
cmsdigest.c | ||
cmsencdata.c | ||
cmsencode.c | ||
cmsenvdata.c | ||
cmslocal.h | ||
cmsmessage.c | ||
cmspubkey.c | ||
cmsrecinfo.c | ||
cmsreclist.c | ||
cmsreclist.h | ||
cmssigdata.c | ||
cmssiginfo.c | ||
cmst.h | ||
cmsutil.c | ||
config.mk | ||
Makefile | ||
manifest.mn | ||
smime.def | ||
smime.h | ||
smime.rc | ||
smimemessage.c | ||
smimesym.c | ||
smimeutil.c | ||
smimever.c |