Re: [openssl-users] VS2017 15.5 hangs indefinitely with Blake2b.c

2017-12-06 Thread Oliver Niebuhr
m: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf >> Of Oliver Niebuhr >> Sent: Wednesday, December 06, 2017 08:43 >> >> Like mentioned below, I updated the VS 2017 Compiler to 14.12 - but it >> also happens with 14.11. > > I don't know where t

Re: [openssl-users] VS2017 15.5 hangs indefinitely with Blake2b.c

2017-12-06 Thread Oliver Niebuhr
noobish to be able to tell what the Problem is from my end. I will create a BR on Github. Thanks! Oliver On 06/12/2017 13:06, Matt Caswell wrote: > > > On 06/12/17 08:24, Oliver Niebuhr wrote: >> Hello. >> >> I am not sure if it is a VS Compiler Bug or a Bug in OpenS

[openssl-users] VS2017 15.5 hangs indefinitely with Blake2b.c

2017-12-06 Thread Oliver Niebuhr
Hello. I am not sure if it is a VS Compiler Bug or a Bug in OpenSSL. When the Compiler reaches 'Blake2b.c', it creates the 'Blake2b.obj' and then hangs indefinitely. CPU usage for CL stays at 27-28 Percent. Used RAM stays at 34-35 Megabyte. OpenSSL Version: 1.1.0 Git up2date, Static and Dynamic

[openssl-users] OpenSSL 1.1+: How to disable building of Manpages etc.?

2017-07-22 Thread Oliver Niebuhr
Hi. I searched the Web and checked the Configure File. Am I blind or is there really no Parameter to disable the creation of the Documentation? As I also test the Qt Framework, I often recompile OpenSSL. You are right, building the Docs will only take 2 Minutes - but it sums up to countless hours

Re: [openssl-users] OpenSSL 102 stable Git no-tls1 unknown option

2016-09-22 Thread Oliver Niebuhr
On 22.09.2016 16:42, Salz, Rich wrote: > It's no-tls > > Thanks to Matt Caswell and Richard Levitte for todays "mk1mf.pl: check for no-tls1 here as well" it compiles now :) This works probably as expected: Side Effect: I cant use s_client $somedomain:443 -tls1 (-tls1_1 / -tls1_2) anymore to test

[openssl-users] OpenSSL 102 stable Git no-tls1 unknown option

2016-09-21 Thread Oliver Niebuhr
Good morning. I just created a local Git Branch and switched to 1.0.2-stable. I hoped the Commit "Fix the no-tls1 option" with ID 847fe929108da550b506594f52fa1875ea815723 would have finally fixed it but sadly it is still broken. Or I am getting something wrong. Configure Options: perl Configure n

[openssl-users] 1.0.2h no-tls1 Build Error unknown option no-tls1

2016-06-16 Thread Oliver Niebuhr
Hello. Not sure if this is a Bug or not: Steps: 1.) perl Configure no-ssl3 no-tls1 no-idea no-mdc2 no-rc5 VC-WIN32 --prefix=C:\opensslx86 2.) ms\do_nasm.bat or ms\do_ms.bat 3.) Message Output with ms\do_ms.bat usage: perl util\mkfiles.pl 1>MINFO perl util\mk1mf.pl no-asm VC-WIN32 1>ms\nt.mak

Re: [openssl-users] Spam

2016-04-19 Thread Oliver Niebuhr
Am 20.04.2016 um 01:05 schrieb Scott Neugroschl: > Can the spam filters on the listserv be updated? Got two today in > Spanish and Portuguese for monetary scams. Anyone else getting these? > > > > --- > > Scott Neugroschl | XYPRO Technology Corporation > > 4100 Guardian Street | Suite 100

Re: [openssl-users] [Question] What are the current secure Configure Parameter?

2016-03-14 Thread Oliver Niebuhr
Am 14.03.2016 um 21:43 schrieb Richard Moore: > > > On 10 March 2016 at 04:42, Oliver Niebuhr <mailto:googleers...@oliverniebuhr.de>> wrote: > > Hello. > > I am using OpenSSL from within the Qt Project / QtWebEngine. > > The Qt Wiki says,

Re: [openssl-users] [Question] What are the current secure Configure Parameter?

2016-03-14 Thread Oliver Niebuhr
Am 10.03.2016 um 14:49 schrieb Wall, Stephen: > >> -Original Message- >> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of >> Oliver Niebuhr >> >> The Qt Wiki says, the following Parameters are minimum recommended: >>

[openssl-users] [Question] What are the current secure Configure Parameter?

2016-03-09 Thread Oliver Niebuhr
Hello. I am using OpenSSL from within the Qt Project / QtWebEngine. The Qt Wiki says, the following Parameters are minimum recommended: no-ssl2 no-ssl3 no-idea no-mdc2 no-rc5 Since 1.0.2g, SSL2 has been removed completely. So no-ssl2 is not needed anymore. My Questions are: 1.) Are there any ot

[openssl-users] Bug or Not in 1.0.2b?

2015-06-20 Thread Oliver Niebuhr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. I try to compile OpenSSL under Windows 7 64-bit. I am using MinGW64. All Paths to Perl x64 etc. are set. Configure Parameter: ./Configure -—prefix=/c/opensslx64 no-idea no-mdc2 no-rc5 shared mingw64 Dependencies are built fine. But when I run

[openssl-users] Bug(?) in 1.0.2a: Target Already defined

2015-05-04 Thread Oliver Niebuhr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello People. My Name is Oliver and I am new since today. I just joined because I maybe found a Bug or Issue in Version 1.0.2a: Whenever I try to run: ./Configure —prefix=$PWD/dist no-idea no-mdc2 no-rc5 shared mingw64 or ./Configure —prefix=$PWD/