[openssl-dev] 答复: 答复: 答复: [openssl.org #4360] [BUG] OpenSSL-1.0.1 crash on sha1_block_data_order_ssse3 asm

2016-03-06 Thread Hejian via RT
Hi Jeff Thanks for your reply, this are registers info: (gdb) info all-registers rax0x745dd1f0 1952305648 rbx0xf92ba6dd 4180387549 rcx0x7b69e2f6 2070536950 rdx0x86dab00c 2262478860 rsi0x6436d580 1681315200

Re: [openssl-dev] MacOS defaults?

2016-03-06 Thread Andy Polyakov
>> Hmm. So why do I see this on my macbook? >> >> $ arch >> i386 > > Try "uname -m" This is not reliable. Because it must have changed recently, it used to be i386 even on 64-bit systems. sysctl -n hw.optional.x86_64 is the way to go, it's right there in ./config... -- openssl-dev mailing list

Re: [openssl-dev] MacOS defaults?

2016-03-06 Thread Viktor Dukhovni
> On Mar 6, 2016, at 12:00 PM, Ben Laurie wrote: > > Hmm. So why do I see this on my macbook? > > $ arch > i386 Try "uname -m" -- Viktor. -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] 1.0.2g MacOSX x86_64 build failure (1.0.2f and 1.0.1s are fine)

2016-03-06 Thread Clemens Lang
On Tue, Mar 01, 2016 at 04:52:06PM -0500, Brad House wrote: > On 03/01/2016 04:27 PM, Benjamin Kaduk wrote: > > On 03/01/2016 03:18 PM, Brad House wrote: > >> On 03/01/2016 02:15 PM, Viktor Dukhovni wrote: > >>> On Tue, Mar 01, 2016 at 12:50:46PM -0500, Brad House wrote: > >>> > >>> The only

Re: [openssl-dev] MacOS defaults?

2016-03-06 Thread Andy Polyakov
> Hmm. So why do I see this on my macbook? > > $ arch > i386 I suppose you have to hook up BlackBerry 10 with Verizon LTE plan? :-) :-) :-) -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] MacOS defaults?

2016-03-06 Thread Ben Laurie
Hmm. So why do I see this on my macbook? $ arch i386 On 6 March 2016 at 15:27, Blumenthal, Uri - 0553 - MITLL wrote: > Yes I think it's way past time to make this change. 64-bit has been the > norm for ages. > > > Sent from my BlackBerry 10 smartphone on the Verizon Wireless

Re: [openssl-dev] MacOS defaults?

2016-03-06 Thread Viktor Dukhovni
> On Mar 6, 2016, at 6:20 AM, Ben Laurie wrote: > > Currently OpenSSL defaults to 32 bit in MacOS. I'm told it might be better to > default to 64 bit these days. > > Does anyone have any views? I support a switch to a 64bit default. -- Viktor. -- openssl-dev

Re: [openssl-dev] MacOS defaults?

2016-03-06 Thread Blumenthal, Uri - 0553 - MITLL
Yes I think it's way past time to make this change. 64-bit has been the norm for ages. Sent from my BlackBerry 10 smartphone on the Verizon Wireless 4G LTE network. From: Ben Laurie Sent: Sunday, March 6, 2016 06:21 To: OpenSSL development Reply To: openssl-dev@openssl.org Subject: [openssl-dev]

[openssl-dev] MacOS defaults?

2016-03-06 Thread Ben Laurie
Currently OpenSSL defaults to 32 bit in MacOS. I'm told it might be better to default to 64 bit these days. Does anyone have any views? -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] Default configure and build script no longer enable threads support

2016-03-06 Thread Michel
Hi, Looks like threading support is not the default for widows platform with latest git repo. Is it expected ? When explicitly configured as "PERL Configure threads VC-WIN32 --debug", then util\mk1mf.pl complains : "unknown option - enable-threads" Also it is not clear to me : Are