Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Revoked Certificates list (CRL)

0 views
Skip to first unread message

Joe

unread,
Feb 14, 2003, 2:07:30 PM2/14/03
to
Hey y'all

I'm trying to list the the CA CRL into a Listview control,
so far using the CertMgr.GetCRL function what I get is a
BINARY_ARRAY string in return, converting this to ASCII
gives me the same I can see from displaying the file
within wordpad, got any idea what is the layout of that
file, is there any way to access the CRL by record (row)
from VB?

Any help will be grately appreciated.

Joe.


David Cross [MS]

unread,
Feb 15, 2003, 10:23:36 AM2/15/03
to
No, I think you would have to use CryptoAPI functions to decode it and
manually parse it. Why do you want to convert the data in a CRL?

--


David B. Cross [MS]

--
This posting is provided "AS IS" with no warranties, and confers no rights.

http://support.microsoft.com

"Joe" <jhan...@ddasoft.com> wrote in message
news:05b101c2d45c$5294d300$3001...@phx.gbl...

Joe

unread,
Feb 17, 2003, 1:42:58 PM2/17/03
to
Hey Dave,

Thanks for your reply.

I'm working on an application that requires to list each
one of the revoked certificate's header (I'm not you can
call them like this) so they can be listed on a ListView
control. To parse the string, is there any layout
information, I'll try to parse the string and list most of
the understandable characters into the fields of my
listview.

Thanks for the tip.

Joe.

>.
>

0 new messages