CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 04:17:27
Modified files: lib/libcrypto : Makefile Symbols.list opensslfeatures.h lib/libcrypto/evp: p_lib.c pmeth_lib.c Removed files: lib/libcrypto/evp: e_gost2814789.c m_gost2814789.c m_gostr341194.c lib/libcrypto/gost: gost.h gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c gost89imit_pmeth.c gost_asn1.c gost_asn1.h gost_err.c gost_local.h gostr341001.c gostr341001_ameth.c gostr341001_key.c gostr341001_params.c gostr341001_pmeth.c gostr341194.c streebog.c Log message: Unhook and remove GOST and STREEBOG This stops compiling the GOST source. The current implementation is low quality and got in the way, especially in libssl. While we would be open for GOST support, it needs to be significantly better than what we have had and it also needs a maintainer. Add OPENSSL_NO_GOST to opensslfeatures and stop installing gost.h. Some code wrapped in #ifndef OPENSSL_NO_GOST will be removed later. ok jsing