golang-refraction-networking-utls 1.2.1-2 source package in Ubuntu

Changelog

golang-refraction-networking-utls (1.2.1-2) unstable; urgency=medium

  * Team upload
  * Use short mode in tests to skip external network related.
    And enable tests on ppc64le. The failed test in #976940 is removed
    by upstream.
  * Add patch to skip failed handshake tests.

 -- Shengjing Zhu <email address hidden>  Wed, 22 Feb 2023 23:24:41 +0800

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
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-refraction-networking-utls_1.2.1-2.dsc 1.8 KiB 8e17028d808002ce0a4f1077e76da726f6aa65bdd1e3376a7fd9abcbee6d637f
golang-refraction-networking-utls_1.2.1.orig.tar.gz 582.0 KiB 918161794aa184a27a5bb9af8ff96ed41b1842066603b52eba128d294efd9437
golang-refraction-networking-utls_1.2.1-2.debian.tar.xz 3.5 KiB 68d9fb76bd1c4ca38f5fdd454d4e795d23fcb0da85b570f586e13182657c9046

Available diffs

No changes file available.

Binary packages built by this source

golang-refraction-networking-utls-dev: TLS golang library with low-level access

 uTLS is a fork of "crypto/tls", which provides ClientHello
 fingerprinting resistance, low-level access to handshake, fake session
 tickets and some other features. Handshake is still performed by
 "crypto/tls", this library merely changes ClientHello part of it and
 provides low-level access.