Re[2]: Extended key usage field

2004-09-16 Thread Pavel
> From RFC3280 section "4.2.1.13 Extended Key Usage" > If a certi __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Re: PKCS7_add_attribute

2004-09-16 Thread Antonio Ruiz Martínez
Dr. Stephen Henson wrote: On Thu, Sep 16, 2004, Antonio Ruiz Martínez wrote: Hello! Dr. Stephen Henson wrote: My guess is that there's a problem with the generation of the encoding of the attribute: what code did you use for that? oct=ASN1_S

Re: Seeding of PRNG on Windows

2004-09-16 Thread Egon Andersen
Dr. Stephen Henson wrote: On Thu, Sep 16, 2004, Egon Andersen wrote: Hi, I've been using OpenSSL for a while on Linux, and now ported some application to Windows, where should indicate any of the MSWindows systems from 98 and newer. I've read the FAQ which indicates that I need to seed the PRN

Re: Regd ASN1_ITEM_rptr( )

2004-09-16 Thread Dr. Stephen Henson
On Thu, Sep 16, 2004, Sravan wrote: > Dr. Stephen Henson wrote: > > But what if I *dont *wish to use the shared library(in which the > functions that return pointers to structures are present)? > In my case, I need to use say a function like X509_free( ) with out > linking libeay32.lib(in case

Re: PKCS7_add_attribute

2004-09-16 Thread Dr. Stephen Henson
On Thu, Sep 16, 2004, Antonio Ruiz Martínez wrote: > Hello! > > Dr. Stephen Henson wrote: > > > > >My guess is that there's a problem with the generation of the encoding of > >the > >attribute: what code did you use for that? > > > > > >oct=ASN1_STRING_new(); >if (!ASN1_STRING_set(oct

Re: Seeding of PRNG on Windows

2004-09-16 Thread Dr. Stephen Henson
On Thu, Sep 16, 2004, Egon Andersen wrote: > Hi, > > I've been using OpenSSL for a while on Linux, and now ported some > application to Windows, where should indicate any of the > MSWindows systems from 98 and newer. > > I've read the FAQ which indicates that I need to seed the PRNG on > Win

Seeding of PRNG on Windows

2004-09-16 Thread Egon Andersen
Hi, I've been using OpenSSL for a while on Linux, and now ported some application to Windows, where should indicate any of the MSWindows systems from 98 and newer. I've read the FAQ which indicates that I need to seed the PRNG on Windows systems (as opposed to Linux). On my Windows XP Pro, I

Re: PKCS7_add_attribute

2004-09-16 Thread Antonio Ruiz Martínez
Hello! Dr. Stephen Henson wrote: On Wed, Sep 15, 2004, Antonio Ruiz Martínez wrote: Hello! Thanks for your answer, it has been very useful when I use an octect string but not when but I have got a problem when I'm using a sequence. I think I am not doing something properly be