Closed
Bug 1893334
Opened 1 year ago
Closed 1 year ago
Add a pk11wrap function to read distrust-after attributes
Categories
(NSS :: Libraries, enhancement, P3)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jschanck, Assigned: jschanck)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
While profiling TLS handshakes I noticed that we spend about 5% of our time constructing CERTCertificate
s in isDistrustedCertificateChain. Almost all of this time is wasted on SQL queries to cert9.db which will never return a match (as we only store distrust-after attributes in the builtins module). Since Bug 1649633 we have a way to find a certificate's object handle in the builtins module w/o constructing a CERTCertificate
. We should add a function to extract the distrust-after attributes from a slot and object handle.
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•