Re: Convert C++ to C# OpenSSL app

2006-01-24 Thread Hashim Saleem
, Hashim Saleem - Original Message - From: "Thomas J. Hruska" <[EMAIL PROTECTED]> To: Sent: Sunday, January 22, 2006 8:34 AM Subject: Re: Convert C++ to C# OpenSSL app OpenSSLGRT wrote: I just got Mr. Sanchez OpenSSL port to PDA (http://karajan.it.uc3m.es/~pervasive

How to check whether a BIO socket is connected or closed?

2005-10-19 Thread Hashim Saleem
Hi all,   Is there any way to check the current state of BIO socket? That whether it is connected or closed by the peer.   Regards, Hashim Saleem

Re: Problem while parsing attribute certificate.

2005-09-12 Thread Hashim Saleem
. Stephen's code and having a correct attribute certificate (that starts with sequence), everything is working fine.   Thank you all for your help!   Regards, Hashim Saleem  On 9/9/05, Peter Sylvester <[EMAIL PROTECTED]> wrote: Take an openssl asn1parse -inform der -in AttribCert.berand you

Problem while parsing attribute certificate.

2005-09-08 Thread Hashim Saleem
Wrong Tag". It appears to me that I have some mistake in my attribute certificate ASN.1 structures declarations. I am attaching the source files alongwith the attribute certificate. OpenSSL gurus please help on this.   Regards, Hashim Saleem /* x509ac.h */ /* Copyright (C) 1995-1998 Eric You

Re: Does OpenSSL support AttributeCertificate RFC 3281?

2005-09-01 Thread Hashim Saleem
  Could I have a look at that unpublished ASN1 module?   Regards, Hashim Saleem  On 8/31/05, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: On Wed, Aug 31, 2005, Hashim Saleem wrote:> Hi,>  I just want to know that whether OpenSSL supports Attribute Certificates or > not? I've

Does OpenSSL support AttributeCertificate RFC 3281?

2005-08-31 Thread Hashim Saleem
Hi,   I just want to know that whether OpenSSL supports Attribute Certificates or not? I've searched in OpenSSL headers and couldnt find AttributeCertificate data type there.   Regards, Hashim Saleem