Closed
Bug 1280272
Opened 9 years ago
Closed 9 years ago
Disable step down key pair generation by default for ssl_gtests
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.26
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
A full run of ssl_gtests takes 1m 55s by now on my machine. With SSL_OptionSet(fd, SSL_NO_STEP_DOWN, PR_TRUE) this decreases to 55s because we don't have generate step down key pairs for every test. Tests that want to test export ciphers should enable it.
Assignee | ||
Comment 1•9 years ago
|
||
Patch at: https://codereview.appspot.com/296450043
Flags: needinfo?(martin.thomson)
Flags: needinfo?(ekr)
Assignee | ||
Comment 3•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(ekr)
Resolution: --- → FIXED
Target Milestone: --- → 3.26
You need to log in
before you can comment on or make changes to this bug.
Description
•