Registry / crypto / yawning-utls-git

yawning-utls-git

JSON →
library0.0.12-1gogounverified

Package tls partially implements TLS 1.2 and TLS 1.3, as specified in RFC 5246 and RFC 8446.

go get gitlab.com/yawning/utls.git
INSTALL
IMPORT
SIG · YAWNING-UTLS-GIT
Y
yawning-utls-git
cryptogov0.0.12-1
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.

tls
gitlab.com/yawning/utls.git

Establish a TLS connection using the custom TLS implementation

package main import ( "crypto/tls" "fmt" "gitlab.com/yawning/utls.git" ) func main() { config := &tls.Config{InsecureSkipVerify: true} conn, err := tls.Dial("tcp", "example.com:443", config) if err != nil { fmt.Println(err) return } defer conn.Close() fmt.Println("Connected") }
Debug
Known issues
gotchaThis is a fork of Go's crypto/tls with modifications; may have different behavior
fix
Review the fork's documentation for differences from standard library
affects: >=0.0.0
Upgrade
Version history
0.0.12-1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
OpenAI (training)
1
Resources
yawning-utls-git — go get yawning-utls-git · libregistry