Re: OCSP url from X509 extension

2006-11-26 Thread Michael Stephan
Great thx again for you advice. If someone suffers the same problem of retrieving the OCSP URI from a X509 my code can be found here. char* get_OCSPlocation_from_X509(X509* cert, char** urls) { BIO* mem=NULL; ACCESS_DESCRIPTION* ad=NULL; STACK_OF(ACCESS_DESCRIPTION)* ads

Re: OCSP url from X509 extension

2006-11-24 Thread Dr. Stephen Henson
On Fri, Nov 24, 2006, Michael Stephan wrote: > Hallo, > > is it possible (i know it is but not to me at the moment ): ), to > "easily" retrieve the OCSP URI from a X509 v3 certificate extension > list? > > X509v3 extensions: > .. > Authority Information Access: > OCSP: URI:http:http://

OCSP url from X509 extension

2006-11-24 Thread Michael Stephan
Hallo, is it possible (i know it is but not to me at the moment ): ), to "easily" retrieve the OCSP URI from a X509 v3 certificate extension list? X509v3 extensions: .. Authority Information Access: OCSP: URI:http:http://ocsp.com .. Would be great if you can help me with a tiny cod