[#OCSP_RESPID_set_by_name] = OCSP_RESPID_set_by_name :mrdocs: Set a ResponderID to the subject name of `cert.` == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OCSP_RESPID_set_by_name( xref:OCSP_RESPID.adoc[OCSP_RESPID]* respid, xref:X509.adoc[X509]* cert); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *respid* | ResponderID to update. | *cert* | Certificate whose subject name becomes the byName identity. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#