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
>
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
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
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
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
; 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
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
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:
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
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
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
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
> 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
> -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
> 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
15 matches
Mail list logo