1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libengine-gost-openssl1.1
Section: libs
Priority: extra
Maintainer: Wartan Hachaturow <wart@debian.org>
Build-Depends: debhelper (>= 9), cmake, libssl-dev, openssl
Standards-Version: 3.9.5
Homepage: https://github.com/gost-engine/engine
Vcs-Git: https://github.com/gost-engine/engine.git
Package: libengine-gost-openssl1.1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Loadable module for openssl implementing GOST algorithms
This package contains loadable module for openssl library, which
implements (in software) Russian national standard (GOST) cryptography
algorithms.
Package: gostsum
Architecture: any
Section: utils
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utility to compute GOST hashes
This package contain utilities to compute GOST hashsums
gostsum - computes GOST R 34.11-94 hash
gost12sum - computes GOST R 34.11-2012 hash
|