Closed
Bug 726698
Opened 14 years ago
Closed 2 years ago
The pinarg/wincx parameter is not passed to SECKEY_CreateECPrivateKey (and maybe other crypto functions) in libssl
Categories
(NSS :: Libraries, defect, P5)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: briansmith, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #726588 +++
There are several calls to SECKEY_CreateECPrivateKey in libssl that pass NULL for the wincx parameter, so bug 726588 isn't an isolated problem and that makes me wonder if this is done on purpose for some reason.
It seems to me that if the fix for Bug 726588, then any call that passes NULL as a pinarg/wincx argument in libssl is wrong.
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: S3 → S4
Status: NEW → RESOLVED
Closed: 2 years ago
Priority: -- → P5
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•