Verdon Walker wrote:
>
>
> I am getting a client certificate using SSL_get_peer_certificate() and
> I need to know the size of the certificate in bytes. Is there a call I
> can make to find out the size of the X509 object? I know it is encoded
> and the size is part of the encoding so it should
I'm sure this is a trivial question, but I just can't seem to find the
function I need so someone please provide me with a trivial answer.
Thanks.
I am getting a client certificate using SSL_get_peer_certificate() and
I need to know the size of the certificate in bytes. Is there a call I
can make