Re: [openssl-dev] [openssl.org #4572] SSL_set_bio and friends

2016-07-30 Thread David Benjamin via RT
On Fri, Jul 29, 2016 at 9:21 AM Matt Caswell via RT wrote: > On Tue Jun 14 20:30:09 2016, david...@google.com wrote: > > I recently made some changes around BoringSSL's SSL_set_bio, etc. > > which you > > all might be interested in. The BIO management has two weird behaviors > > right now: > > >

Re: [openssl-dev] [openssl.org #4633] EVP self test failure with ARMv8 and Aarch32 flags

2016-07-30 Thread Andy Polyakov via RT
>>> (gdb) r test/evptests.txt >>> Starting program: /home/jwalton/openssl/test/evp_test test/evptests.txt >>> [Thread debugging using libthread_db enabled] >>> Using host libthread_db library >>> "/lib/arm-linux-gnueabihf/libthread_db.so.1". >>> >>> Program received signal SIGBUS, Bus error. >>> C

Re: [openssl-dev] [openssl.org #4633] EVP self test failure with ARMv8 and Aarch32 flags

2016-07-30 Thread noloa...@gmail.com via RT
>> (gdb) r test/evptests.txt >> Starting program: /home/jwalton/openssl/test/evp_test test/evptests.txt >> [Thread debugging using libthread_db enabled] >> Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". >> >> Program received signal SIGBUS, Bus error. >> CRYPTO_ccm128

Re: [openssl-dev] [openssl.org #4633] EVP self test failure with ARMv8 and Aarch32 flags

2016-07-30 Thread Andy Polyakov via RT
On 7/30/2016 8:18 PM, Andy Polyakov via RT wrote: >>> (gdb) bt full >>> #0 0x76eef56c in CRYPTO_ccm128_decrypt () from ./libcrypto.so.1.1 >>> No symbol table info available. >>> #1 0x76ed6708 in aes_ccm_cipher () from ./libcrypto.so.1.1 >>> No symbol table info available. >>> #2 0x76edcac0 in EV

Re: [openssl-dev] [openssl.org #4633] EVP self test failure with ARMv8 and Aarch32 flags

2016-07-30 Thread Andy Polyakov via RT
>> (gdb) bt full >> #0 0x76eef56c in CRYPTO_ccm128_decrypt () from ./libcrypto.so.1.1 >> No symbol table info available. >> #1 0x76ed6708 in aes_ccm_cipher () from ./libcrypto.so.1.1 >> No symbol table info available. >> #2 0x76edcac0 in EVP_DecryptUpdate () from ./libcrypto.so.1.1 >> No symbol

Re: [openssl-dev] [openssl.org #4633] EVP self test failure with ARMv8 and Aarch32 flags

2016-07-30 Thread noloa...@gmail.com via RT
> (gdb) bt full > #0 0x76eef56c in CRYPTO_ccm128_decrypt () from ./libcrypto.so.1.1 > No symbol table info available. > #1 0x76ed6708 in aes_ccm_cipher () from ./libcrypto.so.1.1 > No symbol table info available. > #2 0x76edcac0 in EVP_DecryptUpdate () from ./libcrypto.so.1.1 > No symbol table i

Re: [openssl-dev] [openssl.org #4630] Fatal error U1077: 'ias' : return code '0x1' on Skylake processor

2016-07-30 Thread Andy Polyakov via RT
Hi, > I'm trying to set up OpenSSL on Windows 10 64-bit (i7 Skylake), having > followed the instructions so far, after installing Visual Studio I > attempted to nmake in the openssl directory using Visual c++ 2008 command > prompt to get the following error: > > "C:\Strawberry\perl\bin\perl.

Re: [openssl-dev] [openssl.org #4633] EVP self test failure with ARMv8 and Aarch32 flags

2016-07-30 Thread noloa...@gmail.com via RT
>> $ make test V=1 >> >> ok 1 - running enginetest >> ../util/shlib_wrap.sh ./enginetest => 0 >> ok >> ../test/recipes/30-test_evp.t .. >> 1..1 >> not ok 1 - running evp_test evptests.txt >> ../util/shlib_wrap.sh ./evp_test ../test/evptests.txt => 135 >> >> # Failed test 'running evp_

Re: [openssl-dev] [openssl.org #4633] EVP self test failure with ARMv8 and Aarch32 flags

2016-07-30 Thread Andy Polyakov via RT
> Working from 1a627771634adba9d4f3b5cf7be74d6bab428a5f on a Raspberry > Pi 3. Its ARMv8 with Broadcom SoC using A53 cores. It lacks Crypto > extensions, but includes vmull and crc32 (vmull include arrangements > other than u8). ??? If you're referring to polynomial multiplication, then it's p8, n

Re: [openssl-dev] [openssl.org #4632] AutoReply: Configure does not honor ARMv8 and Aarch32 flags

2016-07-30 Thread Andy Polyakov via RT
> Attached is a patch that adds two Configure targets: linux-aarch32 and > linux-aarch32hf. It might make a good starting point for Aarch32 > support. > > The patch enables CRC and Crypto extensions by default. Code that utilizes crypto extensions is compiled with -march=armv7-a by default. Or ma

Re: [openssl-dev] [openssl.org #4632] Configure does not honor ARMv8 and Aarch32 flags

2016-07-30 Thread Andy Polyakov via RT
> Working from 1a627771634adba9d4f3b5cf7be74d6bab428a5f on a Raspberry > Pi 3. Its ARMv8 with Broadcom SoC using A53 cores. It lacks Crypto > extensions, but includes vmull and crc32 (vmull include arrangements > other than u8). The gadget also runs Raspian, which is a 32-bit OS > with hard floats.

[openssl-dev] [openssl.org #4639] Missing const and docs X509_get_notBefore, X509_get_notAfter

2016-07-30 Thread Richard Moore via RT
-- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4639 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4638] Fwd: Missing const EC_KEY *EC_KEY_dup(EC_KEY *src);

2016-07-30 Thread Richard Moore via RT
-- Forwarded message -- From: Richard Moore Date: 24 July 2016 at 17:38 Subject: Missing const EC_KEY *EC_KEY_dup(EC_KEY *src); To: openssl-dev@openssl.org Shouldn't this be EC_KEY *EC_KEY_dup(const EC_KEY *src); Cheers Rich. -- Ticket here: http://rt.openssl.org/Ticket/Disp

[openssl-dev] [openssl.org #4637] Fwd: Missing accessor - DSA key length

2016-07-30 Thread Richard Moore via RT
-- Forwarded message -- From: Richard Moore Date: 24 July 2016 at 17:31 Subject: Missing accessor - DSA key length To: openssl-dev@openssl.org For RSA we have RSA_bits(), for DH we have DH_bits() for DSA we seem to only have DSA_size(). Cheers Rich. -- Ticket here: http://rt.

[openssl-dev] [openssl.org #4635] BUG: 100% CPU in windows with openssl-1.0.2h

2016-07-30 Thread Rich Salz via RT
We need some details. Like which function(s) are using the CPU. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4635 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4618] BUG: Crash in do_ssl3_write unless OPENSSL_NO_MULTIBLOCK

2016-07-30 Thread Matt Caswell via RT
On Mon Jul 25 18:36:56 2016, d...@inky.com wrote: > Yes, that appears to fix it. Thanks! Fixed in 58c27c207dd. Closing ticket. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4618 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscr

[openssl-dev] [openssl.org #4636] Are the point-at-infinity checks in ecp_nistz256 correct?

2016-07-30 Thread Matt Caswell via RT
Ticket submitted by Brian Smith When doing math on short Weierstrass curves like P-256, we have to special case points at infinity. In Jacobian coordinates (X, Y, Z), points at infinity have Z == 0. However, instead of checking for Z == 0, p256-x86-64 instead checks for (X, Y) == (0, 0). In other

[openssl-dev] [openssl.org #4635] BUG: 100% CPU in windows with openssl-1.0.2h

2016-07-30 Thread Nvaeen Shivanna via RT
Hi, We are observing 100% CPU in windows. Request you to help us to solve it. a) SSL method used : TLSv1_2_client_method at client side and TLSv1_2_server_method at the server side b) Open SSL version: openssl1.0.2h c) Cipher : "AES128-GCM-SHA256", we have tried other ciphers also, but the s