Closed
Bug 1070190
Opened 11 years ago
Closed 11 years ago
Record the certificate serial number
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, defect, P1)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
RESOLVED
FIXED
2015-02
People
(Reporter: clouserw, Assigned: magopian)
References
Details
(Whiteboard: [qa-])
When an add-on is signed we'll discard the private key but we want to record the serial number in case we need to block the add-on in the future. We should just stick this as a new column in the `files` table. This bug is about:
* Adding the new column in the files table
* Getting the serial number after the signing (either out of the package or from Trunion - see the dependent bug for the Trunion API) and putting it in the table
Updated•11 years ago
|
Assignee: nobody → olivier
Comment 1•11 years ago
|
||
What is the length of the field in database?
| Reporter | ||
Comment 2•11 years ago
|
||
I'd make it a varchar(255)
| Assignee | ||
Updated•11 years ago
|
Assignee: olivier → nobody
| Assignee | ||
Comment 3•11 years ago
|
||
I don't see anything related to a serial number in the https://wiki.mozilla.org/AMO/SigningService/API page, am I missing something?
Is it the PKCS#7 signature returned by trunion? The value in the following json: {"zigbert.rsa": "MIIKfQYJKoZIhvcNAQcCoIIKbjCCCmoCAQExCzAJBgUrDgMCGgUAMAsGCSq...=="} ?
| Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(rtilder)
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Comment 5•11 years ago
|
||
Assignee: nobody → mathieu
Target Milestone: --- → 2015-02
| Assignee | ||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(rtilder)
Resolution: --- → FIXED
Whiteboard: [qa-]
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•