Searched defs:cert (Results 1 - 2 of 2) sorted by relevance

/systemd/src/journal-remote/
H A Dmicrohttpd-util.c208 gnutls_x509_crt_t cert; local
220 r = gnutls_x509_crt_init(&cert);
228 r = gnutls_x509_crt_import(cert, &pcert[0], GNUTLS_X509_FMT_DER);
231 gnutls_x509_crt_deinit(cert);
235 *client_cert = cert;
H A Djournal-remote.c640 const char *cert,
670 assert(cert);
675 {MHD_OPTION_HTTPS_MEM_CERT, 0, (char*) cert};
758 const char *cert,
766 return setup_microhttpd_server(s, fd, key, cert, trust);
827 const char* cert,
870 r = setup_microhttpd_server(s, fd, key, cert, trust);
953 r = setup_microhttpd_socket(s, arg_listen_https, key, cert, trust);
1226 " --cert=FILENAME SSL certificate in PEM format (default:\n"
1268 { "cert", required_argumen
637 setup_microhttpd_server(RemoteServer *s, int fd, const char *key, const char *cert, const char *trust) argument
755 setup_microhttpd_socket(RemoteServer *s, const char *address, const char *key, const char *cert, const char *trust) argument
825 remoteserver_init(RemoteServer *s, const char* key, const char* cert, const char* trust) argument
1508 load_certificates(char **key, char **cert, char **trust) argument
1536 _cleanup_free_ char *key = NULL, *cert = NULL, *trust = NULL; local
[all...]

Completed in 11 milliseconds