File: control

package info (click to toggle)
golang-github-pion-dtls.v2 2.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 1,980 kB
  • sloc: makefile: 4
file content (43 lines) | stat: -rw-r--r-- 1,736 bytes parent folder | download
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
38
39
40
41
42
43
Source: golang-github-pion-dtls.v2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-pion-logging-dev,
               golang-github-pion-transport-dev (>= 2.0.2~),
               golang-github-pion-udp-dev (>= 2.0.1~),
               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-github-pion-dtls
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pion-dtls.git
Homepage: https://github.com/pion/dtls
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/pion/dtls/v2

Package: golang-github-pion-dtls.v2-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-pion-logging-dev,
         golang-github-pion-transport-dev (>= 2.0.2~),
         golang-github-pion-udp-dev (>= 2.0.1~),
         golang-golang-x-crypto-dev,
         golang-golang-x-net-dev,
         ${misc:Depends}
Description: DTLS 1.2 Server/Client implementation for Go
 Native DTLS 1.2vimplementation in the Go programming language.
 .
 This is currently targeting DTLS 1.2, and the most modern/common cipher
 suites. Current features are:
 .
  * DTLS 1.2 Client/Server
  * Key Exchange via ECDHE(curve25519, nistp256, nistp384) and PSK
  * Packet loss and re-ordering is handled during handshaking
  * Key export (RFC 5705 (https://tools.ietf.org/html/rfc5705))
  * Serialization and Resumption of sessions
  * Extended Master Secret extension (RFC 7627)
  * ALPN extension (RFC 7301)