Package Details: cryptopro-csp-k1 5.0.13300-1

Git Clone URL: https://aur.archlinux.org/cryptopro-csp-k1.git (read-only, click to copy)
Package Base: cryptopro-csp-k1
Description: CryptoPro CSP 5.0
Upstream URL: https://cryptopro.ru/products/cryptopro-csp
Licenses: unknown
Submitter: Rogach
Maintainer: Rogach
Last Packager: Rogach
Votes: 26
Popularity: 0.000468
First Submitted: 2019-04-22 20:45 (UTC)
Last Updated: 2024-11-22 09:21 (UTC)

Pinned Comments

Rogach commented on 2019-04-22 20:47 (UTC) (edited on 2024-11-22 09:21 (UTC) by Rogach)

Ru

Тиражирование и распространение СКЗИ является деятельностью лицензируемой ФСБ России. Каждый экземпляр СКЗИ должен иметь индивидуальный номер учета. Т.е. анонимный доступ невозможен.

AUR не выполняет оба этих пункта. Поэтому перед выполнением makepkg необходимо скачивать СКЗИ самостоятельно с сайта производителя. Ссылка:

https://cryptopro.ru/sites/default/files/private/csp/50/13300/linux-amd64.tgz

Данный PKGBUILD старается следовать последней не-сертифицированной версии CSP (не RC).

En

This PKGBUILD does not automatically download CSP archive because accessing it requires logging in. Please download the archive manually and place alongside the PKGBUILD before building. Link:

https://cryptopro.ru/sites/default/files/private/csp/50/13300/linux-amd64.tgz

This PKGBUILD tracks the latest not-certified version of CSP (not RC).

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

Rogach commented on 2023-10-10 06:02 (UTC)

@snigurmd Thanks! I've added this changes to PKGBUILD (rutoken-plugin is now in optional dependencies).

snigurmd commented on 2023-09-30 14:40 (UTC) (edited on 2023-09-30 14:50 (UTC) by snigurmd)

In order to configure pkcs11 keys used on Rutoken tokens, several steps need to be fulfilled.

  1. Update the package to the newest 5.0.12922 version. in the current PKGBUILD:

pkgver=5.0.12922

...

_cades_version="2.0.14927"

...

sha256sums=('3e52774dd4015ad4bbf8f951c79d6f031d3c4db0ed4480815c7a057635173dcf')

  1. Add these two lines to the PKGBUILD after the line

bsdtar -xf "cprocsp-rdr-rutoken-64-${_pkgver}.x86_64.rpm" -C "$pkgdir"

to enable the readers needed for PKCS11 keys:

bsdtar -xf "cprocsp-rdr-cpfkc-64-${_pkgver}.x86_64.rpm" -C "$pkgdir"

bsdtar -xf "cprocsp-rdr-cryptoki-64-${_pkgver}.x86_64.rpm" -C "$pkgdir"
  1. Add librtpkcs11ecp.so as a dependency. It can be found in rutoken, rutoken-plugin, ifcplugin or downloaded from the official Rutoken website

https://www.rutoken.ru/support/download/pkcs/

Ideally, this package should be included here.

  1. Add the route for the librtpkcs11ecp.so to the /etc/ld.co.conf.d/cryptopro-csp-k1.conf if it's not yet there. If the library is taken from the ifcplugin, for example, the route would be

/usr/lib/mozilla/plugins/lib

  1. Add the POSTIN scripts from the cryptoki and cpfkc packages to the cryptopro-csp-k1.install

MarsSeed commented on 2023-06-12 06:56 (UTC)

License file is missing, please add it.

Rogach commented on 2023-04-08 09:50 (UTC)

@goshaRusty

При установке cryptopro подключает временные лицензии (насколько я понимаю с ограниченным функционалом). Для полноценного использования нужно будет установить собственную лицензию.

ErrorCode: 0x00000000 означает что процесс вернул 0, то есть ошибки не произошло и все прошло успешно.

goshaRusty commented on 2023-04-07 15:48 (UTC) (edited on 2023-04-07 17:56 (UTC) by goshaRusty)

Привет всем!

Коллеги я собрал пакет через 'makepkg' и установил выполнив "pacman -U cryptopro-csp-k1-5.0.12600-1-x86_64.pkg.tar.zst" в ходе сборки заметил следующие насторожившие меня строчки :

License 0A202-U0030-00ECW-RRLMF-UU2WK is set [ErrorCode: 0x00000000] License TA200-G0030-00ECW-RRLNE-BTDVV is set [ReturnCode: 0x00000000]

Не подскажете в чем суть и на что это может повлиять?

Rogach commented on 2023-01-23 13:01 (UTC)

@krevedko Не вижу в PKGBUILD ссылки на cades (он теперь внутри общего архива CSP поставляется).

krevedko commented on 2023-01-21 14:29 (UTC)

Надо в комменте внутри PKGBUILD заменить ссылку на cades:

Теперь: https://cryptopro.ru/products/cades/plugin/get_2_0

Старая выдаёт 404.

Rogach commented on 2022-12-24 14:16 (UTC)

@kullfar Да, поменялись два файла в архиве (скрипты которые данный PKGBUILD не использует). Исправил sha256. Спасибо что сообщили!

kullfar commented on 2022-12-24 12:29 (UTC)

У свежескаченного по ссылке linux-amd64.tgz отличается sha256 от указанного в PKGBUILD, проверьте, пожалуйста. Возможно, что-то поменяли в архиве, что sha256 стал новым.

gikolay commented on 2022-12-19 11:14 (UTC)

@Rogach Спасибо, все завелось, нужно было скаченный из прилепленного поста (linux-amd64.tgz) положить в папку скачанного снимка и командой makepkg -si все успешно.