golang-github-zmap-zcrypto 0.0~git20240512.0fef58d-2 source package in Ubuntu

Changelog

golang-github-zmap-zcrypto (0.0~git20240512.0fef58d-2) unstable; urgency=medium

  * No-change upload to aid testing migration

 -- Reinhard Tartler <email address hidden>  Sun, 30 Jun 2024 07:01:20 -0400

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-zmap-zcrypto_0.0~git20240512.0fef58d-2.dsc 2.8 KiB 642fa8f545776b61caafee92d223932e38804010b01432a2141c3c9353214d52
golang-github-zmap-zcrypto_0.0~git20240512.0fef58d.orig.tar.xz 1.8 MiB 112ed53616df1955b667dd08d4eda8f4f9fe74ef4826a261a2734144ef59b13f
golang-github-zmap-zcrypto_0.0~git20240512.0fef58d-2.debian.tar.xz 5.0 KiB 05efddd8f8edb4f78f7a81af6376feb08621e96794f33eaae64a30015f71be4b

No changes file available.

Binary packages built by this source

golang-github-zmap-zcrypto-dev: Liberal Go TLS + X.509 Library for Research

 ZCrypto contains specialized versions of tls and x509. It is primarily
 based on Golang's TLS library
 (https://github.com/golang/go/blob/master/src/crypto/tls)
 .
 Important note:
 .
 ZCrypto is a research library, designed to be used for data collection
 and analysis, as well as experimenting and prototyping. It should not be used
 to provide security for production systems!
 .
 This package includes:
  - zcrypto/tls (formerly known as ZTLS): A research TLS library based on Golang
  standard library crypto/tls that contains that speaks old TLS versions, export
  ciphers, logs handshake messages, and is highly configurable. Many scary parts
  are exposed as public variables. It is primarily used for data collection
  - zcrypto/x509 A fork of the Golang stdlib crypto/x509 that adds the ability
  to serialize certificates to JSON, and plays nice with CT.
  - zcrypto/ct A fork of the Google Certificate Transparency Golang library,
  designed to play nice with ZCrypto.
 .
 Documentation: https://godoc.org/github.com/zmap/zcrypto