Re: openssl on windows CE environment?

2000-10-27 Thread Ben Laurie
"Reddie, Steven" wrote: I've been doing this outside of work. I'll post some patches soon (within the next week if I get the time). The biggest problem with Windows CE is that there's no C runtime library, You have to be kidding! Cheers, Ben. -- http://www.apache-ssl.org/ben.html

RE: openssl on windows CE environment?

2000-10-27 Thread Reddie, Steven
Kidding about doing it at all, or about Windows CE not having a C runtime library? I am doing this, though not putting much effort into it because it's just to get a small app of mine working. I've got libeay32.dll and the tests built, and have verified that rsa_test.exe works. I'm not all

Rijndael Patches for OpenSSL 0.9.6

2000-10-27 Thread Robert Sandilands
Attached is the patches for OpenSSL 0.9.6 to enable the AES winner:Rijndael. Three files: 1. rijndael.diff - The diff file to use with "patch -p3 -u" 2. cmd - The command executed to create the diff file. 3. exclude - The files that were excluded. Procedure for using patch: 1. tar zxf

Re: GSS-API interface?

2000-10-27 Thread Bodo Moeller
On Thu, Oct 26, 2000 at 01:58:03PM -0700, David Schwartz wrote: You have to include that BIO_write(bio_io, ...) in this loop! Why? I have to data to write. If I had data to write, I would have already written it before I entered the loop. If I get more data to write later, I'll enter

Re: Rijndael Patches for OpenSSL 0.9.6

2000-10-27 Thread Bodo Moeller
On Fri, Oct 27, 2000 at 10:52:16AM +0200, Robert Sandilands wrote: Attached is the patches for OpenSSL 0.9.6 to enable the AES winner:Rijndael. Your patch doesn't seem to include any of your new files, such as the one actually containing the Rijndael implementation ... Anyway, Ben has

No Subject

2000-10-27 Thread dsfl
GET YOUR OWN 100 MEG WEBSITE FOR ONLY $11.95 PER MONTH TODAY! STOP PAYING $19.95 or more TODAY for your web site, WHEN YOU CAN GET ONE FOR ONLY $11.95 PER MONTH! DO YOU ALREADY HAVE A WEBSITE? ALL YOU HAVE TO DO IS TRANSFER THE DOMAIN TO OUR SERVERS AND UPLOAD YOUR DATA AND YOU ARE READY TO

Re: Solaris (sun4u) 8 test failure

2000-10-27 Thread Ulf Möller
On Fri, Oct 27, 2000 at 12:26:33PM -0400, Forrest Aldrich wrote: 20523:error:0A071003:dsa routines:DSA_do_verify:BN lib:dsa_ossl.c:288: *** Error code 1 Hm, I think we got a similar report a while ago. Have you used earlier versions of OpenSSL before? If so, did the error occur there as well?

Re: Solaris (sun4u) 8 test failure

2000-10-27 Thread Forrest Aldrich
I think this is due to egcs. I rebuilt and retested with the latest gcc release 2.95.2 and the tests passed successfully. Something worth noting for future reference. At 12:42 PM 10/27/2000 -0400, Ulf Möller wrote: On Fri, Oct 27, 2000 at 12:26:33PM -0400, Forrest Aldrich wrote:

negotiating EXP-RC4-MD5 with SSLv3

2000-10-27 Thread Tarik Miller
Greetings, I've posted this question to openssl-users and haven't received any responses so I figured I would try here as well. I've discovered that when using s_client, I cannot connect to my server using EXP-RC4-MD5 w/ SSLv3 or TLSv1. The minimal server example in the openssl demos/ssl

Redirecting https connection when client using wrong cipher?

2000-10-27 Thread Burns, Robert
Title: Redirecting https connection when client using wrong cipher? I've seen a couple of posts on this subject, but a search of the FAQ the message archives didn't turn up anything (or my search criteria is suspect? ;-) I want to force the server into using only the RSA-RC4 128 bit cipher,

Re: negotiating EXP-RC4-MD5 with SSLv3

2000-10-27 Thread Lutz Jaenicke
On Fri, Oct 27, 2000 at 11:21:23AM -0700, Tarik Miller wrote: I've posted this question to openssl-users and haven't received any responses so I figured I would try here as well. I've discovered that when using s_client, I cannot connect to my server using EXP-RC4-MD5 w/ SSLv3 or TLSv1.

Re: Redirecting https connection when client using wrong cipher?

2000-10-27 Thread Lutz Jaenicke
On Fri, Oct 27, 2000 at 02:30:46PM -0400, Burns, Robert wrote: I want to force the server into using only the RSA-RC4 128 bit cipher, but I want to redirect clients using other ciphers to a 'more-informative' page regarding why I won't let them in. It would seem to me that there ought to be

Re: negotiating EXP-RC4-MD5 with SSLv3

2000-10-27 Thread Dr S N Henson
Tarik Miller wrote: Greetings, I've posted this question to openssl-users and haven't received any responses so I figured I would try here as well. I've discovered that when using s_client, I cannot connect to my server using EXP-RC4-MD5 w/ SSLv3 or TLSv1. The minimal server example

Re: negotiating EXP-RC4-MD5 with SSLv3

2000-10-27 Thread Tarik Miller
On Fri, 27 Oct 2000, Dr S N Henson wrote: Tarik Miller wrote: Greetings, I've posted this question to openssl-users and haven't received any responses so I figured I would try here as well. I've discovered that when using s_client, I cannot connect to my server using