gecko-dev/security/nss/lib/pkcs7
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
..
certread.c
config.mk
Makefile
manifest.mn
p7common.c
p7create.c Fix for 219082 - support GeneralizedTime in PKCS#7 signatures. r=nelsonb, sr=wtc 2003-09-19 04:16:19 +00:00
p7decode.c 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
p7encode.c 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
p7local.c Fix for 219082 - support GeneralizedTime in PKCS#7 signatures. r=nelsonb, sr=wtc 2003-09-19 04:16:19 +00:00
p7local.h
pkcs7t.h
secmime.c
secmime.h
secpkcs7.h 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