[openssl-dev] ecp_nistz256 is_one is too liberal with what it considers to be one

2016-07-04 Thread Brian Smith
Please see the attached program and consider the following change: ``` if (P256_LIMBS == 8) { res |= a[4] ^ ONE[4]; res |= a[5] ^ ONE[5]; res |= a[6] ^ ONE[6]; +res |= a[7] ^ ONE[7]; } ``` Cheers, Brian -- https://briansmith.org/ #include #include #include #include

[openssl-dev] [openssl.org #4604] Missing includes for ARM on Android

2016-07-04 Thread Richard Levitte via RT
What part of this is a bug in OpenSSL proper? To me it looks like the classic issue when linking with static libraries, that you have to explicitely specify the libraries that libcrypto and libssl depend on. Cheers, Richard On Mon Jul 04 23:40:25 2016, noloa...@gmail.com wrote: > From

[openssl-dev] [openssl.org #4604] Missing includes for ARM on Android

2016-07-04 Thread noloa...@gmail.com via RT
>From http://stackoverflow.com/q/38192458/608639: jni/openssl/lib/armeabi-v7a/libcrypto.a(armcap.o):armcap.c:function OPENSSL_cpuid_setup: error: undefined reference to 'sigfillset' jni/openssl/lib/armeabi-v7a/libcrypto.a(armcap.o):armcap.c:function OPENSSL_cpuid_setup: error: undefined reference