Openssl0.9.4/Net::SSLeay1.05/NT4 and test-errors

2000-10-27 Thread to
I have got two errors during test in Net::SSLeay 1.05. One: is error 21 in handshake RSA with www.rsa.com and two: is a message about that the there have been no seed provided to the randomizer. I guess im trying to place this question to someone more experienced... Everything else is realy

RE: HTTPS: errors

2000-10-26 Thread David Walgamotte
PROTECTED]Subject: Re: HTTPS: errors Hello,   We are using OpenSSL version 0.9.5a for a project and have noticed some errors connecting to any of our HTTPS:// sites with IE4.0.  We can use the same machine with the same version browser and connect to several other https: sites.  One

Re: HTTPS: errors

2000-10-26 Thread Randall
Hello,   We are using OpenSSL version 0.9.5a for a project and have noticed some errors connecting to any of our HTTPS:// sites with IE4.0.  We can use the same machine with the same version browser and connect to several other https: sites.  One thought was what version of SSL is being sent

RE: errors in SSL_connect() & session caching overload

2000-10-19 Thread p . wagemans
Louis LeBlanc wrote: > Just in case anyone is interested, I have come across a problem with > the SSL session caching. Under heavy load, my app would dump core, > sometimes the core exceeded 300MB (though a good part of this was > memory allocated for application functionality). The problem > d

errors in SSL_connect() & session caching overload

2000-10-18 Thread Louis LeBlanc
Hello all. First, thanks to everyone who has helped me with any feedback on my previous problems. I seem to be pretty much over the major hurdles at this point, but I need to verify the cause of some SSL errors showing up under (very) heavy load. Here they are: error:140943FC:SSL

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> > Looks like you have to. There's a few lines of assembler in > rand_win.c that you can't do without at this time. Perhaps we should > simply turn off readtimer for Borland C? OK, turning off readtimer did the trick for now but I'll get me

Re: Compile errors Win32

2000-09-11 Thread Richard Levitte - VMS Whacker
From: "ukoeppe" <[EMAIL PROTECTED]> ukoeppe> bcc32 -otmp32\randfile.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c .\crypto\rand\randfile.c ukoeppe> .\crypto\rand\randfile.c: ukoeppe> Warning W8017 c:\Borland\Bcc55\inc

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
Just tried it with the update from the Openssl CVS web interface . same thing U.K. - Original Message - From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 11, 2000 1:42 PM Subject: Re: Co

Re: Compile errors Win32

2000-09-11 Thread Richard Levitte - VMS Whacker
From: "ukoeppe" <[EMAIL PROTECTED]> ukoeppe> No, I don't have assembler installed. Looks like you have to. There's a few lines of assembler in rand_win.c that you can't do without at this time. Perhaps we should simply turn off readtimer for Borland C? ukoeppe> Now the error looks somewhat di

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> > Ah, I think I see. Could you try the following change (do you > understand the format used?)? > > diff -u -r1.6 rand_win.c > --- crypto/rand/rand_win.c 2000/07/21 02:14:15 1.6 > +++ crypto/rand/rand_win.c 2000/09/11 11:41:16 > @@ -236,7 +2

Re: Compile errors Win32

2000-09-11 Thread Richard Levitte - VMS Whacker
From: "ukoeppe" <[EMAIL PROTECTED]> ukoeppe> Warning W8075 .\crypto\rand\rand_win.c 239: Suspicious pointer conversion in function RAND_poll Ah, I think I see. Could you try the following change (do you understand the format used?)? diff -u -r1.6 rand_win.c --- crypto/rand/rand_win.c 200

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 11, 2000 1:12 AM Subject: Compile errors Win32 > Is there a snapshot of openssl in sight that compiles clean under > win32? (the compile stops in rand_win.c, some problem with a pointer > conversion in Rand_poll somet

Compile errors Win32

2000-09-10 Thread ukoeppe
Is there a snapshot of openssl in sight that compiles clean under win32? (the compile stops in rand_win.c, some problem with a pointer conversion in Rand_poll something, I forgot, my vision got kinda foggy after having tried the 20th or so snapshot) I need the latest version real bad. Could someb

Re: Compile errors

2000-08-11 Thread Jon-Pierre Gentil
very well have other goofs in the file. - Original Message - From: "Ashley Horn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 11, 2000 12:05 PM Subject: Compile errors > I am trying to install openssl on Linux Slackware 7.0 and I get the

RE: Compile errors

2000-08-11 Thread Barnes, Michael L.
Make sure that your download was not corrupt or something, because there is no occurance of "mf" anywhere in the file. Mike > -Original Message- > From: Ashley Horn [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 11, 2000 1:05 PM > To: [EMAIL PROTECTED] >

Compile errors

2000-08-11 Thread Ashley Horn
I am trying to install openssl on Linux Slackware 7.0 and I get the following errors when running make: pkcs12.c: In function `pkcs12_main': pkcs12.c:216: warning: implicit declaration of function `mf' pkcs12.c:216: parse error before `{' pkcs12.c:216: parse error before `_

Compile errors under Digital Unix 4.0d

2000-06-09 Thread bigdsafian
I'm trying to compile OpenSSL-0.9.5a on Digital Unix 4.0d. After running ./configure make Things go without error until we get to the test directory, where make dies with the following error: Any ideas what the problem could be? make[1]: Entering directory `/mnt/class/dws/openssl-0.9.5a

Re: Solaris7, redefinition of int8_t errors

2000-06-05 Thread Chris
Something might be broken with your GCC install. You also might want to look at bitypes.h and see what it's defining int16_t etc. to be. I've seen before where Sun has made syntactical mistakes before. My SPARC is down right now, otherwise I'd try the compile myself. --Chris

Re: Solaris7, redefinition of int8_t errors

2000-06-05 Thread Yozo TODA
> Those are warnings from the compiler. Warnings don't cause compiles > and makes to fail. Examine your error output and determine the real > cause of the failure. and actually I can compile openssl-0.9.5a on solaris8/sparc with gcc-2.95.2. see (http://aohakobe.ipc.chiba-u.ac.jp /misc/doc

Still iam getting the errors

2000-05-20 Thread Raaj Krissna
sir, I had made some modifiactions to the programs(client/server programs) that are given in the "opensslxxx/demos/ssl" directory. Still iam getting errors while executing those programs. Here iam mentioning the client & server programs and errors th

Still iam getting the errors

2000-05-20 Thread Raaj Krissna
sir, I had made some modifiactions to the programs(client/server programs) that are given in the "opensslxxx/demos/ssl" directory. Still iam getting errors while executing those programs. Here iam mentioning the client & server programs and errors th

Errors compiling darkspell gadgets

2000-05-19 Thread Lenya Khachaturov
n /usr/local/lib But when trying to compile the darkspell examples I get the following errors: bash-2.03# gcc paul2.c request.c ssl_sockets.c -o ssl_client /tmp/ccpUxCpY.o: In function `my_verify_callback': /tmp/ccpUxCpY.o(.text+0x22): undefined reference to `X509_STORE_CTX_get_current_ ce

Unable To Install The OPENSSL Properly On Linux Systems And Getting The Errors While Running The Programs(Client/Server Programs)

2000-05-16 Thread Raaj Krissna
next command: make test 7)next command : make install --- Now i tried to write some Client/server programs and tried to run them by using "gcc filename.c" When i run the programs like this iam getting the errors such as : --

Decrypt errors (Netscape Communicator 4.72)

2000-04-28 Thread Forrest Aldrich
We are seeing this error: [Fri Apr 28 11:44:46 2000] [error] OpenSSL: error:0407106B:rsa routines:RSA_padding_check_PKCS1_type_2:block type is not 02 [Fri Apr 28 11:44:46 2000] [error] OpenSSL: error:04065072:rsa routines:RSA_EAY_PRIVATE_DECRYPT:padding check failed [Fri Apr 28 11:44:46 2000] [

Re: SSL-SEED errors

2000-04-26 Thread Richard Levitte - VMS Whacker
From: Andrew Malato <[EMAIL PROTECTED]> Subject: SSL-SEED errors Date: Wed, 26 Apr 2000 14:05:47 -0400 Message-ID: <[EMAIL PROTECTED]> andy> I just installed Apache-SSL on SunOS. Everything seems to be working andy> ok, however I am getting this error messages in the error

SSL-SEED errors

2000-04-26 Thread Andrew Malato
I just installed Apache-SSL on SunOS. Everything seems to be working ok, however I am getting this error messages in the error log file. [Wed Apr 26 11:43:06 2000] [error] SSL_accept failed [Wed Apr 26 11:43:06 2000] [error] error:24064064:random number generator:SSLEAY _RAND_BYTES:PRNG not seed

errors...

2000-03-31 Thread Ricardo Stella
Well, I compiled lynx 2.8.2 using openssl 0.9.4 libraries (and rsaref) under Solaris 2.6. It works ! But now I'm trying to compile it using openssl 0.9.5 libs, under Solaris 2.7. I can't get it to work. It compiles, yes and lynx works to non-ssl ports, but I can't get in to ssl sites. As a sh

Re: Errors after upgrading to OpenSSL 0.9.5

2000-02-29 Thread Bennett Samowich
This post is just for the error tracking... A am running (Apache/1.3.11 Ben-SSL/1.38) and the change from OpenSSL-0.9.4 to OpenSSL-0.9.5 was uneventful. I'm not sure if I needed to recompile Apache or not in order to fully use the new OpenSSL package. Cheers, - Bennett __

Re: Errors after upgrading to OpenSSL 0.9.5

2000-02-29 Thread Lutz Jaenicke
On Tue, Feb 29, 2000 at 01:08:39AM -0500, Peter Avalos wrote: > After upgrading from OpenSSL 0.9.4 to 0.9.5, I get this error when trying to > start apache: > [error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key > > I can't find any information about this error. > > Here's

Re: stunnel, OpenSSL 0.9.4, SSL_accept errors

2000-02-09 Thread Michal Trojnara
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Erik, The error means that your client has closed connection before SSL negotiation. I guess you're trying to connect SSL service with non-SSL client (= your Outlook is not configured to use SSL). Am I right? Regards, Mike >>> Erik Wachtenhei

stunnel, OpenSSL 0.9.4, SSL_accept errors

2000-02-08 Thread Erik Wachtenheim
Thanks to information provided me by a member of this list, Paul Gear, I have been able to set up a server certificate which MS Outlook 97 does not complain about. If anyone should need instructions please let me know and I could post my experience. I am, however, having trouble with stunnel

OpenSSL handshake errors

1999-12-10 Thread tim . wellhausen
Hi! There is a problem with our apache server using modssl/openssl. We use apache 1.3.9, modssl 2.4.9, and openssl 0.9.4 on a solaris 2.6 machine. This server is used for an e-commerce side which gets between 1000 and 2000 SSL connections each day. The certificate we use is the GlobalServerID

Re: ERRORS

1999-12-09 Thread Bodo Moeller
hari krishna <[EMAIL PROTECTED]>: > I am trying to install on PC-SOLARIS ver2.7 with gcc > ver 2.7.2.3 and perl ver 5.004_03. > > Any body knows what is it and the resolution. See INSTALL, lines 122-124. __ OpenSSL Project

Re: Confused about behavior of OpenSSL Cert Verify errors when root cert is not available on the client

1999-12-06 Thread Dr Stephen Henson
Jeffrey Altman wrote: > > would someone please take a look at the following two servers and > explain to me why they result in different errors with 0.9.4 (and > 0.9.5 as of today) when the issuer's certificate is not available. > > https://www.amazon.com > h

Confused about behavior of OpenSSL Cert Verify errors when root cert is not available on the client

1999-12-06 Thread Jeffrey Altman
would someone please take a look at the following two servers and explain to me why they result in different errors with 0.9.4 (and 0.9.5 as of today) when the issuer's certificate is not available. https://www.amazon.com https://www.ingrammicro.com When there are no local certificat

openssl-0.9.4 and CSR errors from thawte.com

1999-11-03 Thread Randall Winchester
Hi, I have just installed openssl-0.9.4, and am trying to get a certificate request signed by thawte. When I cut and paste the CSR into their test server interface (https://www.thawte.com/cgi/server/test.exe), I get back the error; "Your CSR is not self-signed." Does anyone know why I am gettin

Re: ERRORS Compiling Latest openssl-SNAP-19990802

1999-08-03 Thread Bodo Moeller
Howard Uman <[EMAIL PROTECTED]>: > When I issue my usual request to ./Configure the openssl-SNAP-19990802, I > have been using "solaris-usparc-cc" as my compiler, but that option appears > to be gone This worked as recently as the openssl-SNAP19990725 file. > What to do? Simply trying "./co

ERRORS Compiling Latest openssl-SNAP-19990802

1999-08-03 Thread Howard Uman
When I issue my usual request to ./Configure the openssl-SNAP-19990802, I have been using "solaris-usparc-cc" as my compiler, but that option appears to be gone This worked as recently as the openssl-SNAP19990725 file. What to do? Thanks -H ~ Howard Uman - [EMAIL PROTECTED] Netegrity, Inc.,

Re: Make errors on LInux

1999-07-14 Thread dreamwvr
hi, i have noticed that myself on the most recent linux based implementations you need to pull down the development libraries for the linux version you are using and install it. for some reason these are not installed in the custom, workstation, or server installs for rpm based systems. i have

Re: Make errors on LInux

1999-07-13 Thread Holger Reif
Rod Farmer schrieb: > > Hi everyone, > > I have just untarred openssl in the /usr/loca directory on my box So you have a /usr/local/openssl-0.9.3a directory then? > and am trying desperately to install openssl with the make command. > > I have tried cc, gcc and linux-elf configuration

Make errors on LInux

1999-07-13 Thread Rod Farmer
Hi everyone, I have just untarred openssl in the /usr/loca directory on my box and am trying desperately to install openssl with the make command. I have tried cc, gcc and linux-elf configurations with make and pmake. All of them exit when they can't find crpytlib.o. Also it tells me t

Re: s_server errors?

1999-06-20 Thread Anonymous
On Sun, Jun 20, 1999 at 01:50:13AM -0500, Wyman Eric Miles wrote: > I'm trying to communicate with SSL-secured services and having a great > deal of trouble. > > I've been using s_server as a diagnostic tool. [...] > ./openssl s_server -accept 5000 -cert /home/wymanm/server.pem -debug > -state

s_server errors?

1999-06-20 Thread Anonymous
I'm trying to communicate with SSL-secured services and having a great deal of trouble. I've been using s_server as a diagnostic tool. Here's the output, along with the s_server command line: ./openssl s_server -accept 5000 -cert /home/wymanm/server.pem -debug -state -bugs Using default temp

Errors during build.

1999-06-01 Thread Vidhya Shankar
Hi, I am trying to install the SSLeay package on IRIX 6.5. I have applied the ssleay-0.9.0-irix-patch. During the build, i.e., with the make command, I am getting the following errors : 1 error detected in the compilation of "b_sock.c". *** Error code 2 (bu21)

Solaris-x86 - errors with assembly code in sha_dgst.c

1999-05-27 Thread pangloss
After I do a standard './config' and then a make, I get the following error after a little compiling. This only occurs with 0.9.3 (no problems with 0.9.2b and earlier). making all in crypto/sha... gcc -I.. -I../../in

Re: Need Help. errors in building openssl 0.9.2b.

1999-05-19 Thread Bodo Moeller
On Wed, May 19, 1999 at 12:59:21PM -0700, Dinesh Somani wrote: > I am trying to build openssl 0.92b for apache. > SO I downloaded and built the openssl-0.9.2b package. > The make went fine, BUT 'make test' failed as follows: > ... > openssl:Error: 'idea-ecb' is an invalid command. You compiled t

Need Help. errors in building openssl 0.9.2b.

1999-05-19 Thread Dinesh Somani
Hi I am trying to build openssl 0.92b for apache. SO I downloaded and built the openssl-0.9.2b package. The make went fine, BUT 'make test' failed as follows: ... openssl:Error: 'idea-ecb' is an invalid command. Help! I have also attached the complete output of ``make test''. Thanks Dinesh 39

Undefined symbol errors in compiling OpenSSL 0.9.2b

1999-05-04 Thread matthew
s_socket.o >getservbyname s_socket.o >gethostbyaddr s_socket.o >getsockopt s_socket.o >shutdowns_server.o >listen s_socket.o >connect s_

Re: Win 32 DLL library & NET_SSLEAY Perl module generation (bn.h) compilation errors

1999-03-20 Thread Francois Orsini
al Message- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Saturday, March 20, 1999 1:24 PM Subject: Re: Win 32 DLL library & NET_SSLEAY Perl module generation (bn.h) compilation errors >Hello, >I saw this on the mailing lis

Re: Win 32 DLL library & NET_SSLEAY Perl module generation (bn.h) compilation errors

1999-03-20 Thread dougc
also getting these quite > unexpected errors (for ssl.h and bn.h) . > > I wonder if this is caused by #include ordering in the SSLeay.xs? > > Would there be any Win32 MS VC 5.0 or 6.0 expert as to know if there > would be any special compile flags to set in order to get rid of

Re: Win 32 DLL library & NET_SSLEAY Perl module generation (bn.h) compilation errors

1999-02-08 Thread Francois
Hi, I'm doing it at the moment and I'm also getting these quite unexpected errors (for ssl.h and bn.h) . I wonder if this is caused by #include ordering in the SSLeay.xs? Would there be any Win32 MS VC 5.0 or 6.0 expert as to know if there would be any special compile flags to set i

<    1   2   3   4   5   6