]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Rename the GOST engine 27/head
authorRichard Levitte <richard@levitte.org>
Mon, 26 Jun 2017 07:50:29 +0000 (09:50 +0200)
committerRichard Levitte <richard@levitte.org>
Mon, 26 Jun 2017 07:50:29 +0000 (09:50 +0200)
commit83cbbc5b7cd9fce68ea96dea2d4c525e2292d06e
tree0f4119800f04c092acb9b5a1b455e1202e39d569
parent6b5fa41eb668d851aefd679ce1062218933d4e1e
Rename the GOST engine

The GOST engine file was "libgost_engine.so".  Unfortunately, this
will fail to load with any OpenSSL version, as the derived engine ID
will be "gost_engine" (OpenSSL <1.1.0) or "libgost_engine" (OpenSSL
>=1.1.0), since the engine checks the ID internally against "gost".

To make the IDs compatible, make sure the file name will be "gost.so"
CMakeLists.txt