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 Fix for 192590 - add ability to encode NSSCMSRecipientInfo . r=javi, wtc 2003-03-11 03:38:54 +00:00
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 Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests. 2002-04-12 19:05:21 +00:00
cmscipher.c
cmsdecode.c *** empty log message *** 2003-05-14 22:34:21 +00:00
cmsdigdata.c
cmsdigest.c
cmsencdata.c Always free the key reference passed to us from the client 2003-02-10 22:36:45 +00:00
cmsencode.c Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c, 2003-05-30 23:31:32 +00:00
cmsenvdata.c
cmslocal.h Bug 183612: added support for looking up a cert by subject key ID and 2002-12-17 01:39:46 +00:00
cmsmessage.c
cmspubkey.c Bug 183612: added support for looking up a cert by subject key ID and 2002-12-17 01:39:46 +00:00
cmsrecinfo.c Fix for 192590 - add ability to encode NSSCMSRecipientInfo . r=javi, wtc 2003-03-11 03:38:54 +00:00
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 bug 19590 2003-02-28 23:32:29 +00:00
cmsutil.c Support SHA256, SHA384, and SHA512 hashes in NSS. 2002-12-12 06:05:45 +00:00
config.mk Bug 134113: make NSS build on Win32 using GCC (MinGW). The patch 2003-04-20 04:23:37 +00:00
Makefile
manifest.mn Fix 164126: makefile build error. 2002-09-06 16:38:56 +00:00
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 b=107034 OE requires special attribute in incoming signed messages to support dual key certificates. Add new function 2002-08-27 13:14:42 +00:00
smime.rc
smimemessage.c Support SHA256, SHA384, and SHA512 hashes in NSS. 2002-12-12 06:05:45 +00:00
smimesym.c
smimeutil.c Bug 145029: fixed compiler warnings (mostly "xxx might be used 2003-01-17 02:49:11 +00:00
smimever.c