Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RawSubject (0.07 sec)

  1. src/crypto/x509/x509.go

    			Value: sanBytes,
    		})
    	}
    
    	return append(ret, template.ExtraExtensions...), nil
    }
    
    func subjectBytes(cert *Certificate) ([]byte, error) {
    	if len(cert.RawSubject) > 0 {
    		return cert.RawSubject, nil
    	}
    
    	return asn1.Marshal(cert.Subject.ToRDNSequence())
    }
    
    // signingParamsForKey returns the signature algorithm and its Algorithm
    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