Re: CVSNT sserver SSL error

2006-01-30 Thread Kyle Hamilton
Your client is trying to use SSLv2, or SSLv3, and the server is configured to not allow that protocol. (Or, the server isn't configured to use any protocol.) I don't know the specifics of how to configure what you're doing, but I do know that there are environment variables available to specify w

RE: make: command not found , while installing mod_ssl

2006-01-30 Thread kadir iscmng
Thanks For your time .., You understand me very good What I m trying to do, As you know I m trying to implement of Apache and mod_ssl on Windows, To do this I m using Cygwin .. But I cant manage to implement Mod_ssl by cygwin ... I downloaded the following packages except C Compiler.. I think th

CVSNT sserver SSL error

2006-01-30 Thread Jason Williard
I just installed CVSNT 2.5.03.2151 on a Red Hat Enterprise 4 server. OpenSSL was previously installed with prefix /usr. When I attempt to connect using TortoiseCVS, I get the following error: SSL connection failed (-1): error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number cvs.exe [imp

Re: Evp_Encrypt_Init Segfault

2006-01-30 Thread Girish Venkatachalam
Try calling EVP_CIPHER_CTX_cleanup(&ctx) at the end... --- Felix Dorner <[EMAIL PROTECTED]> wrote: > Hi, > > the following code executes once, and does fine. > Calling the function a > second time gives a segfault during the call marked > by "-->" > > unsigned char *encrypt_message(unsigned cha

Re: Evp_Encrypt_Init Segfault

2006-01-30 Thread Girish Venkatachalam
Try calling EVP_CIPHER_CTX_cleanup(&ctx) at the end... --- Felix Dorner <[EMAIL PROTECTED]> wrote: > Hi, > > the following code executes once, and does fine. > Calling the function a > second time gives a segfault during the call marked > by "-->" > > unsigned char *encrypt_message(unsigned cha

Evp_Encrypt_Init Segfault

2006-01-30 Thread Felix Dorner
Hi, the following code executes once, and does fine. Calling the function a second time gives a segfault during the call marked by "-->" unsigned char *encrypt_message(unsigned char *message, int inl, int *outl) { EVP_CIPHER_CTX ctx; EVP_CIPHER_CTX_init(&ctx); -->EVP_Encry

Re: openssl 0.9.8a install issue

2006-01-30 Thread Kyle Hamilton
On 1/30/06, Srini Naidu <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to install openssl 0.9.8.a on solaris 10 > platform with GNugcc 3.3.2 comipler. > I keep seeing"make" command" failing. > > Any idea what causing the issue. > gcc -I.. -I../.. -I../../include -D

share session cache between processes

2006-01-30 Thread Ning Ke
Hi, Can I share session cache between two processes that each create its own SSL_CONTEXT? The two process then simply call SSL_CTX_set_session_id_context() passing the same sid_ctx? The following paragraph in the documentation seems to indicate that this is not safe. Is this true? http://www.ope

openssl 0.9.8a install issue

2006-01-30 Thread Srini Naidu
Hi, I am trying to install openssl 0.9.8.a on solaris 10 platform with GNugcc 3.3.2 comipler. I keep seeing"make" command" failing. Any idea what causing the issue. ++ $ pwd /opt/

RE: make: command not found , while installing mod_ssl

2006-01-30 Thread Scott Brown
JFYI--- It sounds to me like you are trying to get an implementation of Apache and mod_ssl running on Windows, and you have migrated to Cygwin for lack of luck on the task. Rather than trying to make all this stuff, might I suggest downloading and installing pre-built packages?: http://www.opens

Re: OpenSSL FIPS Certification

2006-01-30 Thread Dr. Stephen Henson
On Mon, Jan 30, 2006, Jim Adams wrote: > > My question is, has the current snapshot changed since the 0124 snapshot > with regards to building FIPS versions for Windows and entering FIPS mode? > Or am I doing something wrong, or is there an additional step in the build > process that is not yet d

Re: OpenSSL FIPS Certification

2006-01-30 Thread Kiyoshi Watanabe
Are you going to support not only 0.9.7 branch, but also 0.9.8 branch? +Kiyoshi Kiyoshi Watanabe - Original Message - From: "Dr. Stephen Henson" <[EMAIL PROTECTED]> To: Sent: Monday, January 30, 2006 10:07 PM Subject: Re: OpenSSL FIPS Certification On Sun, Jan 29, 2006, Kyle Hamilto

RE: OpenSSL FIPS Certification

2006-01-30 Thread Jim Adams
All, I downloaded and built the 20060124 stable snapshot and built the FIPS version for Windows. It built w/o errors, but it did not create a SHA1 signature file for fipscanister.obj. I built my application linking with libeay32.lib and ssleay32.lib. When I tried to enter FIPS mode with FIPS_m

RE: make: command not found , while installing mod_ssl

2006-01-30 Thread kadir iscmng
Thanks for the reply , In fact I know that, I ve installed GCC .. I ll try to install C Compiler .. But Can you plz advice me Where I can get C Compiler , or developer tools I got Visual C++, so Does it meet my requirement ? Any help will most appreciated , Thanks Kadir -Original Mes

RE: PocketPC Port Question

2006-01-30 Thread OpenSSLGRT
Hi –   OK -- I was able to get it working with your info and help. I really greatly appretiate that you went through all the trouble to make the Portable OpenSSL 0.9.8a and then to provide so much follow up help!   Thank you!       -Original Message- From: [EMAIL PROTECTED]

Re: OpenSSL FIPS Certification

2006-01-30 Thread Dr. Stephen Henson
On Sun, Jan 29, 2006, Kyle Hamilton wrote: > 0.9.7h is FIPS certified, as long as you build with unmodified sources > (and this is checked with an SHA check on the sources in question). > Err no IT IS NOT. The version submitted for validation included various changes to sequestered code (the stu