Pedro Monreal Gonzalez changed bug 1205042
What Removed Added
Status NEW IN_PROGRESS

Comment # 23 on bug 1205042 from
Hi, @Adam. The previous commit fixes the
ERR_OSSL_OSSL_STORE_UNREGISTERED_SCHEME from openssl-3. Now only 4 regression
tests fail and they don't seem to be related to openssl-3 but to not available
files or empty lists/variables in the testing scripts.

Here are more details:

1) Tests parallel/test-tls-key-mismatch and parallel/test-tls-passphrase
> actual: Error: error:80000002:system library::No such file or directory
>     at setKey (node:internal/tls/secure-context:92:11)
Fail in context.setKey(key, passphrase);

2) Tests parallel/test-tls-set-ciphers-error sequential/test-tls-connect
> actual: Error: error:80000002:system library::No such file or directory
>     at configSecureContext (node:internal/tls/secure-context:230:11)
Fail in context.setCiphers(cipherList);

I just don't know how to debug this further. I will submit the new version to
the staging project and it should be ready for testing tomorrow.


You are receiving this mail because: