First error, "test_ssl_new", is mentioned in openssl/openssl/pull/18446, and fixes up by targeting new version of openssl - OpenSSL_1_1_1r
Next two, "test_sslapi" and "test_tls13ccs", crashes because trying to access null ptr, so this ends test with SEGFAULT. In both cases it happens when ''SSL_write_early_data" is called by inner tests.
fixes #418
First error, "test_ssl_new", is mentioned in openssl/openssl/pull/18446, and fixes up by targeting new version of openssl - OpenSSL_1_1_1r
Next two, "test_sslapi" and "test_tls13ccs", crashes because trying to access null ptr, so this ends test with SEGFAULT. In both cases it happens when ''SSL_write_early_data" is called by inner tests.