Closed
Bug 857615
Opened 12 years ago
Closed 12 years ago
April 2013 batch of NSS root CA changes
Categories
(NSS :: CA Certificates Code, task)
Tracking
(Not tracked)
RESOLVED
FIXED
3.15
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
Attachments
(1 file)
119.79 KB,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
The purpose of this bug is to make all changes necessary for the April 2013 batch of NSS root CA changes using a single patch.
For the work covered by this bug, see the list of list of bugs this one blocks.
Assignee | ||
Comment 1•12 years ago
|
||
I started a test build with the attached patch at
https://tbpl.mozilla.org/?tree=Try&rev=cdb68506e138
Assignee: nobody → kaie
Assignee | ||
Comment 2•12 years ago
|
||
Beside manual editing, I used the following commands for adding new or replacement roots:
addbuiltin -n "TURKTRUST Certificate Services Provider Root 2007" -t C,,C < ~/moz/nss/hg/root1304/turktrust.der >> certdata.txt
addbuiltin -n "D-TRUST Root Class 3 CA 2 2009" -t C,, < ~/moz/nss/hg/root1304/dtrust.der >> certdata.txt
addbuiltin -n "D-TRUST Root Class 3 CA 2 EV 2009" -t C,, < ~/moz/nss/hg/root1304/dtrustev.der >> certdata.txt
addbuiltin -n "PSCProcert" -t C,C,C < ~/moz/nss/hg/root1304/pscpro.der >> certdata.txt
addbuiltin -n "China Internet Network Information Center EV Certificates Root" -t C,, < ~/moz/nss/hg/root1304/cnnic.der >> certdata.txt
addbuiltin -n "Swisscom Root CA 2" -t C,C,C < ~/moz/nss/hg/root1304/swiss.der >> certdata.txt
addbuiltin -n "Swisscom Root EV CA 2" -t C,,C < ~/moz/nss/hg/root1304/swissev.der >> certdata.txt
addbuiltin -n "CA Disig Root R1" -t C,C,C < ~/moz/nss/hg/root1304/disig1.der >> certdata.txt
addbuiltin -n "CA Disig Root R2" -t C,C,C < ~/moz/nss/hg/root1304/disig2.der >> certdata.txt
addbuiltin -n "Entrust.net Premium 2048 Secure Server CA" -t C,C,C < ~/moz/nss/hg/root1304/entrust.der >> certdata.txt
Comment 3•12 years ago
|
||
I have tested and code reviewed the changes, and the changes are as expected.
Thanks!
Kathleen
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 732873 [details] [diff] [review]
patch v1
Bob, you could please review the patch?
Thanks in advance.
Attachment #732873 -
Flags: review?(rrelyea)
Comment 5•12 years ago
|
||
Comment on attachment 732873 [details] [diff] [review]
patch v1
r+ rrelyea
Attachment #732873 -
Flags: review?(rrelyea) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Checked in to NSS trunk.
https://hg.mozilla.org/projects/nss/rev/31f662841be2
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.15
Assignee | ||
Comment 7•12 years ago
|
||
These changes are planned to be contained in NSS 3.15
Only Mozilla Firefox versions that upgrade to NSS version 3.15 will contain the changes.
That work is tracked in bug 858231.
You need to log in
before you can comment on or make changes to this bug.
Description
•