gost-engine / engine

A reference implementation of the Russian GOST crypto algorithms for OpenSSL
Apache License 2.0
379 stars 174 forks source link

ossl_patched: Fix 'make test' openssl #419

Closed igrkir closed 2 years ago

igrkir commented 2 years ago

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.

beldmit commented 2 years ago

Merged. Many thanks!