[openssl-dev] [openssl.org #4609] Configure does not honor requests for ld.gold

2016-08-23 Thread Matt Caswell via RT
On Wed Aug 17 16:18:26 2016, levitte wrote: > On Fri Jul 08 09:36:42 2016, levitte wrote: > > On Fri Jul 08 09:33:01 2016, noloa...@gmail.com wrote: > > > Hmmm... If I want to use ld.gold as my linker, the easiest path is to > > > set LD=ld.gold. It makes perfect sense to some > > > > Did it wo

[openssl-dev] [openssl.org #4584] Self test failures under X32

2016-08-23 Thread Matt Caswell via RT
On Tue Aug 16 08:05:06 2016, matt wrote: > On Thu Aug 11 16:36:42 2016, matt wrote: > > Could be this: > > > > https://github.com/openssl/openssl/pull/1432 > > > That MR has now been merged. > > Jeff - please can you confirm that it resolves the issue for this ticket? No response, so assuming thi

Re: [openssl-dev] object.txt

2016-08-23 Thread Dmitry Belyavsky
Hello Richard, Thank you for clarification! On Tue, Aug 23, 2016 at 2:53 PM, Richard Levitte wrote: > In message z2_faqhkbj...@mail.gmail.com> on Tue, 23 Aug 2016 14:00:23 +0300, Dmitry > Belyavsky said: > > beldmit> Hello, > beldmit> > beldmit> I try to add a new OID to the objects.h file in

Re: [openssl-dev] object.txt

2016-08-23 Thread Richard Levitte
In message on Tue, 23 Aug 2016 14:00:23 +0300, Dmitry Belyavsky said: beldmit> Hello, beldmit> beldmit> I try to add a new OID to the objects.h file in my fork of the OpenSSL beldmit> 1.1.0-pre7-dev. beldmit> beldmit> After adding the line to the objects.txt file and running ./config; beldmit

[openssl-dev] object.txt

2016-08-23 Thread Dmitry Belyavsky
Hello, I try to add a new OID to the objects.h file in my fork of the OpenSSL 1.1.0-pre7-dev. After adding the line to the objects.txt file and running ./config; make the corresponding NIDs do not appear in the files include/openssl/objects.h and include/openssl/obj_mac.h What's the right way to

[openssl-dev] [openssl.org #4642] [openssl-1.1.0-pre6] make failes with solaris-x86-cc & solaris64-x86_64-cc

2016-08-23 Thread Richard Levitte via RT
Ok. I'm going with that solution, then. See attached diff. Cheers, Richard On Wed Aug 17 21:21:34 2016, yoi_no_myou...@yahoo.co.jp wrote: > Yes, __SUNPRO_C is defined by DeveloperStudio compiler. > > > To only allow the use of __atomic_add_fetch when __ATOMIC_RELAXED is > > non-zero > > > isn't t

[openssl-dev] [openssl.org #4653] [1.0.2] fails to compile on VC-WIN32

2016-08-23 Thread Richard Levitte via RT
This was merged yesterday. Please try out a new snapshot. Closing this ticket. Cheers, Richard On Fri Aug 19 15:08:29 2016, levitte wrote: > Please try out this github pull request: > https://github.com/openssl/openssl/pull/1470 > > Cheers, > Richard > > On Fri Aug 19 14:40:02 2016, levitte wrote