Closed
Bug 729721
Opened 14 years ago
Closed 14 years ago
Miscellaneous code cleanups in libpkix for NSS 3.13.4
Categories
(NSS :: Libraries, defect, P2)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.13.4
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(2 files)
|
1.18 KB,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
|
2.10 KB,
text/plain
|
Details |
I will use this bug for miscellaneous cleanups in libpkix for NSS 3.13.4.
The first patch changes PKIX_PL_Cert_GetVersion to use v1 (0) as the
default version of X509 certificate, and checks nssCert->version.len
instead of nssCert->version.data before dereferencing nssCert->version.data
(we may represent an empty SECItem with a non-null 'data' but a zero 'len'.
Attachment #599780 -
Flags: review?(rrelyea)
Comment 1•14 years ago
|
||
Comment on attachment 599780 [details] [diff] [review]
PKIX_PL_Cert_GetVersion cleanup (checked in)
r+ do we have any unexpired version 1 certs in the wild?:).
bob
Attachment #599780 -
Flags: review?(rrelyea) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 599780 [details] [diff] [review]
PKIX_PL_Cert_GetVersion cleanup (checked in)
Patch checked in on the NSS trunk (NSS 3.13.4).
Checking in pkix_pl_cert.c;
/cvsroot/mozilla/security/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_cert.c,v <-- pkix_pl_cert.c
new revision: 1.28; previous revision: 1.27
done
Attachment #599780 -
Attachment description: PKIX_PL_Cert_GetVersion cleanup → PKIX_PL_Cert_GetVersion cleanup (checked in)
Comment 3•14 years ago
|
||
Unfortunately so.
http://wiki.dreamhost.com/NDN_Certificate . Top 10 Web Host. This certificate is used to sign their mail server certificates for IMAPS/SMTPS. Examples of trouble this causes - http://code.google.com/p/android/issues/detail?id=24303
| Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Priority: -- → P2
Resolution: --- → FIXED
| Assignee | ||
Comment 4•14 years ago
|
||
I attached this X.509 v1 root certificate that Ryan mentioned
in comment 3 for future reference.
You need to log in
before you can comment on or make changes to this bug.
Description
•