Status
People
(Reporter: Julien Pierre, Unassigned)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
Many calls in pk11wrap will check the token logged in state . In the SSL server case, with fixed tokens that don't log themselves out, this hurts performance . We should add an option to allow not skipping of token logged in state if this is known by the user and application to be true. Due to the structure of the code, this "skip login check" option might have to be added to a SECKEYPrivateKeyObject, similar to what's done in https://bugzilla.mozilla.org/attachment.cgi?id=166072 , except the option would be conditionally set by an API call instead of being the default set from SSL_ConfigSecureServer.
(Reporter) | ||
Updated•14 years ago
|
Priority: -- → P2
Target Milestone: --- → 3.10
(Reporter) | ||
Updated•13 years ago
|
Assignee: julien.pierre.bugs → saul.edwards.bugs
Updated•13 years ago
|
QA Contact: bishakhabanerjee → jason.m.reid
Updated•13 years ago
|
Target Milestone: 3.10 → 3.11
Updated•12 years ago
|
QA Contact: jason.m.reid → libraries
Updated•12 years ago
|
Assignee: saul.edwards.bugs → nobody
Priority: P2 → P3
Target Milestone: 3.11 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•