Re: OpenSSL version 1.1.1n published

2022-03-16 Thread Yann Droneaud

Hi,

Le 15/03/2022 à 23:49, Matt Caswell a écrit :
Those 2 links should be ok now. A problem with our scripts to flush 
the CDN cache.



https://www.openssl.org/news/openssl-1.1.1-notes.html is updated, thanks !

but https://www.openssl.org/news/changelog.html#openssl-111 still shows

OpenSSL 1.1.1

Changes between 1.1.1m and 1.1.1n [xx XXX ]

Changes between 1.1.1l and 1.1.1m [14 Dec 2021]


Regards.


--
Yann Droneaud
OPTEYA




Re: Source compilation of OpenSSL 3.0

2022-03-16 Thread Kory Hamzeh
On your build machine, create a staging directory, for example:

mkdir /tmp/staging

Then run make install like this:

make DESTDIR=/tmp/staging install

Then copy the files in /tmp/staging to your other machine. Note that you  will 
have to copy the files relative to your —prefix and —openssldir directories you 
specified when you ran the Configure script.


> On Mar 16, 2022, at 4:32 AM, ~ Kunal Sharma ~  wrote:
> 
> Hi all,
> 
> I have the need for compiling version 3.0 source code which I have downloaded 
> and compiling on a Centos 7 system and I'm able to compile just fine.
> 
> For using it, however, I need to install it on another Centos 7 machine which 
> does not have the compiler tools and required toolchain. So, I cannot run 
> "make install" there.
> 
> I need help with doing this install. How can I compile on one system and 
> install on another one without using "make install" on the target?
> 
> I'm trying to locate a complete log of the "make install" on a Centos system 
> to be able to figure out what all is being installed and how, so I can try to 
> do it manually myself on my target system.
> 
> Can someone pls help me with some pointers?
> 
> Thanks,
> Kunal Sharma
> 



Source compilation of OpenSSL 3.0

2022-03-16 Thread ~ Kunal Sharma ~
Hi all,

I have the need for compiling version 3.0 source code which I have
downloaded and compiling on a Centos 7 system and I'm able to compile just
fine.

For using it, however, I need to install it on another Centos 7 machine
which does not have the compiler tools and required toolchain. So, I cannot
run "make install" there.

I need help with doing this install. How can I compile on one system and
install on another one without using "make install" on the target?

I'm trying to locate a complete log of the "make install" on a Centos
system to be able to figure out what all is being installed and how, so I
can try to do it manually myself on my target system.

Can someone pls help me with some pointers?

Thanks,
Kunal Sharma