Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/crypto/x509/verify_test.go

    			},
    		},
    	},
    	{
    		// Putting a certificate as a root directly should work as a
    		// way of saying “exactly this”.
    		name:        "LeafInRoots",
    		leaf:        selfSigned,
    		roots:       []string{selfSigned},
    		currentTime: 1471624472,
    		dnsName:     "foo.example",
    		systemSkip:  true, // does not chain to a system root
    
    		expectedChains: [][]string{
    			{"Acme Co"},
    		},
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
Back to top