[openssl-dev] [openssl.org #4428] Gentoo 12.1, x86_64: crypto/aes/aes_cfb.c:1:0: error: CPU you selected does not support x86-64 instruction set

2016-03-13 Thread noloa...@gmail.com via RT
Working from Master... gentoo@Gentoo-2012 ~/openssl $ ./config Operating system: x86_64-whatever-linux2 Configuring for linux-x86_64 Configuring OpenSSL version 1.1.0-pre4-dev (0x0x1014L) no-crypto-mdebug [default] OPENSSL_NO_CRYPTO_MDEBUG (skip dir) no-crypto-mdebug-backtrace [forced

Re: [openssl-dev] [openssl.org #4366] OS X 10.5, 64-bit PPC, no-asm, and "Failed test 'running asynctest'"

2016-03-13 Thread noloa...@gmail.com via RT
Bump... The issue is still present as of b36a2ef for OS X 10.6 64-bit. 32-bit tests OK. The relevant snippets are: $ make test ... ../test/recipes/90-test_async.t ... 1/1 # Failed test 'running asynctest' # at ../test/testlib/OpenSSL/Test/Simple.pm line 70. # Looks like you failed 1 t

Re: [openssl-dev] [openssl.org #4366] OS X 10.5, 64-bit PPC, no-asm, and "Failed test 'running asynctest'"

2016-03-13 Thread Jeffrey Walton
Bump... The issue is still present as of b36a2ef for OS X 10.6 64-bit. 32-bit tests OK. The relevant snippets are: $ make test ... ../test/recipes/90-test_async.t ... 1/1 # Failed test 'running asynctest' # at ../test/testlib/OpenSSL/Test/Simple.pm line 70. # Looks like you failed 1 t

[openssl-dev] [openssl.org #4427] PERL requirements disconnect

2016-03-13 Thread noloa...@gmail.com via RT
The README.PERL states: You MUST have at least Perl version 5.10.0 installed. This minimum requirement is due to... However, the Configure source files use: #! /usr/bin/env perl # -*- mode: perl; -*- ## ## Configure -- OpenSSL source tree configuration script ## I

Re: [openssl-dev] [openssl.org #4425] CentOS 5: mkdir /include: Permission denied at ./Configure line 1248

2016-03-13 Thread noloa...@gmail.com via RT
On Sun, Mar 13, 2016 at 7:56 PM, Richard Levitte via RT wrote: > Vid Sun, 13 Mar 2016 kl. 23.16.45, skrev noloa...@gmail.com: >> On Sun, Mar 13, 2016 at 7:09 PM, Richard Levitte via RT >> wrote: >> > Vid Sun, 13 Mar 2016 kl. 22.05.21, skrev noloa...@gmail.com: >> >> $ perl --version >> >> This i

Re: [openssl-dev] [openssl.org #4425] CentOS 5: mkdir /include: Permission denied at ./Configure line 1248

2016-03-13 Thread Jeffrey Walton
On Sun, Mar 13, 2016 at 7:56 PM, Richard Levitte via RT wrote: > Vid Sun, 13 Mar 2016 kl. 23.16.45, skrev noloa...@gmail.com: >> On Sun, Mar 13, 2016 at 7:09 PM, Richard Levitte via RT >> wrote: >> > Vid Sun, 13 Mar 2016 kl. 22.05.21, skrev noloa...@gmail.com: >> >> $ perl --version >> >> This i

[openssl-dev] [openssl.org #4425] CentOS 5: mkdir /include: Permission denied at ./Configure line 1248

2016-03-13 Thread Richard Levitte via RT
Vid Sun, 13 Mar 2016 kl. 23.16.45, skrev noloa...@gmail.com: > On Sun, Mar 13, 2016 at 7:09 PM, Richard Levitte via RT > wrote: > > Vid Sun, 13 Mar 2016 kl. 22.05.21, skrev noloa...@gmail.com: > >> $ perl --version > >> This is perl, v5.8.8 built for x86_64-linux-thread-multi > > > > This is a pro

Re: [openssl-dev] [openssl.org #4425] CentOS 5: mkdir /include: Permission denied at ./Configure line 1248

2016-03-13 Thread noloa...@gmail.com via RT
On Sun, Mar 13, 2016 at 7:09 PM, Richard Levitte via RT wrote: > Vid Sun, 13 Mar 2016 kl. 22.05.21, skrev noloa...@gmail.com: >> $ perl --version >> This is perl, v5.8.8 built for x86_64-linux-thread-multi > > This is a problem. We don't really support perl older than 5.10, so 5.8.x is > potentia

Re: [openssl-dev] [openssl.org #4425] CentOS 5: mkdir /include: Permission denied at ./Configure line 1248

2016-03-13 Thread Jeffrey Walton
On Sun, Mar 13, 2016 at 7:09 PM, Richard Levitte via RT wrote: > Vid Sun, 13 Mar 2016 kl. 22.05.21, skrev noloa...@gmail.com: >> $ perl --version >> This is perl, v5.8.8 built for x86_64-linux-thread-multi > > This is a problem. We don't really support perl older than 5.10, so 5.8.x is > potentia

[openssl-dev] [openssl.org #4425] CentOS 5: mkdir /include: Permission denied at ./Configure line 1248

2016-03-13 Thread Richard Levitte via RT
Vid Sun, 13 Mar 2016 kl. 22.05.21, skrev noloa...@gmail.com: > $ perl --version > This is perl, v5.8.8 built for x86_64-linux-thread-multi This is a problem. We don't really support perl older than 5.10, so 5.8.x is potentially challenging. It's quite possible you found a problem area. As far as

Re: [openssl-dev] API Problems in current master

2016-03-13 Thread Richard Moore
By the way, the serial number accessors are missing from the docs too or is that just a problem with the website? Cheers Rich. On 13 March 2016 at 22:30, Richard Moore wrote: > On 13 March 2016 at 21:34, Viktor Dukhovni > wrote: > >> >> > On Mar 13, 2016, at 10:41 AM, Rainer Jung >> wrote: >

Re: [openssl-dev] API Problems in current master

2016-03-13 Thread Richard Moore
On 13 March 2016 at 21:34, Viktor Dukhovni wrote: > > > On Mar 13, 2016, at 10:41 AM, Rainer Jung > wrote: > > > > The docs should be fixed, but there's: > > > > int EVP_PKEY_id(const EVP_PKEY *pkey); > > int EVP_PKEY_base_id(const EVP_PKEY *pkey); > > Thanks for the nudge: > > > https://github.

Re: [openssl-dev] API Problems in current master

2016-03-13 Thread Richard Moore
That's great, thanks Rainer. I'll give those a try. Rich. On 13 March 2016 at 14:41, Rainer Jung wrote: > Am 13.03.2016 um 14:34 schrieb Richard Moore: > >> I'm currently testing the new release by trying to port Qt to use it >> (with the compatibility stuff disabled). Here are the first proble

[openssl-dev] [openssl.org #4426] Re: CentOS 5: mkdir /include: Permission denied at ./Configure line 1248

2016-03-13 Thread noloa...@gmail.com via RT
Line 1248 is the 'mkpath' below. sub cleandir { my $base = shift; my $dir = shift; my $relativeto = shift || "."; $dir = catdir($base,$dir) unless isabsolute($dir); # Make sure the directories we're building in exists mkpath($dir); my

[openssl-dev] [openssl.org #4425] CentOS 5: mkdir /include: Permission denied at ./Configure line 1248

2016-03-13 Thread noloa...@gmail.com via RT
This is kind of odd... Working from Master at b36a2ef. It appears Configure is trying to create the directory "/include" rather than "$PWD/include". $ git clone ... $ ls -Al | grep openssl drwxrwxr-x 19 jwalton jwalton 4096 Mar 13 17:37 openssl $ cd openssl $ ./config Operating system: x86_64-w

Re: [openssl-dev] API Problems in current master

2016-03-13 Thread Viktor Dukhovni
> On Mar 13, 2016, at 10:41 AM, Rainer Jung wrote: > > The docs should be fixed, but there's: > > int EVP_PKEY_id(const EVP_PKEY *pkey); > int EVP_PKEY_base_id(const EVP_PKEY *pkey); Thanks for the nudge: https://github.com/openssl/openssl/commit/b36a2efd55078a5fff32b2755046b23cb3c5d8a3 --

Re: [openssl-dev] [openssl.org #4424] openssl 1.0.2.g and Indy-Procjet

2016-03-13 Thread Kurt Roeckx via RT
On Sun, Mar 13, 2016 at 02:09:34PM +, Olaf Kirfel via RT wrote: > Hallo > I am using Embarcadero/Borland C++-Builder for my personal interest and > I have the problem, that after the update to openssl 1.0.2g the > indy-components are not working. > They are delivering an error message like "s

Re: [openssl-dev] API Problems in current master

2016-03-13 Thread Rainer Jung
Am 13.03.2016 um 14:34 schrieb Richard Moore: I'm currently testing the new release by trying to port Qt to use it (with the compatibility stuff disabled). Here are the first problems I've hit: How do we get the certificate serial number? We were doing x509->cert_info->serialNumber to get it as

[openssl-dev] [openssl.org #4424] openssl 1.0.2.g and Indy-Procjet

2016-03-13 Thread Olaf Kirfel via RT
Hallo I am using Embarcadero/Borland C++-Builder for my personal interest and I have the problem, that after the update to openssl 1.0.2g the indy-components are not working. They are delivering an error message like "ssl-security library could not be loaded" (I tried to translate it, sorry). I

Re: [openssl-dev] Openssl SNAP 20160313 issue Re: OPenSSL SNAP 20160312 issue

2016-03-13 Thread Richard Levitte
doctor> > Please don't be surprised if a daily snapshot is broken for a day, consider waiting a day or two to see if the problem is fixed. doctor> > doctor> > This is not the first time we've asked for this. doctor> doctor> Now add Openssl-SNAP-20160313 issue

[openssl-dev] API Problems in current master

2016-03-13 Thread Richard Moore
I'm currently testing the new release by trying to port Qt to use it (with the compatibility stuff disabled). Here are the first problems I've hit: How do we get the certificate serial number? We were doing x509->cert_info->serialNumber to get it as an ASN1_INTEGER. https://www.openssl.org/docs/m

[openssl-dev] Openssl SNAP 20160313 issue Re: OPenSSL SNAP 20160312 issue

2016-03-13 Thread The Doctor
e include your config/setup command when you report things. > > Please don't be surprised if a daily snapshot is broken for a day, consider > waiting a day or two to see if the problem is fixed. > > This is not the first time we've asked for this. Now add Openssl-SNAP-201

[openssl-dev] [openssl.org #4421] Make clean leaving tmp.bak artifacts

2016-03-13 Thread Richard Levitte via RT
Vid Sun, 13 Mar 2016 kl. 11.19.45, skrev noloa...@gmail.com: > On Sun, Mar 13, 2016 at 6:48 AM, Richard Levitte via RT > wrote: > > Could you check again? I believe it should have been fixed when I did > > away with > > `sed` for dependency post-processing. > > > > Yes, you're right. My bad. No p

Re: [openssl-dev] [openssl.org #4422] OS X 32-bit PowerPC: blake2b.c:27: warning: integer constant is too large for 'unsigned long' type

2016-03-13 Thread Kurt Roeckx via RT
On Sun, Mar 13, 2016 at 11:27:23AM +, noloa...@gmail.com via RT wrote: > >> static const uint64_t blake2b_IV[8] = > >> { > >> 0x6a09e667f3bcc908U, 0xbb67ae8584caa73bU, > >> 0x3c6ef372fe94f82bU, 0xa54ff53a5f1d36f1U, > >> 0x510e527fade682d1U, 0x9b05688c2b3e6c1fU, > >> 0x1f83d9abfb

Re: [openssl-dev] [openssl.org #4422] OS X 32-bit PowerPC: blake2b.c:27: warning: integer constant is too large for 'unsigned long' type

2016-03-13 Thread noloa...@gmail.com via RT
>> static const uint64_t blake2b_IV[8] = >> { >> 0x6a09e667f3bcc908U, 0xbb67ae8584caa73bU, >> 0x3c6ef372fe94f82bU, 0xa54ff53a5f1d36f1U, >> 0x510e527fade682d1U, 0x9b05688c2b3e6c1fU, >> 0x1f83d9abfb41bd6bU, 0x5be0cd19137e2179U >> }; >> >> I've run into this before, but in C++. I think

Re: [openssl-dev] [openssl.org #4422] OS X 32-bit PowerPC: blake2b.c:27: warning: integer constant is too large for 'unsigned long' type

2016-03-13 Thread Jeffrey Walton
>> static const uint64_t blake2b_IV[8] = >> { >> 0x6a09e667f3bcc908U, 0xbb67ae8584caa73bU, >> 0x3c6ef372fe94f82bU, 0xa54ff53a5f1d36f1U, >> 0x510e527fade682d1U, 0x9b05688c2b3e6c1fU, >> 0x1f83d9abfb41bd6bU, 0x5be0cd19137e2179U >> }; >> >> I've run into this before, but in C++. I think

Re: [openssl-dev] [openssl.org #4422] OS X 32-bit PowerPC: blake2b.c:27: warning: integer constant is too large for 'unsigned long' type

2016-03-13 Thread Kurt Roeckx via RT
On Sun, Mar 13, 2016 at 07:15:52AM -0400, Jeffrey Walton wrote: > On Sun, Mar 13, 2016 at 6:57 AM, Kurt Roeckx via RT wrote: > > On Sun, Mar 13, 2016 at 10:30:54AM +, noloa...@gmail.com via RT wrote: > >> crypto/blake2/blake2b.c:27: warning: integer constant is too large for > >> 'unsigned lon

Re: [openssl-dev] [openssl.org #4422] OS X 32-bit PowerPC: blake2b.c:27: warning: integer constant is too large for 'unsigned long' type

2016-03-13 Thread Jeffrey Walton
> static const uint64_t blake2b_IV[8] = > { > 0x6a09e667f3bcc908U, 0xbb67ae8584caa73bU, > 0x3c6ef372fe94f82bU, 0xa54ff53a5f1d36f1U, > 0x510e527fade682d1U, 0x9b05688c2b3e6c1fU, > 0x1f83d9abfb41bd6bU, 0x5be0cd19137e2179U > }; > > I've run into this before, but in C++. I think you need

Re: [openssl-dev] [openssl.org #4422] OS X 32-bit PowerPC: blake2b.c:27: warning: integer constant is too large for 'unsigned long' type

2016-03-13 Thread Kurt Roeckx
On Sun, Mar 13, 2016 at 07:15:52AM -0400, Jeffrey Walton wrote: > On Sun, Mar 13, 2016 at 6:57 AM, Kurt Roeckx via RT wrote: > > On Sun, Mar 13, 2016 at 10:30:54AM +, noloa...@gmail.com via RT wrote: > >> crypto/blake2/blake2b.c:27: warning: integer constant is too large for > >> 'unsigned lon

Re: [openssl-dev] [openssl.org #4422] OS X 32-bit PowerPC: blake2b.c:27: warning: integer constant is too large for 'unsigned long' type

2016-03-13 Thread noloa...@gmail.com via RT
> static const uint64_t blake2b_IV[8] = > { > 0x6a09e667f3bcc908U, 0xbb67ae8584caa73bU, > 0x3c6ef372fe94f82bU, 0xa54ff53a5f1d36f1U, > 0x510e527fade682d1U, 0x9b05688c2b3e6c1fU, > 0x1f83d9abfb41bd6bU, 0x5be0cd19137e2179U > }; > > I've run into this before, but in C++. I think you need

Re: [openssl-dev] [openssl.org #4421] Make clean leaving tmp.bak artifacts

2016-03-13 Thread noloa...@gmail.com via RT
On Sun, Mar 13, 2016 at 6:48 AM, Richard Levitte via RT wrote: > Could you check again? I believe it should have been fixed when I did away > with > `sed` for dependency post-processing. > Yes, you're right. My bad. Close it. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4421

Re: [openssl-dev] [openssl.org #4421] Make clean leaving tmp.bak artifacts

2016-03-13 Thread Jeffrey Walton
On Sun, Mar 13, 2016 at 6:48 AM, Richard Levitte via RT wrote: > Could you check again? I believe it should have been fixed when I did away > with > `sed` for dependency post-processing. > Yes, you're right. My bad. Close it. -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org

Re: [openssl-dev] [openssl.org #4422] OS X 32-bit PowerPC: blake2b.c:27: warning: integer constant is too large for 'unsigned long' type

2016-03-13 Thread noloa...@gmail.com via RT
On Sun, Mar 13, 2016 at 6:57 AM, Kurt Roeckx via RT wrote: > On Sun, Mar 13, 2016 at 10:30:54AM +, noloa...@gmail.com via RT wrote: >> crypto/blake2/blake2b.c:27: warning: integer constant is too large for >> 'unsigned long' type > > That's a uint64_t. Why do you have an "unsigned long" as 64

Re: [openssl-dev] [openssl.org #4422] OS X 32-bit PowerPC: blake2b.c:27: warning: integer constant is too large for 'unsigned long' type

2016-03-13 Thread Jeffrey Walton
On Sun, Mar 13, 2016 at 6:57 AM, Kurt Roeckx via RT wrote: > On Sun, Mar 13, 2016 at 10:30:54AM +, noloa...@gmail.com via RT wrote: >> crypto/blake2/blake2b.c:27: warning: integer constant is too large for >> 'unsigned long' type > > That's a uint64_t. Why do you have an "unsigned long" as 64

[openssl-dev] [openssl.org #4419] OS X, 32-bit PowerPC: Makefile:4398: *** unterminated variable reference. Stop.

2016-03-13 Thread Richard Levitte via RT
Thank you. Closing Vid Sun, 13 Mar 2016 kl. 10.58.12, skrev noloa...@gmail.com: > On Sun, Mar 13, 2016 at 6:14 AM, Richard Levitte via RT > wrote: > > Identified and corrected, waiting to pass internal review. I've > > attached the > > fix for your viewing and application before it lands in maste

Re: [openssl-dev] [openssl.org #4419] OS X, 32-bit PowerPC: Makefile:4398: *** unterminated variable reference. Stop.

2016-03-13 Thread noloa...@gmail.com via RT
On Sun, Mar 13, 2016 at 6:14 AM, Richard Levitte via RT wrote: > Identified and corrected, waiting to pass internal review. I've attached the > fix for your viewing and application before it lands in master. > It looks like the change was pushed with 6d505f2. It tested OK under both 32-bit and

Re: [openssl-dev] [openssl.org #4419] OS X, 32-bit PowerPC: Makefile:4398: *** unterminated variable reference. Stop.

2016-03-13 Thread Jeffrey Walton
On Sun, Mar 13, 2016 at 6:14 AM, Richard Levitte via RT wrote: > Identified and corrected, waiting to pass internal review. I've attached the > fix for your viewing and application before it lands in master. > It looks like the change was pushed with 6d505f2. It tested OK under both 32-bit and

Re: [openssl-dev] [openssl.org #4422] OS X 32-bit PowerPC: blake2b.c:27: warning: integer constant is too large for 'unsigned long' type

2016-03-13 Thread Kurt Roeckx via RT
On Sun, Mar 13, 2016 at 10:30:54AM +, noloa...@gmail.com via RT wrote: > crypto/blake2/blake2b.c:27: warning: integer constant is too large for > 'unsigned long' type That's a uint64_t. Why do you have an "unsigned long" as 64 bit uint64_t? Kurt -- Ticket here: http://rt.openssl.org/Tick

[openssl-dev] [openssl.org #4421] Make clean leaving tmp.bak artifacts

2016-03-13 Thread Richard Levitte via RT
Could you check again? I believe it should have been fixed when I did away with `sed` for dependency post-processing. Vid Sun, 13 Mar 2016 kl. 10.22.15, skrev noloa...@gmail.com: > $ make clean && find . -name '*tmp.bak' | wc -l > rm -f > rm -f > rm -f libcrypto.a libssl.a > ... > rm -f `find . -n

[openssl-dev] [openssl.org #4412] Debian and ARM32 (armv7l): fatal error: arm_arch.h: No such file or directory

2016-03-13 Thread Richard Levitte via RT
Great, thank you. Closing ticket. Vid Sun, 13 Mar 2016 kl. 04.41.20, skrev noloa...@gmail.com: > I think this was closed earlier... retesting at 4c1cf7e confirmed the > issue was cleared. > > On Thu, Mar 10, 2016 at 3:41 PM, noloa...@gmail.com via RT > wrote: > > Working from Master on a BeagleBo

Re: [openssl-dev] [openssl.org #4415] test/certs/mkcert.sh uses "#! /binbash"

2016-03-13 Thread noloa...@gmail.com via RT
> ... > Another potential pain point is PERL: > > grep -iIR perl * | grep '#' | grep -v 'env' | wc -l > 232 > > It looks like most uses of PERL are expected to be at > /usr/local/bin/perl. 160 of them use /usr/bin/env, but 230 or so use > the potentially incorrect path. This is testing OK

Re: [openssl-dev] [openssl.org #4415] test/certs/mkcert.sh uses "#! /binbash"

2016-03-13 Thread Jeffrey Walton
> ... > Another potential pain point is PERL: > > grep -iIR perl * | grep '#' | grep -v 'env' | wc -l > 232 > > It looks like most uses of PERL are expected to be at > /usr/local/bin/perl. 160 of them use /usr/bin/env, but 230 or so use > the potentially incorrect path. This is testing OK

[openssl-dev] [openssl.org #4418] Apple configuration delay does not respond to Ctrl-C, proceeds with configuration

2016-03-13 Thread Richard Levitte via RT
I just witnessed it freeze when pressing ^C, never getting out of read. That fix seems to be to add `exit 0` in the trap string. That fix is currently in review. Vid Sun, 13 Mar 2016 kl. 04.27.06, skrev noloa...@gmail.com: > When running a naked "./config" on Apple platforms (both Intel and > Powe

[openssl-dev] [openssl.org #4422] OS X 32-bit PowerPC: blake2b.c:27: warning: integer constant is too large for 'unsigned long' type

2016-03-13 Thread noloa...@gmail.com via RT
cc -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS -DOPENSSL_NO_DYNAMIC_ENGINE -DOPENSSL_PIC -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DVPAES_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines\"" -O3 -D_REENTRANT -arch ppc -DB_ENDIAN

[openssl-dev] [openssl.org #4421] Make clean leaving tmp.bak artifacts

2016-03-13 Thread noloa...@gmail.com via RT
$ make clean && find . -name '*tmp.bak' | wc -l rm -f rm -f rm -f libcrypto.a libssl.a ... rm -f `find . -name '*.d'` rm -f `find . -name '*.o'` rm -f core rm -f tags TAGS rm -f openssl.pc libcrypto.pc libssl.pc rm -f `find . -type l` rm -f ../openssl-1.1.0-pre4-dev.tar 755 -- Ticket here: http

[openssl-dev] [openssl.org #4419] OS X, 32-bit PowerPC: Makefile:4398: *** unterminated variable reference. Stop.

2016-03-13 Thread Richard Levitte via RT
Identified and corrected, waiting to pass internal review. I've attached the fix for your viewing and application before it lands in master. Cheers, Richard Vid Sun, 13 Mar 2016 kl. 04.47.04, skrev noloa...@gmail.com: > The issue is present under 64-bit OS X PowerPC builds, also. > > On Sat, Mar

Re: [openssl-dev] [openssl.org #4411] VIA C7-D processor: Hang in 30-test_afalg.t

2016-03-13 Thread Kurt Roeckx via RT
On Sun, Mar 13, 2016 at 06:29:14AM +, noloa...@gmail.com via RT wrote: > >> It looks like the hang is still present as of 603358d. > >> > >> When the following runs: > >> > >> ../test/recipes/30-test_afalg.t > >> > >> What is actually running? How can I get it under a debugger? > > > > > >