Closed
Bug 762763
Opened 13 years ago
Closed 13 years ago
Export SSL key logging in normal builds
Categories
(NSS :: Libraries, defect, P2)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.14
People
(Reporter: wtc, Assigned: agl)
Details
Attachments
(2 files)
|
7.07 KB,
patch
|
wtc
:
review+
|
Details | Diff | Splinter Review |
|
1.15 KB,
patch
|
Details | Diff | Splinter Review |
The attached patch, by Adam Langley, moves SSL key logging out from
behind the TRACE and DEBUG defines and allows normal builds to use
it when the SSLKEYLOGFILE environment variable is set. It also adds
a new CLIENT_RANDOM format to support ECDHE-RSA key agreement (and
others).
The patch was originally reviewed at
https://chromiumcodereview.appspot.com/10509009/.
Attachment #631253 -
Flags: review+
| Reporter | ||
Comment 1•13 years ago
|
||
Patch checked in on the NSS trunk (NSS 3.14).
Checking in ssl3con.c;
/cvsroot/mozilla/security/nss/lib/ssl/ssl3con.c,v <-- ssl3con.c
new revision: 1.182; previous revision: 1.181
done
Checking in sslsock.c;
/cvsroot/mozilla/security/nss/lib/ssl/sslsock.c,v <-- sslsock.c
new revision: 1.90; previous revision: 1.89
done
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Priority: -- → P2
Resolution: --- → FIXED
| Reporter | ||
Comment 2•13 years ago
|
||
Patch by Adam Langley. Patch checked in on the NSS trunk (NSS 3.14).
Checking in sslsock.c;
/cvsroot/mozilla/security/nss/lib/ssl/sslsock.c,v <-- sslsock.c
new revision: 1.92; previous revision: 1.91
done
You need to log in
before you can comment on or make changes to this bug.
Description
•