Source: golang-github-pion-dtls-v3 Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Nilesh Patra , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-pion-logging-dev, golang-github-pion-transport-v3-dev (>= 3.0.8-1~), golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pion-dtls-v3 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pion-dtls-v3.git Homepage: https://github.com/pion/dtls XS-Go-Import-Path: github.com/pion/dtls/v3 Package: golang-github-pion-dtls-v3-dev Architecture: all Multi-Arch: foreign Depends: golang-github-pion-logging-dev, golang-github-pion-transport-v3-dev (>= 3.0.8-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) . This is v3 version of the library.