Search Criteria
Package Details: openssl-gost-engine-git r507.aba6613-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/openssl-gost-engine-git.git (read-only, click to copy) |
---|---|
Package Base: | openssl-gost-engine-git |
Description: | A reference implementation of the Russian GOST crypto algorithms for OpenSSL |
Upstream URL: | https://github.com/gost-engine/engine/ |
Keywords: | engine gost openssl ГОСТ |
Licenses: | Apache |
Conflicts: | gost-engine, openssl-gost-engine |
Provides: | openssl-gost-engine |
Submitter: | dimytch |
Maintainer: | None |
Last Packager: | dimytch |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-30 19:40 (UTC) |
Last Updated: | 2021-11-27 14:19 (UTC) |
Dependencies (5)
- openssl (openssl-gitAUR, openssl-staticAUR)
- perl (perl-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ca-certificates (ca-certificates-utils) (optional)
Required by (2)
- decrypto-pro-git (requires openssl-gost-engine)
- dnsviz (requires openssl-gost-engine) (optional)
Latest Comments
patrakov commented on 2023-06-03 01:13 (UTC)
Despite what the comment below says, it is a bad idea to build with OpenSSL 3.0. The reason is that the most important functionality (digital signatures and their verification) is then missing. Instead, the PKGBUILD needs to be modified to build the engine against OpenSSL 1.1.
txtsd commented on 2023-03-20 06:55 (UTC)
Please switch to master branch so it builds with OpenSSL 3.0
zxalexis commented on 2023-02-22 20:24 (UTC)
-Werror option ruines build. as a quick fix add sed -i -e 's/-Werror/-Wno-error=deprecated/' $srcdir/engine/CMakeLists.txt as a first line in build() section