On Fri, Aug 25, 2006, [EMAIL PROTECTED] wrote:

> 
> Hi Team,
> 
> I am working on the CRL validation. I am seeing some issues in
> extracting the
> - delta crl distribution point and
> - reason for revocation.
> 
> Could you please let me know your thoughts on how to access these two
> above mentioned information?

Delta CRLDP is a bit messy because it isn't yet supported by OpenSSL directly.
However you can add the OID manually using OBJ_create() and alias the
extension to CRLDP and retrieve it that way.

The CRL reason code is easier. You can retrieve it from the relevant
X509_REVOKED structure using X509_REVOKED_get_ext_d2i().

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to