Open
Bug 481447
(CIDP)
Opened 16 years ago
Updated 2 years ago
Implement CRL Issuing Distribution Point (CIDP) extension processing
Categories
(NSS :: Libraries, enhancement, P2)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: nelson, Unassigned)
References
Details
Until recently, it was thought that the implementation of CIDP extension
processing in CRLs was prerequisite to fetching CRLs from URLs in CDPs.
But a recent breakthrough was the realization that CIDP extension handling
is NOT a prerequisite to CRL fetching from UDPs in CDPs.
There were (and still are) big issues attached to CIDP extension processing,
the biggest of which is the need to handle partitioned CRLs in our CRL cache
and also in our PKCS#11 module's CRL storage. Separate RFEs for those issues
must be filed (if they don't already exist) and must be marked as blockers
of this RFE
This RFE is split off from bug 321755. Many of the patches attached to that
RFE are actually about CIDP extension implementation. I wish I could move
those attachments and their review flags to this bug. :(
Reporter | ||
Updated•16 years ago
|
Alias: CIDP
Priority: -- → P2
Reporter | ||
Comment 1•16 years ago
|
||
I would move the following attachments to this bug from bug 321755 if I could.
Attachment 326846 [details] [diff] - patch for decoding and displaying CRL IDP, v2
Attachment 327528 [details] [diff] - cleanup crlgen.c before adding new code, v1
Attachment 335603 [details] [diff] - crlutil patch - CRLIDP generation
Comment 2•2 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: nelson → nobody
Flags: needinfo?(bbeurdouche)
Updated•2 years ago
|
Severity: normal → S3
Comment 3•2 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
•