Closed
Bug 642129
Opened 14 years ago
Closed 14 years ago
March 2011 batch of NSS root changes
Categories
(NSS :: CA Certificates Code, task)
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.10
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
Attachments
(1 file)
51.96 KB,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
We'll deal with the set of multiple pending root additions to NSS in this single bug.
Assignee | ||
Updated•14 years ago
|
Summary: March/April 2011 batch of NSS root changes → March 2011 batch of NSS root changes
Assignee | ||
Updated•14 years ago
|
Assignee | ||
Comment 1•14 years ago
|
||
I'm not yet asking for review, will do a test build first.
Adding 8 roots, see 3 bugs in the dependency list.
I used the following commands:
addbuiltin -n "Go Daddy Root Certificate Authority - G2" -t C,,C < godaddy-632461.der >> ../mozilla/security/nss/lib/ckfw/builtins/certdata.txt
addbuiltin -n "Starfield Root Certificate Authority - G2" -t C,,C < starfield-632461.der >> ../mozilla/security/nss/lib/ckfw/builtins/certdata.txt
addbuiltin -n "Starfield Services Root Certificate Authority - G2" -t C,,C < starfield-serv-632461.der >> ../mozilla/security/nss/lib/ckfw/builtins/certdata.txt
addbuiltin -n "AffirmTrust Commercial" -t C,, < affirm-comm-633546.der >> ../mozilla/security/nss/lib/ckfw/builtins/certdata.txt
addbuiltin -n "AffirmTrust Networking" -t C,, < affirm-net-633546.der >> ../mozilla/security/nss/lib/ckfw/builtins/certdata.txt
addbuiltin -n "AffirmTrust Premium" -t C,, < affirm-prem-633546.der >> ../mozilla/security/nss/lib/ckfw/builtins/certdata.txt
addbuiltin -n "AffirmTrust Premium ECC" -t C,, < affirm-ecc-633546.der >> ../mozilla/security/nss/lib/ckfw/builtins/certdata.txt
addbuiltin -n "Certum Trusted Network CA" -t C,C,C < certum-635385.der >> ../mozilla/security/nss/lib/ckfw/builtins/certdata.txt
Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 519675 [details] [diff] [review]
Patch v1
We have correctness confirmation from all CAs, so I'm requesting review.
Attachment #519675 -
Flags: review?(nelson)
Assignee | ||
Updated•14 years ago
|
Attachment #519675 -
Flags: review?(rrelyea)
Comment 3•14 years ago
|
||
Kqi, where's the pointer to the orginal ca approval requests?
bob
Assignee | ||
Comment 4•14 years ago
|
||
Bob, look at the bugs in the dependency list of this bug.
Comment 5•14 years ago
|
||
Comment on attachment 519675 [details] [diff] [review]
Patch v1
r+ rrelyea
Attachment #519675 -
Flags: review?(rrelyea)
Attachment #519675 -
Flags: review?(nelson)
Attachment #519675 -
Flags: review+
Assignee | ||
Comment 6•14 years ago
|
||
NSS trunk
cvs commit: Examining .
Checking in certdata.c;
/cvsroot/mozilla/security/nss/lib/ckfw/builtins/certdata.c,v <-- certdata.c
new revision: 1.75; previous revision: 1.74
done
Checking in certdata.txt;
/cvsroot/mozilla/security/nss/lib/ckfw/builtins/certdata.txt,v <-- certdata.txt
new revision: 1.72; previous revision: 1.71
done
Checking in nssckbi.h;
/cvsroot/mozilla/security/nss/lib/ckfw/builtins/nssckbi.h,v <-- nssckbi.h
new revision: 1.28; previous revision: 1.27
done
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•14 years ago
|
||
3.12 branch:
cvs commit: Examining .
Checking in certdata.c;
/cvsroot/mozilla/security/nss/lib/ckfw/builtins/certdata.c,v <-- certdata.c
new revision: 1.67.2.8; previous revision: 1.67.2.7
done
Checking in certdata.txt;
/cvsroot/mozilla/security/nss/lib/ckfw/builtins/certdata.txt,v <-- certdata.txt
new revision: 1.64.2.8; previous revision: 1.64.2.7
done
Checking in nssckbi.h;
/cvsroot/mozilla/security/nss/lib/ckfw/builtins/nssckbi.h,v <-- nssckbi.h
new revision: 1.24.2.4; previous revision: 1.24.2.3
done
Target Milestone: --- → 3.12.10
You need to log in
before you can comment on or make changes to this bug.
Description
•