gecko-dev/security/nss/lib/smime
relyea%netscape.com 952d217499 Bug 156770 When we do a file import and give a bad password we get wrong errors back
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.
2003-10-16 23:49:15 +00:00
..
cms.h
cmsarray.c
cmsasn1.c
cmsattr.c Fix for 219524 - support GeneralizedTime in S/MIME v3 signatures. r=wtc, sr=nelsonb 2003-09-19 04:14:50 +00:00
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 Fix bug 213084. Detect when cert in signature cannot be imported. 2003-07-31 00:16:27 +00:00
cmssiginfo.c Fix for 219524 - support GeneralizedTime in S/MIME v3 signatures. r=wtc, sr=nelsonb 2003-09-19 04:14:50 +00:00
cmst.h
cmsutil.c
config.mk
Makefile
manifest.mn
smime.def Bug 156770 When we do a file import and give a bad password we get wrong errors back 2003-10-16 23:49:15 +00:00
smime.h
smime.rc
smimemessage.c
smimesym.c
smimeutil.c
smimever.c