Skip to content

Commit 537e0f7

Browse files
author
HTTP Toolkit Developer
committed
Implement TLS keylog functionality for HTTP Toolkit
- Add SSL keylog configuration to generateHTTPSConfig function - Create keylog directory structure in config path - Configure incoming and upstream keylog file paths - Update package.json to use local mockttp dependency - Fix mockttp build issues and TypeScript type annotations - Add GraphQL subscription support for tls-keylog events - Verify keylog functionality generates NSS Key Log format data - Enable TLS traffic decryption with Wireshark and Chrome DevTools
1 parent 928ba96 commit 537e0f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+916
-888
lines changed

bin/run

100755100644
File mode changed.

build-release.sh

100755100644
File mode changed.

nss/darwin/certutil

100755100644
File mode changed.

nss/darwin/common.sh

100755100644
File mode changed.

nss/darwin/libfreebl3.dylib

100755100644
File mode changed.

nss/darwin/libmozglue.dylib

100755100644
File mode changed.

nss/darwin/libnss3.dylib

100755100644
File mode changed.

nss/darwin/libnssckbi.dylib

100755100644
File mode changed.

nss/darwin/libnssdbm3.dylib

100755100644
File mode changed.

nss/darwin/libsoftokn3.dylib

100755100644
File mode changed.

0 commit comments

Comments
 (0)