Closed
Bug 1580219
Opened 5 years ago
Closed 5 years ago
Certificate data should not contain percent-encoding
Categories
(Firefox :: Security, defect)
Firefox
Security
Tracking
()
RESOLVED
DUPLICATE
of bug 1571710
People
(Reporter: freddy, Unassigned)
Details
When viewing a certificate in nightly, the PEM-encoded certificate string contains percent-encoded information and should not.
Steps To Repeat
- Click the padlock here on bugzilla.mozilla.org and click for more, open the certificate viewer.
- You're brought to the "certainly something" certificate viewer, e.g. about:certificate?cert=MIIG2DCCBcCgAwIBAgIQBrqFY5T...
What happens:
Under Miscellaneous there's a version number and a string starting with
----BEGIN%20CERTIFICATE-----%0D%0AMIIG2DCCBcC...
What should actually happen:
It should be ----BEGIN CERTIFICATE-----\r\nAMIIG2DCCBcC..
instead.
Updated•5 years ago
|
Comment 2•5 years ago
|
||
It actually shouldn't appear on the page at all, it should simply be download links for both the cert and the chain. :)
You need to log in
before you can comment on or make changes to this bug.
Description
•