Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for crlDp (0.04 sec)

  1. src/crypto/x509/x509.go

    		ret[n].Id = oidExtensionCRLDistributionPoints
    
    		var crlDp []distributionPoint
    		for _, name := range template.CRLDistributionPoints {
    			dp := distributionPoint{
    				DistributionPoint: distributionPointName{
    					FullName: []asn1.RawValue{
    						{Tag: 6, Class: 2, Bytes: []byte(name)},
    					},
    				},
    			}
    			crlDp = append(crlDp, dp)
    		}
    
    		ret[n].Value, err = asn1.Marshal(crlDp)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
Back to top