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

/systemd/src/journal-remote/
H A Djournal-remote.c641 const char *trust) {
679 if (trust)
681 {MHD_OPTION_HTTPS_MEM_TRUST, 0, (char*) trust};
759 const char *trust) {
766 return setup_microhttpd_server(s, fd, key, cert, trust);
828 const char* trust) {
834 if ((arg_listen_raw || arg_listen_http) && trust) {
835 log_error("Option --trust makes all non-HTTPS connections untrusted.");
870 r = setup_microhttpd_server(s, fd, key, cert, trust);
953 r = setup_microhttpd_socket(s, arg_listen_https, key, cert, trust);
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 36 milliseconds