Home | History | Annotate | Download | only in doc

Lines Matching full:certificate

1417  In addition to the key, a certificate describing the server in human
1418 readable tokens is also needed. This certificate will be attested with
1420 certificate, valid for one year.
1423 To avoid unnecessary error messages in the browser, the certificate
1427 or _CA_, to attest the certificate for you. This way, any visitor can
1430 Whether the server's certificate is signed by us or a third party,
1454 printf ("The key/certificate files could not be read.\n");
1499 trusted initially. Either a _CA_ signs the certificate or the
1544 You can then extract the client certificate:
1547 * Get the client's certificate
1550 * @return NULL if no valid client certificate could be found, a pointer
1551 * to the certificate if found
1572 "Failed to retrieve client certificate chain\n");
1578 "Failed to initialize client certificate\n");
1588 "Failed to import client certificate\n");
1595 Using the client certificate, you can then get the client's
1599 * Get the distinguished name from the client's certificate
1601 * @param client_cert the client certificate
1602 * @return NULL if no dn or certificate could be found, a pointer
1617 "Failed to allocate memory for certificate dn\n");
1626 * Get the alternative name of specified type from the client's certificate
1628 * @param client_cert the client certificate
1665 "Failed to allocate memory for certificate alt name\n");
1685 certificate:
1696 the key and certificate. For example, when you start the MHD daemon,
1704 implement to retrieve the X.509 certificate for an incoming connection.
1717 should send a certificate that is signed by one of these CAs.
1723 algorithms. The certificate returned should support the
1727 should contain a single certificate and public or a list of
1777 "Need certificate for %.*s\n",
1783 "Returning certificate for %.*s\n",
1817 "*** Error loading certificate file %s.\n",
1827 "*** Error loading certificate file: %s\n",
4178 printf ("The key/certificate files could not be read.\n");