Lines Matching full:certificate
76 * 'cupsMakeServerCredentials()' - Make a self-signed certificate and private key pair.
187 /* Certificate */
188 char cert_name[1024]; /* Name from certificate */
251 PCCERT_CONTEXT cert = NULL; /* Certificate to validate */
296 /* Certificate */
334 /* First certificate */
335 PCCERT_CONTEXT cert; /* Certificate */
423 HCERTSTORE store = NULL; /* Certificate store */
547 HCERTSTORE store = NULL; /* Certificate store */
1228 TCHAR commonName[256];/* Common name for certificate */
1349 * Lookup the client certificate...
1654 * 'http_sspi_create_credential()' - Create an SSPI certificate context.
1657 static PCCERT_CONTEXT /* O - Certificate context */
1669 * 'http_sspi_find_credentials()' - Retrieve a TLS certificate from the system store.
1676 const char *common_name) /* I - Common name of certificate */
1679 HCERTSTORE store = NULL; /* Certificate store */
1867 * 'http_sspi_make_credentials()' - Create a TLS certificate in the system store.
1874 const char *common_name, /* I - Common name of certificate */
1878 HCERTSTORE store = NULL; /* Certificate store */
1947 * Create a private key and self-signed certificate...
2005 * Get a handle to use the certificate...
2096 * Lookup the server certificate...
2317 * 'http_sspi_verify()' - Verify a certificate.
2322 PCCERT_CONTEXT cert, /* I - Server certificate */
2331 /* Certificate chain */
2337 /* How are we using this certificate? */
2369 * Build certificate chain.
2390 * Validate certificate chain.