Re: MSVC Application linked against static openssl libs is crashing

2005-06-06 Thread Aleksey Sanin
While it is pretty hard to say what exactly is the problem in your case due to the lack of details, I would try to guess that the likely reason is MSVC runtime incompatibility. One of the worst surprises of Microsoft Windows is that it has several C runtime libraries *incompatible* with each othe

RE: MSVC Application linked against static openssl libs is crashing

2005-06-06 Thread Steven Reddie
You said it crashes when you call OpenSSL? Which function are you calling, and what sort of crash is it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Qadeer Baig Sent: Tuesday, 7 June 2005 2:53 PM To: openssl-users@openssl.org Subject: Re: MSVC Applic

Re: MSVC Application linked against static openssl libs is crashing

2005-06-06 Thread Qadeer Baig
Thanks Brant Thomsen for the reply, My application is actually a Win32 Dynamic-Library with no MFC support. Any other idea? Thanks and regards -- Qadeer Baig On 6/6/05, Brant Thomsen <[EMAIL PROTECTED]> wrote: > I have had problems getting OpenSSL to link correctly if MFC is being used. > Try s

Re: OT: where is Rich Salz? Thanks.

2005-06-06 Thread Vin McLellan
Hi Michael, Rich <[EMAIL PROTECTED]> is the Chief Security Architect for DataPower Technology, Inc., based in Cambridge, MA. The DTI telephone number is (617) 864-0455. _Vin At 06:07 PM 6/6/2005, you wrote: OT: where is Rich Salz? Thanks. ___

OT: where is Rich Salz? Thanks.

2005-06-06 Thread Michael Sierchio
OT: where is Rich Salz? Thanks. __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EM

Re: CA certificate authentication

2005-06-06 Thread J. Wren Hunt
Bencoe, Michael K wrote: > Our development team just completed a successful experiment using SSL > and mutual certificate authentication between a Java socket server and a > C++ socket client. The C++ client used OpenSSL, while the Java server > used the SSL services provided with the 1.4 SDK. F

Re: question about compiling in windows XP

2005-06-06 Thread Thomas J. Hruska
Mark wrote: I am using MS Visual Studio 2003, and am trying to compile OpenSSL 0.9.7g. I am following the instructions provided in the file - INSTALL.W32. I get to the point where the instructions say: Then from the VC++ environment at a prompt do: > nmake -f ms\ntdll.mak I am not sure how

Re: question about compiling in windows XP

2005-06-06 Thread Mark
Matys - That is what I needed. Thank you !!! On 6/6/05, Majzik Matyas <[EMAIL PROTECTED]> wrote: > > > > nmake -f ms\ntdll.mak > > I am not sure how to run this from a command prompt in Visual Studio, > > since I cannot find a Visual Studion workspace or project file in > > which to open the

Re: question about compiling in windows XP

2005-06-06 Thread Heikki Toivonen
Mark wrote: > Then from the VC++ environment at a prompt do: > > > nmake -f ms\ntdll.mak > > I am not sure how to run this from a command prompt in Visual Studio, > since I cannot find a Visual Studion workspace or project file in > which to open the OpenSSL project. Maybe the instructions are a

Re: question about compiling in windows XP

2005-06-06 Thread Majzik Matyas
nmake -f ms\ntdll.mak I am not sure how to run this from a command prompt in Visual Studio, since I cannot find a Visual Studion workspace or project file in which to open the OpenSSL project. What am I not doing right ?? Open a command prompt using Start menu / Run... by entering cmd Then ru

Re: question about compiling in windows XP

2005-06-06 Thread Sean Covel
Start, Programs, Visual Studio.NET 2003, Visual Studio Tools, Visual Studio.NET 2003 Command Prompt Its a "Dos Box" with the environment variables/paths setup to run the VS tools. Mark wrote: > I am using MS Visual Studio 2003, and am trying to compile OpenSSL > 0.9.7g. I am following the instru

question about compiling in windows XP

2005-06-06 Thread Mark
I am using MS Visual Studio 2003, and am trying to compile OpenSSL 0.9.7g. I am following the instructions provided in the file - INSTALL.W32. I get to the point where the instructions say: Then from the VC++ environment at a prompt do: > nmake -f ms\ntdll.mak I am not sure how to run this f

Re: Recommended SSL Books...

2005-06-06 Thread Richard Koenning
Tyler Durden wrote: This book is good, but the openSSL version that use, I think that is the 0.96, so the documentation is slightly old. It's based on 0.9.6 but it gives some prospect on 0.9.7, so it's not so outdated as one might think. Ciao, Richard -- Dr. Richard W. Könning Fujitsu Siemen

CA certificate authentication

2005-06-06 Thread Bencoe, Michael K
I sent the email below yesterday, but I sent it before I completed the subscription process for the openssl-users list. So, my guess is that it wasn't sent. If you're seeing again, my apologies. Thanks! Michael Bencoe Organization 9512 Sandia National Laboratories Phone: 505-844-6758 Fax:

Re: Recommended SSL Books...

2005-06-06 Thread Bear Giles
[EMAIL PROTECTED] wrote: Thanks for all the responses -- "Network Security using OpenSSL" it is and I expect it will be of the same high quality as other O'Reilly Books I own. I haven't looked at that book but for a long time THE book was "SSL and TLS: Designing and Building Secure Systems" b

RE: Recommended SSL Books...

2005-06-06 Thread ron . muck
Thanks for all the responses -- "Network Security using OpenSSL" it is and I expect it will be of the same high quality as other O'Reilly Books I own. Ron Muck Senior Software Engineer [EMAIL PROTECTED] 503.579.1414  x5054 www.nobeltec.com "mclellan, dave" <[EMAIL PROTECTED]> Sent by: [EMA

RE: Recommended SSL Books...

2005-06-06 Thread mclellan, dave
two excellent sources:    O'Reilly:  "Network Security using OpenSSL"  by Viega, Messier, and Chandra Addison-Wesley: "SSL and TLS"   by Rescorla   Dave McLellan --Consulting Software Engineer - SPEA Engineering EMC Corporation 228 South St. Mail Stop: 228 LL/AA-24 Hopkinton, M

Re: Recommended SSL Books...

2005-06-06 Thread Dunceor .
Network Security with OpenSSL. http://www.amazon.com/exec/obidos/tg/detail/-/059600270X/104-9681170-4327902?v=glance Great book, both for OpenSSL usage and programming with libcrypto. // Dunceor On 6/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I have been using OpenSSL for about a m

Re: Recommended SSL Books...

2005-06-06 Thread Tyler Durden
Hello, I have been using the book that you can see in this link: http://www.oreilly.com/catalog/openssl/ I do not know any book of openSSL, but I know others that explains the SSL protocol. This book is good, but the openSSL version that use, I think that is the 0.96, so the documentation is slig

Recommended SSL Books...

2005-06-06 Thread ron . muck
I have been using OpenSSL for about a month and though I have a basic understanding I know there is much more to learn.  I have leveraged several resources on the web regarding SSL and I am looking for recommendations on good SSL Books - preferably both as a programmers guide and reference book.  

RE: MSVC Application linked against static openssl libs is crashing

2005-06-06 Thread Brant Thomsen
I have had problems getting OpenSSL to link correctly if MFC is being used. Try switching from static to dynamic loading of the MFC libraries and see if that solves the problem. Brant Thomsen > -Original Message- > Hi Aftab, > > Thanks for the reply, > > If you are referring to compiling

Re: MSVC Application linked against static openssl libs is crashing

2005-06-06 Thread Qadeer Baig
Hi Aftab, Thanks for the reply, If you are referring to compiling openssl with /MT switch then, yes, I have compiled openssl with /MT switch (thanks to Rush he had pointed this out). But because I need static library of openss so I used nt.mak file for openssl compilation. But if you mean that /

RE: MSVC Application linked against static openssl libs is crashing

2005-06-06 Thread Aftab Alam
Hi Qadeer, It seems that you have to use the switch /MTd (for debug) or /MT (for release) If you are using VS2003 you should go to code generation and set the run time library accordingly. Regards, Muhammad Aftab Alam. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]