crl               270 event/ngx_event_openssl.c ngx_ssl_crl(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *crl)
crl               275 event/ngx_event_openssl.c     if (crl->len == 0) {
crl               279 event/ngx_event_openssl.c     if (ngx_conf_full_name(cf->cycle, crl, 1) != NGX_OK) {
crl               299 event/ngx_event_openssl.c     if (X509_LOOKUP_load_file(lookup, (char *) crl->data, X509_FILETYPE_PEM)
crl               303 event/ngx_event_openssl.c                       "X509_LOOKUP_load_file(\"%s\") failed", crl->data);
crl               101 event/ngx_event_openssl.h ngx_int_t ngx_ssl_crl(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *crl);
crl               141 http/modules/ngx_http_ssl_module.c       offsetof(ngx_http_ssl_srv_conf_t, crl),
crl               361 http/modules/ngx_http_ssl_module.c     ngx_conf_merge_str_value(conf->crl, prev->crl, "");
crl               458 http/modules/ngx_http_ssl_module.c         if (ngx_ssl_crl(cf, &conf->ssl, &conf->crl) != NGX_OK) {
crl                36 http/modules/ngx_http_ssl_module.h     ngx_str_t                       crl;