Skip to content

test: fix test to allow quictls fork of OpenSSL 3

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

The quictls fork of OpenSSL identifies itself with a +quic suffix in its version string. This was previously rejected by the version string check as the + was not an allowed character.

Refs: https://github.com/nodejs/node/commit/7ac626505d2f6f2e603bd7c9ddb356c893bbbe55

Discovered while testing https://github.com/nodejs/build/pull/2613.

Merge request reports

Loading