Registry / crypto / foomo-tlsconfig

foomo-tlsconfig

JSON →
library1.0.1gogounverified

A Go library for generating and managing TLS configurations.

go get github.com/foomo/tlsconfig
INSTALL
IMPORT
SIG · FOOMO-TLSCONFIG
F
foomo-tlsconfig
cryptogov1.0.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.

tlsconfig
github.com/foomo/tlsconfig

Create a new TLS configuration.

package main import ( "fmt" "github.com/foomo/tlsconfig" ) func main() { config, err := tlsconfig.New() if err != nil { panic(err) } fmt.Println(config) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
foomo-tlsconfig — go get foomo-tlsconfig · libregistry