golang-github-fullsailor-pkcs7 0.0~git20210826.33d0574-3 source package in Ubuntu

Changelog

golang-github-fullsailor-pkcs7 (0.0~git20210826.33d0574-3) unstable; urgency=medium

  * Disable sha1 related tests, since Go 1.24, crypto/x509 no longer
    supports verifying signatures on certificates that usa SHA1-RSA based
    signature algorithms. This only disables tests that exercise this feature,
    dependent code that attempts to use such certificates will fail at runtime.
    Closes: #1098552

 -- Reinhard Tartler <email address hidden>  Sun, 16 Mar 2025 16:56:35 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574-3.dsc 2.6 KiB b99f6191bbbd107ed3fad49d20842229d12f03681ad1fc1c3f7eafdf3beb5599
golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574.orig.tar.gz 47.4 KiB 0e869affc52f01f0d3d007ecf81948a56abc20ee885afe90f788719beacf3944
golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574-3.debian.tar.xz 3.3 KiB cccd85b90bc978813f9108123853f92466de915388fd64373294fbc32ba4f4c9

No changes file available.

Binary packages built by this source

golang-github-fullsailor-pkcs7-dev: Implements a subset of PKCS#7/Crytpographic Message Syntax

 pkcs7 implements parsing and creating signed and enveloped messages.
 .
 It contains the fork from https://github.com/mozilla-services/pkcs7.