Skip to content

tls: enable renegotiation when using boringssl

Rodrigo Muino Tomonari requested to merge github/fork/nornagon/bssl-renego into master

This enables TLS renegotiation when building Node with BoringSSL, which matches OpenSSL's default behavior.

No effect when building against OpenSSL.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading