Closed
Bug 1532384
Opened 6 years ago
Closed 6 years ago
In NSS test certificates, use @example.com (not @bogus.com)
Categories
(NSS :: Test, defect)
NSS
Test
Tracking
(Not tracked)
RESOLVED
FIXED
3.44
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
Attachments
(1 file)
30.48 KB,
patch
|
jcj
:
review+
|
Details | Diff | Splinter Review |
NSS currently uses @bogus.com email addresses.
It would be better to use @example.com
Assignee | ||
Comment 1•6 years ago
|
||
I found three domains being used, this is how I replaced them:
@bogus.com -> example.com
@bogus.net -> example.net
@bogus.cc -> example.org
We have 4 binary files that contain references to the @bogus domains.
I regenerated 3 of them by executing the make-ca-u50-u51 script.
Finally we have a binary file named nss2alice. I don't know how it was generated. I used the der2ascii tool to convert it to an editable file, replaced the domain, and used ascii2der to encode it back to der.
Try build:
https://treeherder.mozilla.org/#/jobs?repo=nss-try&revision=c749fe16116d98e762862591f40e9b3e41612c60
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #9048288 -
Flags: review?(jjones)
Comment 3•6 years ago
|
||
Comment on attachment 9048288 [details] [diff] [review]
1532384-v1.patch
Review of attachment 9048288 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good; r=jcj.
Attachment #9048288 -
Flags: review?(jjones) → review+
Assignee | ||
Comment 4•6 years ago
|
||
Target Milestone: --- → 3.44
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•