Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for handshake (0.6 sec)

  1. doc/godebug.md

    Previous versions default to `winreadlinkvolume=0`.
    
    ### Go 1.22
    
    Go 1.22 adds a configurable limit to control the maximum acceptable RSA key size
    that can be used in TLS handshakes, controlled by the [`tlsmaxrsasize` setting](/pkg/crypto/tls#Conn.Handshake).
    The default is tlsmaxrsasize=8192, limiting RSA to 8192-bit keys. To avoid
    denial of service attacks, this setting and default was backported to Go
    1.19.13, Go 1.20.8, and Go 1.21.1.
    
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg crypto/tls, method (*Config) BuildNameToCertificate()
    pkg crypto/tls, method (*Conn) Close() error
    pkg crypto/tls, method (*Conn) ConnectionState() ConnectionState
    pkg crypto/tls, method (*Conn) Handshake() error
    pkg crypto/tls, method (*Conn) LocalAddr() net.Addr
    pkg crypto/tls, method (*Conn) OCSPResponse() []uint8
    pkg crypto/tls, method (*Conn) Read([]uint8) (int, error)
    pkg crypto/tls, method (*Conn) RemoteAddr() net.Addr
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
Back to top