engine icon indicating copy to clipboard operation
engine copied to clipboard

A reference implementation of the Russian GOST crypto algorithms for OpenSSL

Results 65 engine issues
Sort by recently updated
recently updated
newest added

ld64.lld: error: undefined symbol: _addcarry_u64 >>> referenced by gosthash2012.c:72 (libs/gost-engine/gosthash2012.c:72) >>> contrib/libs/gost-engine/libcontrib-libs-gost-engine.a(gosthash2012.c.o):(symbol add512+0x58) clang++: error: linker command failed with exit code 1 (use -v to see invocation) В файле gosthash2012.c...

Hi, My name is Richard Hughes and I'm a developer at Red Hat. I'm the maintainer of fwupd and LVFS, and am trying to improve software supply chain security by...

Здравствуйте, Мне нужно было собрать openssl с gost, но чтобы он не переписывал системный openssl. Для этого, я все собираю в /usr/local/openssl-gost. Вот мои команды для сборки, надеюсь кому-нибудь пригодятся:...

Добрый день! При попытке импорта `#include ` В билде моего проекта ловлю классический Werror: ``` 0.827 /usr/include/gost-engine/gost_grasshopper_core.h:15:20: error: 'grasshopper_l' declared 'static' but never defined [-Werror=unused-function] 0.827 15 | static inline...

Hello, we're using gost-engine (as engine) with Nginx and it works fine with TLS 1.2. There were [PR](https://github.com/gost-engine/engine/pull/482) merged into master that brings support of TLS1.3 for provider. And it...