RE: Extracting X509 Policies that are searchable

2011-07-13 Thread Cason, Kenny
ny Cc: openssl-users@openssl.org; ppatter...@carillonis.com; ppatter...@carillon.ca Subject: Re: Extracting X509 Policies that are searchable On Fri, Jul 8, 2011 at 4:06 PM, Cason, Kenny wrote: > That makes perfectly good sense to me. But if that is the case, how does the > extensions

RE: Extracting X509 Policies that are searchable

2011-07-10 Thread Cason, Kenny
g per the OpenSSL documentation. -Kenny -Original Message- From: Kyle Hamilton [mailto:aerow...@gmail.com] Sent: Friday, July 08, 2011 12:24 PM To: openssl-users@openssl.org Cc: ppatter...@carillonis.com; ppatter...@carillon.ca; Cason, Kenny Subject: Re: Extracting X509 Policies tha

Re: Extracting X509 Policies that are searchable

2011-07-07 Thread Cason, Kenny
Hi Patrick, thanks for your response. To make a long story short this issue arose because of trouble with the X509_EXT_print() routine, so I thought I'd just do the same thing manually. Unfortunately, that didn't solve the problem but it did narrow the scope. The X509 print routines eventuall

Re: Extracting X509 Policies that are searchable

2011-04-15 Thread Patrick Patterson
Hi Kenny: On April 14, 2011 07:41:51 pm you wrote: > > Here is the alternative I have so far: > > CERTIFICATEPOLICIES *cp; > if ((cp = (CERTIFICATEPOLICIES*) X509_get_ext_d2i(X509cert, > NID_certificate_policies, NULL, NULL)) == NULL) { > printMsg("decodeX509cert: no policies found");

Extracting X509 Policies that are searchable

2011-04-15 Thread Cason, Kenny
I need to search the X509 text for certain values, usually contained in the Policies. Using "X509_print" to obtain the text works in my test program but, for unknown reasons, that call crashes the "main" program that invokes my subroutine. So I'm looking for an alternate way to obtain the cert t