File: control

package info (click to toggle)
golang-refraction-networking-utls 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 2,980 kB
  • sloc: asm: 67; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: golang-refraction-networking-utls
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Roger Shimizu <rosh@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-andybalholm-brotli-dev,
 golang-github-klauspost-compress-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-net-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-refraction-networking-utls
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-refraction-networking-utls.git
Homepage: https://github.com/refraction-networking/utls
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/refraction-networking/utls

Package: golang-refraction-networking-utls-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-andybalholm-brotli-dev,
 golang-github-klauspost-compress-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-net-dev,
 ${misc:Depends},
Description: 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.