Searched refs:distrusted (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/ssl/
H A Dssl_ct_log_config.h30 int distrusted; member in struct:ct_log_config
48 const char *distrusted,
H A Dssl_ct_log_config.c198 int distrusted; local
202 distrusted = DISTRUSTED_UNSET;
205 distrusted = DISTRUSTED;
208 distrusted = TRUSTED;
272 newconf->distrusted = distrusted;
370 const char *distrusted = apr_dbd_get_entry(driver, row, cur++); local
376 "Log config: Record %s, log id %s, public key file %s, distrusted %s, URL %s, time %s->%s",
380 distrusted ? distrusted
[all...]
H A Dmod_ssl_ct.c2879 const char *log_id, *public_key, *distrusted, *min_valid_time, local
2907 distrusted = argv[cur_arg++];
2908 if (!strcmp(distrusted, "-")) {
2909 distrusted = NULL;
2932 log_id, public_key, distrusted,
/httpd/support/
H A Dctlogconfig33 + 'distrusted INTEGER, ' # non-zero if not trusted
170 stmt = 'INSERT INTO loginfo (log_id, distrusted) VALUES(?, ?)'
173 stmt = 'UPDATE loginfo SET distrusted = ? WHERE id = ?'
222 obj.distrusted = row[3]
243 (' (DISTRUSTED)' if rec.distrusted else '')

Completed in 40 milliseconds