RE: Upgrade openssl 1.0.2 to 1.1.1 guideline

2022-03-08 Thread Dr. Matthias St. Pierre
The following wiki page might serve as a starting point: https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes HTH, Matthias > -Original Message- > From: openssl-users On Behalf Of Yan, Bob > via openssl-users > Sent: Tuesday, March 8, 2022 5:48 PM > To: openssl-users@openssl.org >

Re: Upgrade Breakage of Perl Script: RH recent

2013-12-20 Thread Peter Abbott
Thanks Dave, I have approached the server operator about the security shortcomings that you pointed out. In the interim I used your suggestion and altered the cipher list to SSL_cipher_list DEFAULT:!ECDH. This has sorted the problem. I am very grateful for your assistance. Peter. On 21 Decemb

RE: Upgrade Breakage of Perl Script: RH recent

2013-12-20 Thread Dave Thompson
I don’t use Fedora and track its versions, but assuming those are recent RedHat including Fedora recently enabled ECC in its openssl packages after years of excluding it over concerns about Certicom’s patent. That increases the number of cipher suites in the Client Hello message and also add

Re: upgrade openssl, do I need to recompile apache

2008-10-25 Thread csross
I forgot about ldd. Yes, when I configured apache I specified --enable-ssl --with-ssl=/usr/local/ssl/lib. I just compiled a new openssl on another server and apache sill shows ssl linked to the old openssl, so I do have to compile. Thank you very much. ldd /www/bin/httpd libssl.so

Re: upgrade openssl, do I need to recompile apache

2008-10-24 Thread patrick
How can I see which it is linked to? look at apache error.log also you can type: ldd httpd (in bin) to see what libs it using. When I configure apache I just indicate /usr/local/ssl/lib (which contains both libssl.a and libssl.so). do you mean: ./configure ... --enable-ssl --with-ssl=/usr/lo

RE: upgrade openssl, do I need to recompile apache

2008-10-24 Thread csross
; libraries or to the dynamic SSL (.so) libraries? > > > > Please respond to openssl-users@openssl.org > Sent by:[EMAIL PROTECTED] > To: openssl-users@openssl.org > cc: (bcc: Dan Mitton/YD/RWDOE) > Subject:RE: upgrade openssl, do I need to recom

RE: upgrade openssl, do I need to recompile apache

2008-10-23 Thread csross
ED] On Behalf Of csross > Sent: Wednesday, October 22, 2008 8:16 PM > To: openssl-users@openssl.org > Subject: RE: upgrade openssl, do I need to recompile apache > > > Thank you. Do I go into the apache source (httpd-2.2.8/modules/ssl) and > just recompile in this directory or re

RE: upgrade openssl, do I need to recompile apache

2008-10-23 Thread Dan_Mitton
Doesn't this all depend on if you linked mod_ssl.so to the static SSL (.a) libraries or to the dynamic SSL (.so) libraries? Please respond to openssl-users@openssl.org Sent by:[EMAIL PROTECTED] To: openssl-users@openssl.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:

RE: upgrade openssl, do I need to recompile apache

2008-10-22 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
PROTECTED] On Behalf Of csross Sent: Wednesday, October 22, 2008 8:16 PM To: openssl-users@openssl.org Subject: RE: upgrade openssl, do I need to recompile apache Thank you. Do I go into the apache source (httpd-2.2.8/modules/ssl) and just recompile in this directory or recompile the entire thing

RE: upgrade openssl, do I need to recompile apache

2008-10-22 Thread csross
Thank you. Do I go into the apache source (httpd-2.2.8/modules/ssl) and just recompile in this directory or recompile the entire thing (apache)? I'm not loading ssl dynamically in apache. Thank you very much. Prathima Dandapani -X (pdandapa - HCL at Cisco) wrote: > > Yes, you need to recom

RE: upgrade openssl, do I need to recompile apache

2008-10-22 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
Yes, you need to recompile mod_ssl of Apache when openssl is upgraded. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of csross Sent: Wednesday, October 22, 2008 3:02 AM To: openssl-users@openssl.org Subject: upgrade openssl, do I need to recompile apache

Re: Upgrade shows wrong version

2008-03-25 Thread Joseph Felten
I just compiled it for SPARC Solaris and it reports the correct version.: # ./openssl version OpenSSL 0.9.8g 19 Oct 2007 But I have to go back and redo it because it dumped the binary in /usr/local/bin and I want it self contained in its own tree so it doesn't conflict with earlier versions. Quo

RE: Upgrade shows wrong version

2008-03-24 Thread David Schwartz
> Maybe I need some more coffee before I google... > > I just upgraded to openssl-0.9.8g, but when I type openssl version it > still shows me the old one. That just means that you are running the executable from the old version. > Am I missing some steps here and is there a web page where I can

RE: Upgrade openssl

2005-06-13 Thread Airey, John
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Arsen > Hairapetyan > Sent: 13 June 2005 13:07 > To: openssl-users@openssl.org > Subject: Upgrade openssl > > Hello! > I have CERN SLC3 installed on my machine. It came with > openssl v0.9.7a > inst

Re: Upgrade

2001-01-03 Thread John Casu
> I have a RedHat 7.0 box I want to install the 0.96 version of open ssl. > My install has the 0.95 rpm installed. If I try to uninstall the rpm it > has dependancies. What is the best method to install the newer > version??? > rpm -U ... will upgrade or rpm -i --nodeps --force wil do a force