Lines Matching full:subject
70 … "int \fBhx509_ca_tbs_set_subject\fP (hx509_context context, hx509_ca_tbs tbs, hx509_name subject)"
189 Add a Subject Alternative Name hostname to to-be-signed certificate object. A domain match starts w…
210 Add a Jabber/XMPP jid Subject Alternative Name to the to-be-signed certificate object. The jid is a…
229 Add Microsoft UPN Subject Alternative Name to the to-be-signed certificate object. The principal st…
248 Add Subject Alternative Name otherName to the to-be-signed certificate object.
269 Add Kerberos Subject Alternative Name to the to-be-signed certificate object. The principal string …
288 Add a Subject Alternative Name rfc822 (email address) to to-be-signed certificate object.
465 Set the subject public key info (SPKI) in the to-be-signed certificate object. SPKI is the public k…
473 \fIspki\fP subject public key info to use for the to-be-signed certificate object.
482 .SS "int hx509_ca_tbs_set_subject (hx509_context context, hx509_ca_tbs tbs, hx509_name subject)"
484 Set the subject name of a to-be-signed certificate object.
492 \fIsubject\fP the name to set a subject.
547 Expand the the subject name in the to-be-signed certificate object using \fBhx509_name_expand()\fP.
555 \fIenv\fP environment variable to expand variables in the subject name, see hx509_env_init().