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

tls: renegotiate should take care of its own state #25997

Commits on Feb 7, 2019

  1. tls: renegotiate should take care of its own state

    In the initial version of this test there were two zero-length writes to
    force tls state to cycle. The second is not necessary, at least not now,
    but the first was. The renegotiate() API should ensure that packet
    exchange takes place, not its users, so move the zero-length write into
    tls.
    
    See: nodejs#14239
    See: nodejs@b1909d3a70f9
    sam-github committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    c8ced8e View commit details
    Browse the repository at this point in the history