Closed
Bug 197082
Opened 22 years ago
Closed 22 years ago
SSL fails when doing client auth with a password-less token
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.7.3
People
(Reporter: rrelyea, Assigned: rrelyea)
Details
Attachments
(1 file)
689 bytes,
patch
|
wtc
:
review+
nelson
:
superreview+
|
Details | Diff | Splinter Review |
If you try to make an SSL connection with a client certificate stored in a token
which does not require Authentication, SSL will not be able to connect.
Assignee | ||
Comment 1•22 years ago
|
||
This is a long standing issue, but in the past it only caused excessive session
restarts rather than out and out failures.
Assignee | ||
Comment 2•22 years ago
|
||
Target 3.7.3 (no 3.7.3 target using 3.7.2).
Target Milestone: --- → 3.7.2
Assignee | ||
Comment 3•22 years ago
|
||
Patch checked into branch and tip.
To test:
create at database without any password.
load a cert.
use that cert to authenticate using SSL.
Comment 4•22 years ago
|
||
Comment on attachment 116985 [details] [diff] [review]
Check to see if we need to log into the token before we require login.
r=wtc.
Attachment #116985 -
Flags: superreview?(nelsonb)
Attachment #116985 -
Flags: review+
Updated•22 years ago
|
Whiteboard: [3.7.3]
Comment 5•22 years ago
|
||
Comment on attachment 116985 [details] [diff] [review]
Check to see if we need to log into the token before we require login.
I think this patch is correct, but I'd prefer that it was indented the same as
the preceeding tests, not an extra 8 characters of indentation.
Attachment #116985 -
Flags: superreview?(nelsonb) → superreview+
Assignee | ||
Comment 6•22 years ago
|
||
Opps sorry, my standard has been to line up the end of the last line of a
logical block with the end of the viewed line (close to column 80). This code,
however, is in SSL and should follow Nelson's preferred usage. I've changed it
in the tip as nelson suggested.
Comment 7•22 years ago
|
||
Should this bug be mark3ed fixed now?
Assignee | ||
Comment 8•22 years ago
|
||
Fix checked in and tested on NSS 3.7.3
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Whiteboard: [3.7.3]
Target Milestone: 3.7.2 → 3.7.3
You need to log in
before you can comment on or make changes to this bug.
Description
•