Closed
Bug 819238
Opened 13 years ago
Closed 2 years ago
addbuiltin tool does not generate certdata.txt
Categories
(NSS :: Build, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kraynopp, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.11) Gecko/20100101 Firefox/10.0.11
Build ID: 20121115102332
Steps to reproduce:
Download http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_14_RTM/src/nss-3.14-with-nspr-4.9.2.tar.gz, compile using make nss_build_all and attempt to generate certdata.txt:
addbuiltin -n "Nickname of the Root Certificate" -t C,C,C < newroot.der >> certdata.txt
Actual results:
Assertion failure: oidhash != NULL, at secoid.c:2018
Aborted
P.S.: Even standard certificates exported from Mozilla Firefox result to this error message.
Expected results:
Valid certdata.txt should be generated.
Does some alternative way exist to edit nssckbi library? The single thing I want is to add to nssckbi our corporative CA certificate (and drop all others, if possible).
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: S3 → N/A
Status: UNCONFIRMED → RESOLVED
Type: defect → enhancement
Closed: 2 years ago
Priority: -- → P5
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•