Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for oidTagMap (0.09 sec)

  1. security/pkg/pki/util/san.go

    	//      iPAddress                       [7]     OCTET STRING,
    	// }
    	oidTagMap = map[IdentityType]int{
    		TypeDNS: 2,
    		TypeURI: 6,
    		TypeIP:  7,
    	}
    
    	// A reversed map that maps from an OID tag to the corresponding identity
    	// type.
    	identityTypeMap = generateReversedMap(oidTagMap)
    
    	// The OID for the SAN extension (See
    	// http://www.alvestrand.no/objectid/2.5.29.17.html).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 14 06:50:22 UTC 2022
    - 6K bytes
    - Viewed (0)
Back to top