Re: I had a hard time setting up a CA / enhancment request for openssl.cnf

2006-01-19 Thread Ray
Hello Steve, thanks for the answer, good to know ! Ray. - Original Message - From: Dr. Stephen Henson [EMAIL PROTECTED] To: openssl-users@openssl.org Sent: Thursday, January 19, 2006 1:49 AM Subject: Re: I had a hard time setting up a CA / enhancment request for openssl.cnf On

RE: how to install MOD_SSL on Windows2003 server .. plz help!

2006-01-19 Thread kadir iscmng
Hi everybody, I downloaded and installed SFU35SEL_EN.exe (Windows Services for UNIX)software I m using the Korn Shell from C Shell and Korn Shell .. So Korn Shell takes me to the C:\Documents and Settings\Administrator folder So I have copied my Apache,PHP,ModSSL,Perl,OpenSSL under here ...

Re: how to install MOD_SSL on Windows2003 server .. plz help!

2006-01-19 Thread William A. Rowe, Jr.
kadir iscmng wrote: I downloaded and installed SFU35SEL_EN.exe (Windows Services for UNIX) software I'll just warn you you've wandered deep, deep into uncharted waters :) The native win32 build is the only one most folks support. Some have invested effort and energy into getting 1.3 cygwin

what exactly is the difference between ssl and ssh (secure shell)?

2006-01-19 Thread Chong Peng
if you google ssl and ssh, you will find a few pages regarding this issue, such as: http://www.snailbook.com/faq/ssl.auto.html http://www.rpatrick.com/tech/ssh-ssl/ but all in all, what ssl accomplishes can be done by ssh and what ssh accomplishes can be done by ssl. it seems to me that this

OpenSSL PocketPC 2003

2006-01-19 Thread OpenSSLGRT
I downloaded OpenSSL and made a simple SSL client for Windows. I used the binary distribution from http://www.slproweb.com/products/Win32OpenSSL.html and it came with Windows libs. I now want that to work on Pocket PC 2003 application. I need to figure out how to get libs for PocketPC 2003

compile error in randfile.c on Solaris 10 Opteron

2006-01-19 Thread Tinnerello, Richard
Title: compile error in randfile.c on Solaris 10 Opteron Hello, I'm having trouble building 0.9.7i on a Solaris 10 on x86 (Opteron) machine. I configured manually with: ./Configure solaris-x86-gcc --prefix=/sci/openssl-0.9.7i no-idea no-rc5 no-mdc2 fiips make depend is OK, but make gets

Question on SSL/TLS protocol and self-signed certificate

2006-01-19 Thread Lusiana Lusiana
Hi, I'm a newbie with SSL/TLS protocol and hoping someone can enlighten me on a few things. My understanding of the TLS protocol is the following: During a session establishment a server always transmits its certificate to the client, and the client must validate the certificate. Therefore, if

Re: Question on SSL/TLS protocol and self-signed certificate

2006-01-19 Thread Dr. Stephen Henson
On Fri, Jan 20, 2006, Lusiana Lusiana wrote: I tried to test this using OpenSSL s_client connecting to a web server whose certificate is self-signed. I didn't import server certificate to the client in prior to testing this. Therefore, I expected the session establishment would fail as

Re: compile error in randfile.c on Solaris 10 Opteron

2006-01-19 Thread Kyle Hamilton
That looks like your system headers are corrupt. Try running this command: gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -fomit-frame-pointer -mcpu=i486 -Wall -DL_ENDIAN

Re: OpenSSL PocketPC 2003

2006-01-19 Thread Pablo J Royo
Look at: http://marc.theaimsgroup.com/?l=openssl-devm=112092528123408w=2 http://marc.theaimsgroup.com/?l=openssl-usersm=112352769609201w=2 - Original Message - From: OpenSSLGRT To: openssl-users@openssl.org Sent: Thursday, January 19, 2006 10:30 PM Subject: OpenSSL