[#PROXY_CERT_INFO_EXTENSION_st] = PROXY_CERT_INFO_EXTENSION_st :mrdocs: Proxy Certificate Information extension (RFC 3820): path length and proxy policy. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PROXY_CERT_INFO_EXTENSION_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:PROXY_CERT_INFO_EXTENSION_st/pcPathLengthConstraint.adoc[`pcPathLengthConstraint`] | Maximum depth of proxy certificates below this one, or NULL if unlimited. | xref:PROXY_CERT_INFO_EXTENSION_st/proxyPolicy.adoc[`proxyPolicy`] | Proxy policy language and optional policy value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#