Skip to content

test: adjust key sizes 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.

Adjust the key sizes so that they will pass on OpenSSL32 in addition to other OpenSSL3 versions.

Since the keys are not public key related I don't think the increase in key size will be too bad in terms of performance so I've just increased versus guarding for OpenSSL32

Merge request reports

Loading