On Wed, Jun 04, 2003, [EMAIL PROTECTED] wrote:
> Tried the following:
>
> POLICYINFO *cp;
> if ((cp = X509_get_ext_d2i(xs, NID_certificate_policies, NULL, NULL)) ==
> NULL)
> return "NoCP";
>
> And it does indeed return NULL and thus "NoCP", even when
> X509_get_ext_by_NID does return a
)
571.437.2064 (Cell)
[EMAIL PROTECTED]
> -Original Message-
> From: Dr. Stephen Henson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 04, 2003 11:47 AM
> To: [EMAIL PROTECTED]
> Subject: Re: X509 Extension Parsing
>
>
> On Wed, Jun 04, 2003, [EMAIL PROTECTED] wr
On Wed, Jun 04, 2003, [EMAIL PROTECTED] wrote:
> Per Dr. Henson's suggestion I've been writing some code for Apache mod_ssl
> in order to determine the certificate class for our corporate PKI certs that
> have the Certificate Policy attribute.
>
> I've had some odd results and wanted to see if a