About RFC3546 (TLS extensions)

2004-09-20 Thread Si, Tiange
Hi all, I am interested in adding extensions support for tls protocol. It seems that OpenSSL does not support it yet. So, if anyone has done something on this, can I join in and offer some efforts? -- Si, Tiange <[EMAIL PROTEC

Re: build openssl with debug information available

2005-04-15 Thread Si Tiange
In openssl's directory, u should try the following steps as described in INSTALL.W32 1. perl Configure VC-WIN32 2. ms\do_ms 3. Edit ms\ntdll.mak or ms\nt.mak, modify -MD to -MDd 4. nmake -f ms\ntdll.mak p.s. The EVP_SignXXX functions work well. Try check your own code. On 4/15/05, hao chen <[EMAI

Re: build openssl with debug information available

2005-04-16 Thread Si Tiange
. Just > tried to run the sign.c in the demo directory shipped > with openssl. It is compiled fine but runs into > crashing. Any one know if the sign.c demo code works? > > thanks > hao > --- Si Tiange <[EMAIL PROTECTED]> wrote: > > In openssl's director

Re: build openssl with debug information available

2005-04-17 Thread Si Tiange
r of telling me your > project settings to make it work in VC 7? > > thanks! > hao > --- Si Tiange <[EMAIL PROTECTED]> wrote: > > Hi, I just tested demo\sign\sign.c. It works fine on > > my laptop. > > > > On 4/16/05, hao chen <[EMAIL PROTECTED]> wr