Closed dmik closed 4 years ago
WIth this fixed, the test app spits this:
[14830:6:0815/195636.986000:ERROR:cert_verify_proc_builtin.cc(463)] No net_fetcher for performing AIA chasing.
[14830:5:0815/195636.990000:ERROR:ssl_client_socket_impl.cc(962)] handshake failed; returned -1, SSL error code 1, net_error -202
but I'm not sure it's related to the fix so I leave it closed until proven otherwise and investigate the above error separately.
From https://github.com/bitwiseworks/qtwebengine-os2/issues/6:
The respective code is in
third_party/boringssl/src/crypto/fipsmodule/rand/urandom.c
. It shouldn't be built on OS/2 as well as on Windows (andRAND_set_urandom_fd
should not be exported at all).Note that there might be other Win/OS2 nuances.