Re: Problem Compiling openssl with BCB

2000-10-22 Thread Jim Hud
I changed the code as follows, sorry it is not in diff format. Essentially remove the assembly language section and define and set tsc=0 which causes the later code to use another random gen method. static int have_perfc =1; static int have_tsc = 0;//add line #ifndef __GNUC__ /*

Re: Install on NT4

2000-10-19 Thread Jim Hud
Anywhere in your path so that they can be found, for example c:\winnt\system32 (assuming standard NT setup). - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 19, 2000 9:15 AM Subject: Q: Install on NT4 > Hello... > > Im new to this and hav

Re: compiling 0.9.6 with VC5

2000-10-17 Thread Jim Hud
I changed the code as follows, sorry it is not in diff format. Essentially remove the assembly language section and define and set tsc=0 which causes the later code to use another random gen method. static int have_perfc =1; static int have_tsc = 0;//add line #ifndef __GNUC__ /*

Re: MSIE 4.x - 5.0 and SSL v3

2000-10-15 Thread Jim Hud
I am not sure how relevant this is, but I am using SSL on MSIE 5.5 on a MS IIS server with an OpenSSL certificate installed and it works OK.   I have been trying the get MS Outlook Express 5 to work with SSL and it just crashes.  I can't find any LDAP client apart from OpenLDAP ones that wil

Import cert to MS Internet Server

2000-10-12 Thread Jim Hud
Is it possible to use a demo CA and certificate with MS Internet Information Server? I have looked at the faq's and can't find anything to help. Thanks __ OpenSSL Project http://www.openssl.org

Compile problem under NT4

2000-10-11 Thread Jim Hud
System is NT4 SP3, VC5, NASM, openssl-0.9.6 perl Configure ms\do_nasm nmake -f ms\ntdll.mak I am getting rand_win.c(581) error 2400 inline assembler syntax error in 'opcode'; found newline fatal error Any pointers? Thanks ___