Closed
Bug 1912828
Opened 2 years ago
Closed 1 year ago
Skip pairwise consistency check for ephemeral ECDH keys
Categories
(NSS :: Libraries, enhancement, P3)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jschanck, Assigned: jschanck)
Details
Attachments
(1 file)
Section 5.6.2.1.4 of SP 800-56A rev. 3 (page 36) states that the owner of a static ECC key pair (d, Q) shall compute dG and compare it with Q prior to using the key. Softoken performs some group operations (not exactly these ones, see sftk_PairwiseConsistencyCheck) for all ECC key pairs, both static and ephemeral.
We should save some effort in TLS handshakes by defining a PKCS#11 mechanism for ephemeral key pairs that avoids the pairwise consistency check.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•1 year ago
|
Attachment #9418892 -
Attachment description: Bug 1912828 - define CKM_NSS_TLS_ECDHE_KEY_PAIR_GEN to improve TLS performance. r=#nss-reviewers → Bug 1912828 - define CKM_NSS_ECDHE_NO_PAIRWISE_CHECK_KEY_PAIR_GEN. r=#nss-reviewers
| 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
•