HiI see that there is a globus function that lets you find out the length of certificate chain from a context handle.
gss_inquire_sec_context_by_oid(
&minor_status,
context_handle,
&cert_chain_oid,
&cert_chain_buffers);
Is there a similar function to find out the length of certificate
chain from a credential handle?
Thanks -Neha
