Lines Matching full:signed
68 * Allocate an to-be-signed certificate object that will be converted
72 * @param tbs returned to-be-signed certicate object, free with
91 * Free an To Be Signed object.
123 * @param tbs object to be signed.
144 * @param tbs object to be signed.
165 * @param tbs object to be signed.
208 * Initialize the to-be-signed certificate object from a template certifiate.
211 * @param tbs object to be signed.
286 * Make the to-be-signed certificate object a CA certificate. If the
290 * @param tbs object to be signed.
310 * Make the to-be-signed certificate object a proxy certificate. If the
314 * @param tbs object to be signed.
335 * Make the to-be-signed certificate object a windows domain controller certificate.
338 * @param tbs object to be signed.
354 * Set the subject public key info (SPKI) in the to-be-signed certificate
359 * @param tbs object to be signed.
360 * @param spki subject public key info to use for the to-be-signed certificate object.
380 * Set the serial number to use for to-be-signed certificate object.
383 * @param tbs object to be signed.
384 * @param serialNumber serial number to use for the to-be-signed
405 * An an extended key usage to the to-be-signed certificate object.
409 * @param tbs object to be signed.
448 * Add CRL distribution point URI to the to-be-signed certificate
452 * @param tbs object to be signed.
553 * Add Subject Alternative Name otherName to the to-be-signed
557 * @param tbs object to be signed.
583 * Add Kerberos Subject Alternative Name to the to-be-signed
587 * @param tbs object to be signed.
718 * Add Microsoft UPN Subject Alternative Name to the to-be-signed
722 * @param tbs object to be signed.
739 * Add a Jabber/XMPP jid Subject Alternative Name to the to-be-signed
743 * @param tbs object to be signed.
761 * Add a Subject Alternative Name hostname to to-be-signed certificate
768 * @param tbs object to be signed.
793 * to-be-signed certificate object.
796 * @param tbs object to be signed.
820 * Set the subject name of a to-be-signed certificate object.
823 * @param tbs object to be signed.
850 * @param tbs object to be signed.
886 * Expand the the subject name in the to-be-signed certificate object
890 * @param tbs object to be signed.
1514 * Sign a to-be-signed certificate object with a issuer certificate.
1517 * to-be-signed certificate object:
1522 * When done the to-be-signed certificate object should be freed with
1525 * When creating self-signed certificate use hx509_ca_sign_self() instead.
1528 * @param tbs object to be signed.
1572 * @param tbs object to be signed.