summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/ngx.ocsp.lua
blob: 1b250b67b36e1e8896a82cc648ce62bb10f1d194 (plain)
1
2
3
4
5
6
7
8
---@meta
ngx_ocsp={}
function ngx_ocsp.get_ocsp_responder_from_der_chain(certs, maxlen) end
function ngx_ocsp.validate_ocsp_response(resp, chain, max_errmsg_len) end
function ngx_ocsp.create_ocsp_request(certs, maxlen) end
function ngx_ocsp.set_ocsp_status_resp(ocsp_resp) end
ngx_ocsp.version="0.1.17"
return ngx_ocsp