Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseCSRExtensions (0.16 sec)

  1. src/crypto/x509/x509.go

    		if err == nil && len(rest) == 0 {
    			attributes = append(attributes, attr)
    		}
    	}
    	return attributes
    }
    
    // parseCSRExtensions parses the attributes from a CSR and extracts any
    // requested extensions.
    func parseCSRExtensions(rawAttributes []asn1.RawValue) ([]pkix.Extension, error) {
    	// pkcs10Attribute reflects the Attribute structure from RFC 2986, Section 4.1.
    	type pkcs10Attribute struct {
    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