Re: EVP_aes_128_cbc_hmac_sha256() not working on arm64 architecture

2019-05-08 Thread Mirko J. Ploch
Thank you Matt. You have been very helpful. On Tue, May 7, 2019 at 6:40 PM Matt Caswell wrote: > > > On 07/05/2019 20:47, Mirko J. Ploch wrote: > > Thank you for your response. You answered my question. It is not > available on my > > target platform architecture (a

Re: EVP_aes_128_cbc_hmac_sha256() not working on arm64 architecture

2019-05-07 Thread Mirko J. Ploch
encryption algorithm. https://tools.ietf.org/html/draft-ietf-jose-json-web-encryption-31#appendix-B Best Regards, Mirko On Tue, May 7, 2019 at 11:45 AM Matt Caswell wrote: > > > On 06/05/2019 16:41, Mirko J. Ploch wrote: > > Hello, > > > > I'm trying to use

EVP_aes_128_cbc_hmac_sha256() not working on arm64 architecture

2019-05-06 Thread Mirko J. Ploch
at the code for EVP_aes_128_cbc_hmac_sha256, it does not look like it. I'm hoping that there is a way to get it working. https://github.com/openssl/openssl/blob/OpenSSL_1_1_1b/crypto/evp/e_aes_cbc_hmac_sha256.c Thank you, Mirko J. Ploch