Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TLSOptions ¶
type TLSOptions struct {
	CipherSuites  x509util.CipherSuites `json:"cipherSuites" step:"cipherSuites"`
	MinVersion    x509util.TLSVersion   `json:"minVersion"   step:"minVersion"`
	MaxVersion    x509util.TLSVersion   `json:"maxVersion"   step:"maxVersion"`
	Renegotiation bool                  `json:"renegotiation" step:"renegotiation"`
}
    TLSOptions represents the TLS options that can be specified on *tls.Config types to configure HTTPS servers and clients.
func (*TLSOptions) TLSConfig ¶
func (t *TLSOptions) TLSConfig() *tls.Config
TLSConfig returns the tls.Config equivalent of the TLSOptions.
 Click to show internal directories. 
   Click to hide internal directories.