Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SupportedSignatureAlgorithms (0.35 sec)

  1. src/crypto/tls/auth_test.go

    	if err == nil {
    		t.Errorf("Ed25519: unexpected success")
    	}
    }
    
    // TestSupportedSignatureAlgorithms checks that all supportedSignatureAlgorithms
    // have valid type and hash information.
    func TestSupportedSignatureAlgorithms(t *testing.T) {
    	for _, sigAlg := range supportedSignatureAlgorithms() {
    		sigType, hash, err := typeAndHashFromSignatureScheme(sigAlg)
    		if err != nil {
    			t.Errorf("%v: unexpected error: %v", sigAlg, err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 08 21:48:41 UTC 2020
    - 6.9K bytes
    - Viewed (0)
Back to top