Install the OpenSSL on Apache!

2000-10-20 Thread c . f . chow
Dear OpenSSL Developer, I have some question about OpenSSL. Hope you can help me. I have just install an Linux Apache Web Server, I want to install OpenSSL in my Web Server. Can you tell me how to install it?? Also is the Latest version of OpenSSL support 128bit Encrytion?? Thanks and

openssl on windows CE environment?

2000-10-20 Thread
Hi. Is there anybody who have used openssl on WinCE environment? It's too hard for me to port openssl on WinCE somebody help me ..

Re: Rijndael and OpenSSL

2000-10-20 Thread Robert Sandilands
I think I have completed incorporating Rijndael into OpenSSL upto integration with the EVP... functions. How would you prefer to receive the changes I made? diff -c?? Should I try to integrate it into the SSL code? Robert Sandilands "Wade L. Scholine" wrote: Have at it. -Original

Re: Rijndael and OpenSSL

2000-10-20 Thread Geoff Thorpe
On Fri, 20 Oct 2000, Robert Sandilands wrote: I think I have completed incorporating Rijndael into OpenSSL upto integration with the EVP... functions. How would you prefer to receive the changes I made? diff -c?? diff -u please :-) Cheers, Geoff

OpenSSL versioning change

2000-10-20 Thread Rob Neff
Gentlemen, Please accept the following suggestion for discussion. As a developer for a large financial institution I am attempting to determine the feasibility of using the functionality provided by the OpenSSL libraries in our commercial applications. I'm sure you are already aware that

Re: OpenSSL versioning change

2000-10-20 Thread Ulf Moeller
On Fri, Oct 20, 2000, Rob Neff wrote: I would like to see a version scheme using a MAJOR.MINOR.BUILD whereas the next release of OpenSSL is not v0.9.7 but v1.1.0. We talked about that earlier, and decided to switch to v1.x.x once the API has stabilized (at this point we can't guarantee

Re: OpenSSL versioning change

2000-10-20 Thread Rob Neff
Pointing out who has been using OpenSSL for how long should provide confidence in the software. If not, you surely can get a more appropriately numbered library from RSA Data Security. Allow me to restate my position. I am determing the feasibility of using open-source software within a

Re: OpenSSL versioning change

2000-10-20 Thread Rich Salz
Let me make sure I understand: Changing the version number to 1.x.x will make it easier to convince your management to use OpenSSL, as opposed to the current plan of leaving it as 0.9 until a major API change is done. In other words you want the version number

RE: OpenSSL versioning change

2000-10-20 Thread Gary Feldman
From: [EMAIL PROTECTED] ... suggesting the version change to the OpenSSL library, I'm simply trying to address the preconceived notion of major releases with a version number of zero implying beta status by non-techies. Until OpenSSL reaches the point that there will be no incompatible

Re: OpenSSL versioning change

2000-10-20 Thread Richard Levitte - VMS Whacker
From: "Rob Neff" [EMAIL PROTECTED] neff.ra However, the purpose of this discussion thread is not to neff.ra determine the use of a particular software library based neff.ra solely upon version number but rather to help those of us, in neff.ra the trenches, trying to establish the open-source

Re: OpenSSL versioning change

2000-10-20 Thread Rich Salz
'fes up, you were just looking for any excuse so ship that out. :) __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

Footprint reduction by thinning

2000-10-20 Thread Michael Sierchio
I have some interest in reducing the deployed footprint for libssl and libcrypto, and would like to expand on the build options that allow the exclusion of {IDEA|RC2|etc.}. It's a little trickier, but I have in mind deploying both clients and servers using only: DHE-DSS-RC4-SHA I'll

Re: OpenSSL versioning change

2000-10-20 Thread Michael Ströder
Rob Neff wrote: Pointing out who has been using OpenSSL for how long should provide confidence in the software. If not, you surely can get a more appropriately numbered library from RSA Data Security. Allow me to restate my position. [..] I'm simply trying to address the

PATCH: Linux/MIPS support

2000-10-20 Thread Ralf Baechle
Below a patch which fixes the Linux/MIPS support in OpenSSL. Didn't work for most machine before since they're big endian. Note that this was the first time I ever look at the OpenSSL code - and sorry, I didn't like what I saw. Especially the fact that the source tree is modifying itself makes