CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2023/01/15 06:58:44

Modified files:
        lib/libcrypto/gost: gostr341001_key.c 

Log message:
gost: add missing BN_CTX_{start,end}() pair

The new BN_CTX code enforces that the context be started before a BIGNUM
can be obtained from it via BN_CTX_get(), tests for ssl/interop and the
openssl app broke, implying missing test coverage in libcrypto itself.
Add the obviously missing bits.

reported by anton
ok jsing

Reply via email to