Open
Bug 1407531
Opened 8 years ago
Updated 3 years ago
ssl3_InitPendingContexts IV handling does nothing
Categories
(NSS :: Libraries, enhancement, P3)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: mt, Unassigned)
Details
If you follow the code for PK11_ParamFromIV and PK11_IVFromParam, you realize that all you need to do is pass the IV to PK11_CreateContextBySymKey as its parameters. At least for the ciphers we care about. That saves a bunch of messing around, as well as an allocation and the fuss that goes along with that.
http://searchfox.org/nss/rev/b90842e90cb48635e911b75741262b472afc2d64/lib/pk11wrap/pk11mech.c#830
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•