Versions in this module Expand all Collapse all v0 v0.0.2 Jul 24, 2024 v0.0.1 Feb 15, 2024 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) ...