golang-sslmate-src-go-pkcs12 0.2.0-1 source package in Ubuntu

Changelog

golang-sslmate-src-go-pkcs12 (0.2.0-1) unstable; urgency=medium

  * Team upload.

  [ Aloïs Micard ]
  * New upstream version.
  * Update d/watch to use tagged release.

  [ Anthony Fok ]
  * Refresh debian/watch, changing "age" to "@PACKAGE@"
  * Reorder fields in debian/control and debian/copyright
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Bump Standards-Version to 4.6.2 (no change)

 -- Anthony Fok <email address hidden>  Sun, 18 Jun 2023 01:25:19 -0600

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-sslmate-src-go-pkcs12_0.2.0-1.dsc 2.3 KiB 6ba8ea50deeca12e35c9983f44067242697fcfd6fde8b36b85589f9da7400f82
golang-sslmate-src-go-pkcs12_0.2.0.orig.tar.gz 27.8 KiB a28afb48b05277e95f75090aeb463d19e893af4b9d6735cf3ab922563cc3d1b3
golang-sslmate-src-go-pkcs12_0.2.0-1.debian.tar.xz 2.8 KiB 88115848b3bb005c27978e4b9e0934e39dce106c3e3b4743622ee6212cb406ae

No changes file available.

Binary packages built by this source

golang-sslmate-src-go-pkcs12-dev: Go library for encoding and decoding PKCS#12 files (library)

 This package implements some of PKCS#12 (also known as P12 or PFX). It
 is intended for decoding DER-encoded P12/PFX files for use with the
 crypto/tls package, and for encoding P12/PFX files for use by legacy
 applications which do not support newer formats. Since PKCS#12 uses
 weak encryption primitives, it SHOULD NOT be used for new applications.
 .
 Note that only DER-encoded PKCS#12 files are supported, even though
 PKCS#12 allows BER encoding. This is because encoding/asn1 only
 supports DER.