Re: Problem while parsing attribute certificate.

2005-09-12 Thread Hashim Saleem
Yes Peter,  you are right. The attribute certificate provided by me starts with Context 1 and not with a sequence. This is one mistake :)   Also, there were some mistakes in my declarations of attribute certificate ASN.1 structures (the .c file). After changing my .c file code according to Dr. Step

Re: Problem while parsing attribute certificate.

2005-09-09 Thread Peter Sylvester
Take an openssl asn1parse -inform der -in AttribCert.ber and you see that it starts with a Context 1 and not with a sequence, it seems to be an encoding of [1] IMPLICIT AttributeCertificate. Hashim Saleem wrote: Hi all, I have made a try to parse attribute certificate by writing attrib

AW: Problem while parsing attribute certificate.

2005-09-09 Thread thomas . beckmann
prüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Im Auftrag von Hashim SaleemGesendet: Donnerstag, 8. September 2005 17:29An: openssl-users@openssl.orgBetreff: Problem while parsing attribute certificate. Hi all,   I have made a try to parse attribute ce

RE: Problem while parsing attribute certificate.

2005-09-08 Thread Daniel Díaz Sánchez
rid, 28911 `*.¸¸.*´¯`*.¸¸.*´¯`*.¸¸.*´¯`*.¸¸.*´¯`*.¸¸.*´ De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Hashim Saleem Enviado el: jueves, 08 de septiembre de 2005 17:29 Para: openssl-users@openssl.org Asunto: Problem while parsing attribute certificate. Hi all, I have made a try to parse attribute certificate

Problem while parsing attribute certificate.

2005-09-08 Thread Hashim Saleem
Hi all,   I have made a try to parse attribute certificate by writing attribute certificate ASN.1 structures myself after knowing that OpenSSL yet has no support for attribute certificate. I am getting error right at the beginning that is on d2i_X509AC(). It complains with the error message "Wrong