Re: Support of X509 Attribute Certificates

2005-09-13 Thread Vadim Godunko
Kiefer, Sascha wrote: > Which programming language do you use and waht operating system? > Primary programming language is Ada. Primary operating system is Linux. I known, OpenSSL writted on C, I am ready to use C for implement low level functionality and when provide binding for Ada language. (T

RE: Support of X509 Attribute Certificates

2005-09-13 Thread Kiefer, Sascha
Which programming language do you use and waht operating system? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Vadim Godunko > Sent: Dienstag, 13. September 2005 11:59 > To: openssl-users@openssl.org > Subject: Re: Support

Re: Support of X509 Attribute Certificates

2005-09-13 Thread Vadim Godunko
Kiefer, Sascha wrote: > Do you have a sample certificate so i get the idea? > No, I have not sample certificate. I need an API for BER and DER encoding/decoding of attribute certificates, verify attribute certificates, retrieve attributes, defined by RFC-3281 which will be used by access and audi

RE: Support of X509 Attribute Certificates

2005-09-12 Thread Kiefer, Sascha
Do you have a sample certificate so i get the idea? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Vadim Godunko > Sent: Montag, 12. September 2005 19:10 > To: openssl-users@openssl.org > Subject: Support of X509 Attr

Support of X509 Attribute Certificates

2005-09-12 Thread Vadim Godunko
Hello, I am work on implementation of Security Service for PolyORB project (http://libre.adacore.com/polyorb), and I need to work with X509 Attribute Certificates. As I see OpenSSL don't provide it support for now. Are you planning to provide X509AC support in the future? Does exists any develop