Closed
Bug 1113632
Opened 11 years ago
Closed 11 years ago
secmod_handleReload() failure in FIPS mode
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.17.4
People
(Reporter: KaiE, Assigned: rrelyea)
Details
Attachments
(1 file)
|
1.21 KB,
patch
|
KaiE
:
review+
|
Details | Diff | Splinter Review |
We fail to load a module in FIPS mode in a reaload situation, because of strict checks in FC_CreateObject().
| Reporter | ||
Comment 1•11 years ago
|
||
| Reporter | ||
Comment 2•11 years ago
|
||
This patch skips the fips checks, if the action is a newslot/delslot.
Attachment #8545992 -
Flags: review?(rrelyea)
| Reporter | ||
Updated•11 years ago
|
Target Milestone: --- → 3.18
| Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8545992 [details] [diff] [review]
Patch v1
I received r=rrelyea in the redhat bugzilla.
Attachment #8545992 -
Flags: review?(rrelyea) → review+
| Reporter | ||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•11 years ago
|
||
mass change target milestone to 3.17.4
Target Milestone: 3.18 → 3.17.4
You need to log in
before you can comment on or make changes to this bug.
Description
•