Closed
Bug 51440
Opened 25 years ago
Closed 24 years ago
stan: Replace SSL_SecurityStatus()
Categories
(NSS :: Libraries, enhancement, P3)
Tracking
(Not tracked)
Future
People
(Reporter: nelson, Assigned: nelson)
Details
This was formerly bugsplat bug 351902
SSL_Security Status needs to be replaced with a well designed
API. It should not return any compiled-in strings, because of
the localization problems. (Cert subject DNs are another matter).
It should clearly identify such things as :
- version of SSL (2, 3, TLS)
- cipher suite
- Whether the cipher suite is considered an "export" cipher or not.
- keybits and secret key bits (as it does now).
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 1•25 years ago
|
||
As a caller to SSLSecurityStatus(), I only care about the effective strength of
the cipher and the identity of the other side. I'm not sure why it returns both
keybits and secret key bits.
Assignee | ||
Comment 2•25 years ago
|
||
As you know, SSL2's "40-bit" cipher suites actually used 128-bit
keys, of which 40 were encrypted and 88 were sent "in the clear".
Communicator's "Page Info" panel (for which this function was
created) reports using words something like "using a 128 bit
key of which 40 bits are secret".
Assignee | ||
Comment 3•25 years ago
|
||
Change target fix version for all "stan" RFEs to "Future".
Target Milestone: --- → Future
Comment 4•24 years ago
|
||
Is this a duplicate of bug #78959, SSL_GetChannelInfo()?
Assignee | ||
Comment 5•24 years ago
|
||
Yes, these bugs are duplicates. Although this bug is the older bug,
and the newer one really should be marked the duplicate, the newer
one has much more detail in it, so I'll mark this one as the duplicate.
*** This bug has been marked as a duplicate of 78959 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•