GitXplorerGitXplorer
s

node-sslkeylogfile

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
aa006476eef7966d35c7407fb02f9f800fb2fd52

Update README.md

ssegevfiner committed 9 months ago
Unverified
ec7368855a05604571b9f15d3fe6047645c658e5

Add prepack

ssegevfiner committed 9 months ago
Unverified
837cd31363b17abb47ed5b51b9f939b41ace7585

Document

ssegevfiner committed 9 months ago
Unverified
9685549b99629e8e55bd42ef83ff64eec8982368

Update README.md

ssegevfiner committed 9 months ago
Unverified
5398372ccec6c5b2851720a9aa88ed53e1dae322

Cleanup

ssegevfiner committed 9 months ago
Unverified
daf22d358d490313288ce1c662813a0bdca946d0

Fix

ssegevfiner committed 9 months ago

README

The README file for this repository.

sslkeylogfile

Enable SSL/TLS key logging for all connections globally.

This is similar to using the --tls-keylog flag of Node.js, but can be controlled by JavaScript.

Usage

import { enableSSLKeyLog } from "sslkeylogfile";

enableSSLKeyLog("path/to/keylog.txt");

Or to enable based on the SSLKEYLOGFILE environment variable:

import "sslkeylogfile/global";

You can then configure Wireshark to use the resulting file as the "(Pre)-Master-Secret log filename" (See Using the (Pre)-Master-Secret).

License

MIT