Closed
Bug 403687
Opened 17 years ago
Closed 17 years ago
move pkix functions to certvfypkix.c, turn off EV_TEST_HACK
Categories
(NSS :: Libraries, defect, P2)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.12
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
(Whiteboard: PKIX)
Attachments
(1 file)
36.99 KB,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
Bob R requests that we move all pkix functions from certvfy.c to certvfypkix.c, everything below
PKIX_CertSelector *cert_GetTargetCertConstraints
He also requests that we turn off EV_TEST_HACK.
I assume he wants us to remove all the special code that checks for the EV_TEST_HACK env variable, and use the pkix processing.
Updated•17 years ago
|
Priority: -- → P2
Target Milestone: --- → 3.12
Updated•17 years ago
|
Whiteboard: PKIX
Assignee | ||
Comment 1•17 years ago
|
||
Bob, I think this is the change you requested.
I did not change any code, only moving and removing.
Attachment #293219 -
Flags: review?(rrelyea)
Comment 2•17 years ago
|
||
Comment on attachment 293219 [details] [diff] [review]
Patch v1
r+
Attachment #293219 -
Flags: review?(rrelyea) → review+
Assignee | ||
Comment 3•17 years ago
|
||
fixed
Checking in certhigh/certvfy.c;
/cvsroot/mozilla/security/nss/lib/certhigh/certvfy.c,v <-- certvfy.c
new revision: 1.63; previous revision: 1.62
done
Checking in certhigh/certvfypkix.c;
/cvsroot/mozilla/security/nss/lib/certhigh/certvfypkix.c,v <-- certvfypkix.c
new revision: 1.9; previous revision: 1.8
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•