[openssl-users] downgrading openssl

2016-12-27 Thread Fateme Hajikarami
Hi I need some help about downgrading my openssl, I know it is not usual to use old version, but I want to use SCAPI library (a cryptographic library) and they use 1.0 version. I have openssl v1.1.1 on my ubuntu. when I tryied to install it by apt-get (telling the specific version), there were some

Re: [openssl-users] downgrade openssl

2016-12-27 Thread Viktor Dukhovni
> On Dec 28, 2016, at 1:27 AM, Fateme Hajikarami > wrote: > > I need some help about downgrading my openssl, I know it is not usual to use > old version, but I want to use SCAPI library (a cryptographic library) and > they use 1.0 version. > I have openssl v1.1.1 on my ubuntu. There is no Op

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Richard Levitte
In message <1767402444.2364257.1482869125...@mail.yahoo.com> on Tue, 27 Dec 2016 20:05:25 + (UTC), "Ron Gaw " said: ronmlgaw> I wondered about that as well. ronmlgaw> ronmlgaw> First, regarding my msys64: The root '/' is mapped to "C:\msys64", and ronmlgaw> "/mingw64" is the directory wher

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Jeremy Farrell
So you're not using the MSYS version of Perl - compare your output of 'perl -v' with that given by Richard. That's very likely your problem, as Matt Caswell pointed out in the stackoverflow thread referred to earlier. On 28/12/2016 00:52, Ron Gaw via openssl-users wrote: See below. Jeremy F

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Ron Gaw via openssl-users
See below. Jeremy Farrell>> What output do you get when you run the same commands as Richard? That is:Jeremy Farrell>> Jeremy Farrell>> type perl $ type perl perl is hashed (/mingw64/bin/perl) Jeremy Farrell>> Jeremy Farrell>> perl -v $ perl -v This is perl 5, version 22, subversion 0 (v5.22

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Jeremy Farrell
What output do you get when you run the same commands as Richard? That is: type perl perl -v perl -e 'print $^X,"\n";' On 27/12/2016 20:05, Ron Gaw via openssl-users wrote: I wondered about that as well. First, regarding my msys64: The root '/' is mapped to "C:\msys64", and "/mingw64" is

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Ron Gaw via openssl-users
I wondered about that as well.  First, regarding my msys64: The root '/' is mapped to "C:\msys64", and "/mingw64" is the directory where I keep all things MinGW64 w64. Second: I do have multiple Perl's installed, though only one in the /mingw64 tree.  In essence, I *think* all the non-mingw64 p

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Richard Levitte
In message <1733025605.2034908.1482816244...@mail.yahoo.com> on Tue, 27 Dec 2016 05:24:04 + (UTC), "Ron Gaw " said: ronmlgaw> I am using a MinGW64 / MSYS2 environment to compile OpenSSL1.1.0c, but ronmlgaw> failing consistently after multiple attempts with a few variations ronmlgaw> each at

Re: [openssl-users] stronger Kex

2016-12-27 Thread Jeffrey Walton
> I have two servers for testing purpose : > - debian 6, apache 2.2, openssl 1.0.1t (mutu) > - centos 7, apache 2.4.6, openssl 1.0.1e-fips (dedicated) > > Now, these 2 serveurs offers only those ciphers : > TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) > TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA38

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Ron Gaw via openssl-users
From: Jeffrey Walton via openssl-users wrote: > http://stackoverflow.com/q/40948353/608639 In my original note, I explained that I'd done something similar to what the above stackoverflow.com entry suggested: >> I did edit the first Makefile above to : >>    1. Change the base PERL to "C:

Re: [openssl-users] stronger Kex

2016-12-27 Thread Jakob Bohm
On 27/12/2016 09:15, mlrx wrote: Le 21/12/2016 à 16:07, mlrx a écrit : Hello, I have two servers for testing purpose : - debian 6, apache 2.2, openssl 1.0.1t (mutu) - centos 7, apache 2.4.6, openssl 1.0.1e-fips (dedicated) Now, these 2 serveurs offers only those ciphers : TLS_ECDHE_RSA_

Re: [openssl-users] stronger Kex

2016-12-27 Thread mlrx
Le 21/12/2016 à 16:07, mlrx a écrit : > Hello, > > I have two servers for testing purpose : > - debian 6, apache 2.2, openssl 1.0.1t (mutu) > - centos 7, apache 2.4.6, openssl 1.0.1e-fips (dedicated) > > Now, these 2 serveurs offers only those ciphers : > TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA