PK11SDR_Encrypt and PK11SDR_Decrypt hardcode 3DES - add support for AES
Categories
(NSS :: Libraries, enhancement, P3)
Tracking
(firefox141 fixed)
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: nelson, Assigned: maltejur)
References
Details
Attachments
(2 files, 2 obsolete files)
| Reporter | ||
Updated•20 years ago
|
| Reporter | ||
Updated•19 years ago
|
Updated•3 years ago
|
Comment 2•2 years ago
|
||
Benjamin, is it time to get this done? Nelson's suggestion seems reasonable, and 3DES probably should no longer be used for new encrypted data in 2023?
Updated•2 years ago
|
Comment 3•2 years ago
|
||
I think it would be great to replace with AES.
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
I've made some comments on the bug. I think the patch is a good first step toward a solution.
Updated•2 years ago
|
| Assignee | ||
Comment 6•6 months ago
|
||
This adds AES to the SDR to replace 3DES. There also was previous but abandoned
work on this in D185145.
This includes a breaking change to PK11SDR_Encrypt, adding a new second
parameter CK_MECHANISM_TYPE type.
| Assignee | ||
Comment 7•6 months ago
|
||
| Assignee | ||
Comment 8•6 months ago
|
||
| Assignee | ||
Updated•6 months ago
|
Updated•6 months ago
|
Comment 9•5 months ago
|
||
The following patch is waiting for review from an inactive reviewer:
| ID | Title | Author | Reviewer Status |
|---|---|---|---|
| D251031 | Bug 198090 - Part 2: Use AES in the SDR (m-c) r?simonf | maltejur | keeler: Back Jun 16, 2025 |
:maltejur, could you please find another reviewer?
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Comment 10•5 months ago
|
||
Comment 11•5 months ago
|
||
| bugherder | ||
Comment 13•5 months ago
|
||
Comment on attachment 9490461 [details]
WIP: Bug 198090 - Part 3: Add migration to reencrypt all logins with AES r?simonf
Revision D251032 was moved to bug 1974184. Setting attachment 9490461 [details] to obsolete.
Description
•