package
Version:
v1.7.6
Opens a new window with list of versions in this module.
Published: Oct 28, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 69
Opens a new window with list of known importers.
Documentation
¶
Create creates a new tls.Config object from the given certs, key, and CA files.
type Config struct {
Ciphers []string `toml:"ciphers"`
MinVersion string `toml:"min-version"`
MaxVersion string `toml:"max-version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.