PeterMosmans / openssl

'Extra featured' OpenSSL with ChaCha20 and Poly1305 support
https://onwebsecurity.com/pages/openssl.html
Other
92 stars 18 forks source link

Arm version does not compile #17

Closed raybondo closed 9 years ago

raybondo commented 9 years ago

https://github.com/PeterMosmans/openssl/blob/1.0.2-chacha/crypto/evp/e_aes.c#L1279 Line 1279 of crypto/evp/e_aes.c has unknown values as the first to arguments to the call to CRYPTO_gcm128_init.

PeterMosmans commented 9 years ago

Thanks for this bugreport as well @raybondo , and please let me know if this fix works on an ARM architecture. Personally I don't test on that environment (as you probably found out :) )

raybondo commented 9 years ago

Yep, it does work on the different Android ARM devices I've tested so far. Thanks for the library and quick fixes.

On Tue, Apr 28, 2015 at 9:26 PM, Peter Mosmans notifications@github.com wrote:

Thanks for this bugreport as well @raybondo https://github.com/raybondo , and please let me know if this fix works on an ARM architecture. Personally I don't test on that environment (as you probably found out :) )

— Reply to this email directly or view it on GitHub https://github.com/PeterMosmans/openssl/issues/17#issuecomment-97285966.