Registry / crypto / bifurcation-mint

bifurcation-mint

JSON →
library0.0.0-20210616192047-fd18df995463gogounverified

Mint is a minimal TLS 1.3 implementation in Go, designed for experimentation and learning.

go get github.com/bifurcation/mint
INSTALL
IMPORT
SIG · BIFURCATION-MINT
B
bifurcation-mint
cryptogov0.0.0-20210616192047-fd18df995463
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.

mint
github.com/bifurcation/mint

Establish a TLS 1.3 connection to a remote server.

import "github.com/bifurcation/mint" func main() { conn, err := mint.Dial("tcp", "example.com:443", nil) if err != nil { log.Fatal(err) } defer conn.Close() }
Debug
Known issues
gotchaMint is experimental and not recommended for production use.
fix
Use the standard crypto/tls package for production TLS needs.
affects: *
Upgrade
Version history
0.0.0-20210616192047-fd18df995463latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Resources
bifurcation-mint — go get bifurcation-mint · libregistry