Re: [openssl-users] The new BN_num_bits_word in 1.0.2o triggers bug in MS C 14.00.60131 for ARM

2018-08-14 Thread Jakob Bohm
On 09/08/2018 23:23, Kurt Roeckx wrote: On Mon, Aug 06, 2018 at 04:30:54PM +0200, Jakob Bohm wrote: The patch below works around this, porting this to OpenSSL 1.1.x is left as an exercise for the reader: Can you please open a pull request on github for that? Kurt This may be some extra

Re: [openssl-users] The new BN_num_bits_word in 1.0.2o triggers bug in MS C 14.00.60131 for ARM

2018-08-09 Thread Kurt Roeckx
On Mon, Aug 06, 2018 at 04:30:54PM +0200, Jakob Bohm wrote: > The patch below works around this, porting this to OpenSSL 1.1.x > is left as an exercise for the reader: Can you please open a pull request on github for that? Kurt -- openssl-users mailing list To unsubscribe:

[openssl-users] The new BN_num_bits_word in 1.0.2o triggers bug in MS C 14.00.60131 for ARM

2018-08-06 Thread Jakob Bohm
The new constant-time implementation of BN_num_bits_word in OpenSSL 1.0.2o triggers a compiler bug in Microsoft C 14.00.60131 for ARM (part of Visual Studio 2005 SP1).  The bug happens at all optimizations levels except completely disabled. Unfortunately, that version of Microsoft C is the