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"
Additional detailed documentation is available at pkg.go.dev
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.