Registry / crypto / libp2p-go-openssl

libp2p-go-openssl

JSON →
library0.1.0gogounverified

A light wrapper around OpenSSL for Go, providing a near-drop-in replacement for crypto/tls.

go get github.com/libp2p/go-openssl
INSTALL
IMPORT
SIG · LIBP2P-GO-OPENSSL
L
libp2p-go-openssl
cryptogov0.1.0
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.

openssl
github.com/libp2p/go-openssl

Create a new OpenSSL context using go-openssl.

package main import ( "fmt" "github.com/libp2p/go-openssl" ) func main() { // Create an OpenSSL context ctx, err := openssl.NewCtx() if err != nil { panic(err) } defer ctx.Free() fmt.Println("OpenSSL context created") }
Debug
Known issues
gotchaRequires OpenSSL system library to be installed.
fix
Install OpenSSL development headers (e.g., libssl-dev on Debian).
affects: all
Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
libp2p-go-openssl — go get libp2p-go-openssl · libregistry