Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExtKeyUsageEmailProtection (0.24 sec)

  1. src/crypto/x509/name_constraints_test.go

    			{
    				{},
    			},
    		},
    		leaf: leafSpec{
    			sans: []string{"dns:example.com"},
    			ekus: []string{"email"},
    		},
    		requestedEKUs: []ExtKeyUsage{ExtKeyUsageClientAuth, ExtKeyUsageEmailProtection},
    	},
    
    	// #81: EKUs that are not asserted in VerifyOpts are not required to be
    	// nested.
    	{
    		roots: make([]constraintsSpec, 1),
    		intermediates: [][]constraintsSpec{
    			{
    				{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 22:40:21 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top