Re: [openssl-project] OpenSSL 3.0 and FIPS Update

2019-02-22 Thread Richard Levitte
On Thu, 21 Feb 2019 17:20:53 +0100, Matt Caswell wrote: > On 21/02/2019 15:02, Dmitry Belyavsky wrote: > > Dear Matt > > > > > > > > On Wed, Feb 13, 2019 at 9:30 PM Matt Caswell > > wrote: > > > > Please see my blog post for an OpenSSL 3.0 and FIPS Update: > > >

Re: OpenSSL hash memory leak

2019-02-22 Thread Jordan Brown
The most obvious question is "how are you allocating your message_data buffer?".  You don't show that. On 2/22/2019 2:27 AM, prithiraj das wrote: > > Hi All, > > Using OpenSSL 1.0.2g, I have written a code to generate the hash of a > file in an embeddded device having linux OS and low memory

Re: creating Linux "portable" x64 binary

2019-02-22 Thread Hubert Kario
On Friday, 22 February 2019 11:28:33 CET Juan Isoza wrote: > Hello, > I want create for one of my application a Linux binary which run on all > current linux system running x86_64 processor. > > by example, I uses -static-libgcc -static-libstdc++ when I link my app , > because I'm not sure found

Build error on CentOS 7.6

2019-02-22 Thread Paquin, Brian
Hello, I’ve been given a CentOS VM and started by installing OpenSSL 1.02q. wget https://www.openssl.org/source/openssl-1.0.2q.tar.gz tar -xvf openssl-1.0.2q.tar.gz cd openssl-1.0.2q ./config --prefix=/usr/local/openssl make depend make make test During the “make test” I get: make[2]: Entering

OpenSSL 1.1.1a for WINCE700

2019-02-22 Thread Torrelli, Maxime
Hello, I am trying to compile OpenSSL 1.1.1a for WinCE700 whereas until now, I am failing. When I look into the different files used by PERL to create the makefile, it seems WINCE is still supported. Am I right on this point ? If yes, when I look into the generated makefile, I see in the

Re: creating Linux "portable" x64 binary

2019-02-22 Thread Paul Zillmann
Hello Juan, unfortunately is it not possible to static link the glibc. You can try static link another libc like musl-libc [1]. Should there be any problems compiling OpenSSL with musl-libc, take a look at the packages from Alpine Linux [2], they are using musl as their standard libc. You

creating Linux "portable" x64 binary

2019-02-22 Thread Juan Isoza
Hello, I want create for one of my application a Linux binary which run on all current linux system running x86_64 processor. by example, I uses -static-libgcc -static-libstdc++ when I link my app , because I'm not sure found recent version of this lib I also use -lrt to prevent search some tims

OpenSSL hash memory leak

2019-02-22 Thread prithiraj das
Hi All, Using OpenSSL 1.0.2g, I have written a code to generate the hash of a file in an embeddded device having linux OS and low memory capacity and the files are generally of size 44 MB or more. The first time or even the second time on some occasions, the hash of any file is successfully