Lines Matching full:be

92 Sign a to-be-signed certificate object with a issuer certificate.
94 The caller needs to at least have called the following functions on the to-be-signed certificate ob…
103 When done the to-be-signed certificate object should be freed with \fBhx509_ca_tbs_free()\fP.
111 \fItbs\fP object to be signed.
132 \fItbs\fP object to be signed.
147 Add CRL distribution point URI to the to-be-signed certificate object.
153 \fItbs\fP object to be signed.
170 An an extended key usage to the to-be-signed certificate object. Duplicates will detected and not a…
176 \fItbs\fP object to be signed.
189 Add a Subject Alternative Name hostname to to-be-signed certificate object. A domain match starts w…
197 \fItbs\fP object to be signed.
210 Add a Jabber/XMPP jid Subject Alternative Name to the to-be-signed certificate object. The jid is a…
216 \fItbs\fP object to be signed.
229 Add Microsoft UPN Subject Alternative Name to the to-be-signed certificate object. The principal st…
235 \fItbs\fP object to be signed.
248 Add Subject Alternative Name otherName to the to-be-signed certificate object.
254 \fItbs\fP object to be signed.
269 Add Kerberos Subject Alternative Name to the to-be-signed certificate object. The principal string …
275 \fItbs\fP object to be signed.
288 Add a Subject Alternative Name rfc822 (email address) to to-be-signed certificate object.
294 \fItbs\fP object to be signed.
307 Free an To Be Signed object.
317 Allocate an to-be-signed certificate object that will be converted into an certificate.
323 \fItbs\fP returned to-be-signed certicate object, free with \fBhx509_ca_tbs_free()\fP.
334 Make the to-be-signed certificate object a CA certificate. If the pathLenConstraint is negative pat…
340 \fItbs\fP object to be signed.
353 Make the to-be-signed certificate object a windows domain controller certificate.
359 \fItbs\fP object to be signed.
376 \fItbs\fP object to be signed.
395 \fItbs\fP object to be signed.
408 Set the absolute time when the certificate is valid from. If not set the current time will be used.
414 \fItbs\fP object to be signed.
416 \fIt\fP time the certificated will start to be valid
427 Make the to-be-signed certificate object a proxy certificate. If the pathLenConstraint is negative …
433 \fItbs\fP object to be signed.
446 Set the serial number to use for to-be-signed certificate object.
452 \fItbs\fP object to be signed.
454 \fIserialNumber\fP serial number to use for the 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…
471 \fItbs\fP object to be signed.
473 \fIspki\fP subject public key info to use for the to-be-signed certificate object.
484 Set the subject name of a to-be-signed certificate object.
490 \fItbs\fP object to be signed.
503 Initialize the to-be-signed certificate object from a template certifiate.
509 \fItbs\fP object to be signed.
526 These are only supposed to be used considered with version 2 certificates, replaced by the two exte…
532 \fItbs\fP object to be signed.
534 \fIissuerUniqueID\fP to be set
536 \fIsubjectUniqueID\fP to be set
547 Expand the the subject name in the to-be-signed certificate object using \fBhx509_name_expand()\fP.
553 \fItbs\fP object to be signed.