Registry / crypto / marten-seemann-qtls-go1-17

marten-seemann-qtls-go1-17

JSON →
library0.1.2gogounverified

Package qtls partially implements TLS 1.2 and TLS 1.3 for use in QUIC implementations.

go get github.com/marten-seemann/qtls-go1-17
INSTALL
IMPORT
SIG · MARTEN-SEEMANN-QTL
M
marten-seemann-qtls-go1-17
cryptogov0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

qtls
github.com/marten-seemann/qtls-go1-17

Create a basic qtls configuration.

package main import ( "crypto/tls" "fmt" qtls "github.com/marten-seemann/qtls-go1-17" ) func main() { config := &qtls.Config{} fmt.Println(config) }
Debug
Known issues
breakingThis package is tied to Go 1.17 and may not work with newer Go versions.
fix
Use the appropriate qtls version for your Go version or consider using the standard crypto/tls.
affects: >=0.1.0
Upgrade
Version history
0.1.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
marten-seemann-qtls-go1-17 — go get marten-seemann-qtls-go1-17 · libregistry