Closed
Bug 939365
Opened 11 years ago
Closed 11 years ago
Improve the error code in SSL_ReHandshake
Categories
(NSS :: Libraries, defect, P3)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.15.4
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
698 bytes,
patch
|
briansmith
:
review+
wtc
:
checked-in+
|
Details | Diff | Splinter Review |
SSL_ReHandshake can only be called on a SSL 3.0/TLS socket.
We should report the SSL_ERROR_FEATURE_NOT_SUPPORTED_FOR_SSL2
error if the socket is an SSL 2.0 socket.
Attachment #833263 -
Flags: review?(brian)
Updated•11 years ago
|
Attachment #833263 -
Flags: review?(brian) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Comment on attachment 833263 [details] [diff] [review]
Patch
https://hg.mozilla.org/projects/nss/rev/063fd8b8f178
Attachment #833263 -
Flags: checked-in+
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•