Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRDNSequenceString (0.18 sec)

  1. src/crypto/x509/x509_test.go

    		}
    	}
    
    	if extra[0].Value != "backing array" {
    		t.Errorf("the backing array of an empty ExtraNames got modified by String")
    	}
    }
    
    func TestRDNSequenceString(t *testing.T) {
    	// Test some extra cases that get lost in pkix.Name conversions such as
    	// multi-valued attributes.
    
    	var (
    		oidCountry            = []int{2, 5, 4, 6}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top