mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
* allow client renegotiation and allow server renegotiation with limits matching nodejs behavior * wip before the refactoring and context separation * investigate if BoringSSL can send a SSL_renegotiate request or only accept * format-off * option to disable server renegotiation * allow tls options on https * dead_socket when connectError * propagate cert error * test * move the logic to the right place * cleanup * Update test/js/node/tls/renegotiation.test.ts Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Georgijs <48869301+gvilums@users.noreply.github.com>