Open
Bug 1363928
Opened 7 years ago
Updated 1 year ago
Certutil does not support dotted-decimal OID subjects
Categories
(NSS :: Tools, enhancement, P5)
NSS
Tools
Tracking
(Not tracked)
NEW
People
(Reporter: jcj, Unassigned)
References
Details
(Whiteboard: [nss-nofx])
Setting a dotted-decimal OID in a principal works programmatically after landing Bug 1342137, but for some reason certutil fails even though the function it's calling accepts the input.
Example:
> certutil -s "CN=TestUser40, E=TestUser40@bogus.com, O=BOGUS NSS, L=Mountain View, ST=California, C=US, 2.5.4.90=Example" -R
We'd expect that to properly encode into a cert / CSR, but ... it doesn't.
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Severity: S3 → S4
Priority: -- → P5
Whiteboard: [nss-nofx]
You need to log in
before you can comment on or make changes to this bug.
Description
•