Re: [openssl-users] BN_MUL_MONT for ARM64 v8

2017-02-08 Thread Vijay Chander
Mike, I was native compiling on A72 (64 bit) using libgmp version 10.2. Thanks, -vijay On Feb 7, 2017 7:21 PM, "Mike Mohr" wrote: > Licensing issues are indeed thorny. Why can't openssl perform a dynamic > link? The soversion should handle any ABI issues introduced in

Re: [openssl-users] BN_MUL_MONT for ARM64 v8

2017-02-08 Thread Matt Caswell
On 08/02/17 14:12, Michael Wojcik wrote: >> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On >> Behalf Of Mike Mohr Sent: Tuesday, February 07, 2017 22:21 > >> Licensing issues are indeed thorny. Why can't openssl perform a >> dynamic link? The soversion should handle any ABI

Re: [openssl-users] BN_MUL_MONT for ARM64 v8

2017-02-08 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > Mike Mohr > Sent: Tuesday, February 07, 2017 22:21 > Licensing issues are indeed thorny. Why can't openssl perform a dynamic link? > The soversion should handle any ABI issues > introduced in later versions of GMP.

Re: [openssl-users] BN_MUL_MONT for ARM64 v8

2017-02-08 Thread Salz, Rich via openssl-users
> Licensing issues are indeed thorny. Why can't openssl perform a dynamic link? > The soversion should handle any ABI issues introduced in later versions of > GMP. Anything is possible; it is just code. I don't think this is a priority for the team. A pull request ... -- openssl-users

Re: [openssl-users] BN_MUL_MONT for ARM64 v8

2017-02-08 Thread Mike Mohr
Of course OpenSSL contains hand-optimized assembly routines. However, GMP has been around since at least 1993 and the library specifically targets heavily optimized multiple precision arithmetic. OpenSSL is a TLS/SSL toolkit, and necessarily focuses on implementing SSL/TLS correctly - I'd argue