Closed
Bug 411795
Opened 17 years ago
Closed 1 year ago
Need tests for libPKIX policy control flags
Categories
(NSS :: Test, enhancement, P5)
NSS
Test
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nelson, Unassigned)
Details
(Whiteboard: PKIXTEST)
RFC 3280 defines, and libPKIX implements, a set of boolean flags that
control the behavior of libPKIX with respect to policy processing.
Those flags include:
PKIX_Boolean policyQualifiersRejected, (Maybe not in RFC 3280)
PKIX_Boolean initialPolicyMappingInhibit,
PKIX_Boolean initialExplicitPolicy,
PKIX_Boolean initialAnyPolicyInhibit,
Recently, we discovered a bug (bug 411614) that was causing the values
of two of those flags to be set incorrectly, and this was completely
undetected by our testing. The conclusion is that our tests do not
exercise these boolean controls to ensure that they work properly.
The libPKIX tests must be augmented to test those 4 flags, and
combinations thereof.
Reporter | ||
Comment 1•16 years ago
|
||
Unsetting target milestone in unresolved bugs whose targets have passed.
Target Milestone: 3.12 → ---
Reporter | ||
Updated•16 years ago
|
Whiteboard: PKIXTEST
Updated•2 years ago
|
Severity: normal → S3
Comment 2•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: alvolkov.bgs → nobody
Updated•1 year ago
|
Severity: S3 → N/A
Status: NEW → RESOLVED
Closed: 1 year ago
Priority: -- → P5
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•