Closed
Bug 743097
Opened 14 years ago
Closed 14 years ago
Update stale comments for PK11_DefaultArray and ssl3_DecodeError
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.14
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
|
2.05 KB,
patch
|
elio.maldonado.batiz
:
review+
|
Details | Diff | Splinter Review |
The attached patch updates the stale comments for PK11_DefaultArray
and ssl3_DecodeError.
There is now a function (PK11_GetDefaultArray) that exports the
PK11_DefaultArray table and its size.
The SSL alert sent by ssl3_DecodeError is decode_error, not
handshake_failure.
Attachment #612756 -
Flags: review?(emaldona)
Updated•14 years ago
|
Attachment #612756 -
Flags: review?(emaldona) → review+
| Assignee | ||
Comment 1•14 years ago
|
||
Patch checked in on the NSS trunk (NSS 3.14).
Checking in lib/pk11wrap/pk11slot.c;
/cvsroot/mozilla/security/nss/lib/pk11wrap/pk11slot.c,v <-- pk11slot.c
new revision: 1.108; previous revision: 1.107
done
Checking in lib/ssl/ssl3con.c;
/cvsroot/mozilla/security/nss/lib/ssl/ssl3con.c,v <-- ssl3con.c
new revision: 1.181; previous revision: 1.180
done
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Priority: -- → P2
Resolution: --- → FIXED
Target Milestone: 3.13.5 → 3.14
You need to log in
before you can comment on or make changes to this bug.
Description
•