Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https: client support for TLS keylog events #30053

Closed
wants to merge 1 commit into from

Commits on Nov 19, 2019

  1. https: client support for TLS keylog events

    The keylog event is implemented on TLS sockets, but client HTTPS uses
    TLS sockets managed by an agent, so accessing the underlying socket
    before the TLS handshake completed was not possible.  Note that server
    HTTPS already supports the keylog event because it inherits from the TLS
    server.
    sam-github committed Nov 19, 2019
    Copy the full SHA
    246e744 View commit details
    Browse the repository at this point in the history