[openssl.org #1183] Building openssl-0.9.7e in Windows Visual Studio 2005 Environment

2005-08-08 Thread Kamalesh Nandi via RT
Hi, I was trying to build openssl-0.9.7e in Windows Visual Studio 2005 Beta2 Environment. I was getting an error. But the same openssl-0.9.7e builds fine in Windows Visual Studio 2003 Environment. Is there any additional steps to be performed specific to Visual Studio 2005? Thanks and

Re: [openssl.org #1183] Building openssl-0.9.7e in Windows Visual Studio 2005 Environment

2005-08-08 Thread Richard Levitte - VMS Whacker via RT
Kamalesh Nandi via RT writes: I was trying to build openssl-0.9.7e in Windows Visual Studio 2005 Beta2 Environment. I was getting an error. But the same openssl-0.9.7e builds fine in Windows Visual Studio 2003 Environment. Is there any additional steps to be performed specific to Visual

[openssl.org #1076] Bug report

2005-08-08 Thread mark warren via RT
Hi All, I am working on an OpenSSL program i found on the linuxjournal http://www.linuxjournal.com/article/4822 the program seems to work ok, except for the fact that the certificates have expired! So i looked up numerous tutorials on CA.pl in order to create my own certificates, however im

RE: [openssl.org #1183] Building openssl-0.9.7e in Windows Visual Studio 2005 Environment

2005-08-08 Thread Kamalesh Nandi via RT
Hi All, Thanks a lot for the prompt reply. Here are the steps that I followed to build openssl-0.9.7e in Windows Visual Studio 2005 Environment. The machine does not have VS2003. ONly has VS2005. Steps to build openssl-0.9.7e 0) Download file openssl-0.9.7e.tar.gz and save to c:\apps\tao

Re: [openssl.org #1183] Building openssl-0.9.7e in Windows Visual Studio 2005 Environment

2005-08-08 Thread Tomas Svensson
It is just Microsoft that thinks you should use their newly invented functions instead of the C library. Remove /WX from the CFLAG line in ms\ntdll.mak. -Tomas Kamalesh Nandi via RT wrote: Hi All, Thanks a lot for the prompt reply. Here are the steps that I followed to build