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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: golang-github-thalesignite-crypto11
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peymaneh <peymaneh@posteo.net>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-miekg-pkcs11-dev,
golang-github-pkg-errors-dev,
golang-github-thales-e-security-pool-dev
Standards-Version: 4.6.1.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-thalesignite-crypto11
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-thalesignite-crypto11.git
Homepage: https://github.com/ThalesIgnite/crypto11
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/ThalesIgnite/crypto11
Package: golang-github-thalesignite-crypto11-dev
Architecture: all
Depends: golang-github-miekg-pkcs11-dev,
golang-github-pkg-errors-dev,
golang-github-thales-e-security-pool-dev,
${misc:Depends}
Description: implementation of Golang crypto interfaces with PKCS#11 as backend
This package provides an implementation of the standard Golang crypto
interfaces that uses PKCS#11 as a backend. Signing is done through the
crypto.Signer interface and decryption through crypto.Decrypter.
.
Supported features are:
- Generation and retrieval of RSA, DSA and ECDSA keys.
- Importing and retrieval of x509 certificates
- PKCS#1 v1.5 signing.
- PKCS#1 PSS signing.
- PKCS#1 v1.5 decryption
- PKCS#1 OAEP decryption
- ECDSA signing.
- DSA signing.
- Random number generation.
- AES and DES3 encryption and decryption.
- HMAC support.
.
Documentation: https://godoc.org/github.com/ThalesIgnite/crypto11
|