Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for peerAlgs (0.1 sec)

  1. src/crypto/tls/auth.go

    // versions that support signature algorithms, so TLS 1.2 and 1.3.
    func selectSignatureScheme(vers uint16, c *Certificate, peerAlgs []SignatureScheme) (SignatureScheme, error) {
    	supportedAlgs := signatureSchemesForCertificate(vers, c)
    	if len(supportedAlgs) == 0 {
    		return 0, unsupportedCertificateError(c)
    	}
    	if len(peerAlgs) == 0 && vers == VersionTLS12 {
    		// For TLS 1.2, if the client didn't send signature_algorithms then we
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:45:37 UTC 2024
    - 10K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                      are sent to the stdout. [Default: INFO]'
                    type: string
                  nodeMeshMaxRestartTime:
                    description: Time to allow for software restart for node-to-mesh peerings.  When
                      specified, this is configured as the graceful restart timeout.  When
                      not specified, the BIRD default of 120s is used. This field can
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top