golang-github-thalesignite-crypto11 1.2.5-2 source package in Ubuntu

Changelog

golang-github-thalesignite-crypto11 (1.2.5-2) unstable; urgency=medium

  * Source only upload (accidentally uploaded amd-changes for 1.2.5-1)

 -- Peymaneh <email address hidden>  Sun, 18 Dec 2022 21:27:37 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-thalesignite-crypto11_1.2.5-2.dsc 1.8 KiB dfc518b99b1b942ef45d9f18ab36142e6a0c8805711b82f2068f28acb76f608b
golang-github-thalesignite-crypto11_1.2.5.orig.tar.gz 43.9 KiB 6fe77e72c0a7064c0c2feb2f53d554ed71195736d1578da70612ee4f0826c6e2
golang-github-thalesignite-crypto11_1.2.5-2.debian.tar.xz 2.6 KiB abd104862c548a1fee5a1037b4d3f9787cd466f803484acd8b681e8591fab9fd

Available diffs

No changes file available.

Binary packages built by this source

golang-github-thalesignite-crypto11-dev: 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