Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for signatureSchemesForCertificate (0.27 sec)

  1. src/crypto/tls/auth.go

    	{PKCS1WithSHA384, 19 + crypto.SHA384.Size() + 11, VersionTLS12},
    	{PKCS1WithSHA512, 19 + crypto.SHA512.Size() + 11, VersionTLS12},
    	{PKCS1WithSHA1, 15 + crypto.SHA1.Size() + 11, VersionTLS12},
    }
    
    // signatureSchemesForCertificate returns the list of supported SignatureSchemes
    // for a given certificate, based on the public key and the protocol version,
    // and optionally filtered by its explicit SupportedSignatureAlgorithms.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:45:37 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top