Skip to content

test: update test to support OpenSSL32

Refs: https://github.com/nodejs/node/issues/53382

This test fails on OpenSSL32 because it complains the key being used is too short.

It seems to have been missed when the test suite was udpated to have a Makefile to generate key material as the keys are hard coded in the test as opposed to being read in from the fixtures/key directory.

Update the test to use keys/certs from the fixtures directory and to remove newlines at the end of the key and cert to retain the inteded test.

Signed-off-by: Michael Dawson midawson@redhat.com

Merge request reports

Loading