Open
Bug 864898
Opened 12 years ago
Updated 3 years ago
Export CERT_GetCertKeyType
Categories
(NSS :: Libraries, defect, P2)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: wtc, Unassigned)
Details
We should export CERT_GetCertKeyType in nss.def. This function seems
useful. An alternative is to export the seckey_GetKeyType function
used by CERT_GetCertKeyType.
Before we export CERT_GetCertKeyType, I suggest we rename it
CERT_GetPublicKeyType or SECKEY_GetPublicKeyType because the function
takes a CERTSubjectPublicKeyInfo as opposed to a CERTCertificate as
input.
Comment 1•12 years ago
|
||
I'm OK with either name wtc suggested, though I would prefer CERT_GetTypeFromSPKI() (or spelled out if you want to type that much.
bob
Updated•3 years ago
|
Severity: minor → S4
Comment 2•3 years ago
|
||
The bug assignee is inactive on Bugzilla, and this bug has priority 'P2'.
:beurdouche, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: wtc → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(bbeurdouche)
Comment 3•3 years ago
|
||
We have modified the bot to only consider P1 as high priority, so I'm cancelling the needinfo here.
Flags: needinfo?(bbeurdouche)
You need to log in
before you can comment on or make changes to this bug.
Description
•