Skip to content

build: export deprecated OpenSSL symbols on Windows

Rodrigo Muino Tomonari requested to merge github/fork/richardlau/ssldef into master

Methods such as TLSv1_server_method are categorized as DEPRECATEDIN_1_1_0. Add the deprecated categories to the list of categories to include passed to mkssldef.py.

Adds a regression test to test/addons/openssl-binding.

Refs: https://github.com/nodejs/node/issues/20369 Refs: https://github.com/nodejs/node/issues/25981

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

Merge request reports

Loading