C implementation of X509 attribute certificates

"Markus Lorch" <mlorch@vt.edu> Fri, 10 May 2002 15:41 UTC

Received: from above.proper.com (mail.imc.org [208.184.76.43]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA29574 for <pkix-archive@odin.ietf.org>; Fri, 10 May 2002 11:41:58 -0400 (EDT)
Received: by above.proper.com (8.11.6/8.11.3) id g4AFEbU00975 for ietf-pkix-bks; Fri, 10 May 2002 08:14:37 -0700 (PDT)
Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by above.proper.com (8.11.6/8.11.3) with ESMTP id g4AFEaL00971 for <ietf-pkix@imc.org>; Fri, 10 May 2002 08:14:36 -0700 (PDT)
Received: from zidane.cc.vt.edu (IDENT:mirapoint@zidane-lb.cc.vt.edu [10.1.1.13]) by lennier.cc.vt.edu (8.11.4/8.11.4) with ESMTP id g4AFEbZ493782 for <ietf-pkix@imc.org>; Fri, 10 May 2002 11:14:37 -0400 (EDT)
Received: from vaio (zuni.cs.vt.edu [128.173.54.49]) by zidane.cc.vt.edu (Mirapoint Messaging Server MOS 3.1.0.54-GA) with SMTP id ACJ30597; Fri, 10 May 2002 11:14:36 -0400 (EDT)
From: Markus Lorch <mlorch@vt.edu>
To: ietf-pkix@imc.org
Subject: C implementation of X509 attribute certificates
Date: Fri, 10 May 2002 11:14:48 -0400
Message-ID: <NEBBLKGOGLGMPCEKKADEIEBFDFAA.mlorch@vt.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700
Sender: owner-ietf-pkix@mail.imc.org
Precedence: bulk
List-Archive: <http://www.imc.org/ietf-pkix/mail-archive/>
List-ID: <ietf-pkix.imc.org>
List-Unsubscribe: <mailto:ietf-pkix-request@imc.org?body=unsubscribe>
Content-Transfer-Encoding: 7bit


Does anybody know of code (C) to parse attribute
certificates (based on draft-ietf-pkix-ac509prof)? I know
of the IAIK Java implementation but would need some C-code
to parse ACs (preferably from PEM files).

Markus