Home | History | Annotate | Download | only in cups

Lines Matching full:certificate

76  * 'cupsMakeServerCredentials()' - Make a self-signed certificate and private key pair.
99 SecCertificateRef cert = NULL; /* Self-signed certificate */
153 * Create a self-signed certificate using the public/private key pair...
184 DEBUG_puts("1cupsMakeServerCredentials: Unable to create self-signed certificate.");
271 * Run the "certtool" command to generate a self-signed certificate...
278 * Create a file with the certificate information fields...
288 "CUPS Self-Signed Certificate\n"
289 /* Enter key and certificate label */
437 SecCertificateRef secCert; /* Certificate reference */
438 CFDataRef data; /* Certificate data */
470 DEBUG_printf(("2httpCopyCredentials: Certificate %d name is \"%s\".", i, name));
475 DEBUG_printf(("2httpCopyCredentials: Adding %d byte certificate blob.", (int)CFDataGetLength(data)));
499 SecCertificateRef secCert; /* Certificate reference */
537 SecCertificateRef secCert; /* Certificate reference */
539 /* Certificate's common name (CF string) */
540 char cert_name[256]; /* Certificate
600 SecCertificateRef secCert; /* Certificate reference */
667 * The common name does not match the issued certificate...
696 * See if we have a site CA certificate we can compare...
704 * Certificate isn't directly generated from the CA cert...
728 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Credentials do not validate against site CA certificate."), 1);
765 SecCertificateRef secCert; /* Certificate reference */
792 http_credential_t *first; /* First certificate */
793 SecCertificateRef secCert; /* Certificate reference */
872 SecCertificateRef cert = NULL; /* Certificate */
873 CFDataRef data; /* Certificate data */
941 DEBUG_printf(("1httpLoadCredentials: Adding %d byte certificate blob.", (int)CFDataGetLength(data)));
989 SecCertificateRef cert = NULL; /* Certificate */
1005 DEBUG_puts("1httpSaveCredentials: Unable to create certificate.");
1165 CFDataRef data; /* Certificate data */
1394 * Server: find/create a certificate for TLS...
1473 * in case it wants to serve up a certificate with a matching common name.
1536 DEBUG_printf(("4_httpTLSStart: Server certificate callback "
1579 DEBUG_printf(("4_httpTLSStart: Client certificate callback "
1589 "(untrusted certificate).");
1594 "(self-signed certificate).");
1599 "(expired certificate).");
1604 "(certificate not yet valid).");
1614 "(certificate chain invalid).");
1745 /* Certificate array */
1851 static SecCertificateRef /* O - Certificate */