Re: Getting the size of a certificate

2002-02-13 Thread Dr S N Henson
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

Getting the size of a certificate

2002-02-12 Thread Verdon Walker
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