Versions in this module Expand all Collapse all v0 v0.1.0 Nov 19, 2023 Changes in this version + const ALPN + func GenerateCA() (*x509.Certificate, crypto.PrivateKey, error) + func GenerateLeafCert(ca *x509.Certificate, caPriv crypto.PrivateKey) (*x509.Certificate, crypto.PrivateKey, error) + func GenerateTLSConfigWithLongCertChain(ca *x509.Certificate, caPrivateKey crypto.PrivateKey) (*tls.Config, error) + func NewQlogger(logger io.Writer) ...