Skip to content

Package easytls makes working with TLS for either servers or clients easy.

License

Notifications You must be signed in to change notification settings

go-pogo/easytls

Repository files navigation

easytls

Latest release Build status Go Report Card Documentation

Package easytls makes working with TLS for either servers or clients easy. It contains several sane and safe defaults for implementing TLS and using certificates, as well as loader interfaces to accelerate the process of loading certificates from files or raw byte data.


go get github.com/go-pogo/easytls
import "github.com/go-pogo/easytls"

Documentation

Additional detailed documentation is available at pkg.go.dev

Created with

License

Copyright © 2022-2024 Roel Schut. All rights reeasytlsed.

This project is governed by a BSD-style license that can be found in the LICENSE file.