[openssl-users] EVP AES Wrap

2018-05-16 Thread Luís Martins
Hi, I'm trying to use the EVP AES wrap implementations from openssl (e.g. EVP_aes_128/192/256_wrap()) but I'm getting the following error in EVP_EncryptInit_ex() f: error:0607B0AA:digital envelope routines:EVP_CipherInit_ex:wrap mode not allowed I've search the documentation for exampl

Re: [openssl-users] EVP AES Wrap

2018-05-17 Thread Luís Martins
Thanks Matt, it works fine now. Regards, Luís On Thu, May 17, 2018 at 10:09 AM Matt Caswell wrote: > > > On 16/05/18 18:55, Luís Martins wrote: > > Hi, > > > > I'm trying to use the EVP AES wrap implementations from openssl > > (e.g. EVP_aes_1

[openssl-users] Build Openssl + FIPS - recursive fipsld

2018-05-22 Thread Luís Martins
Hi, I'm trying to build openssl with FIPS module on Ubuntu 14.04 32 bits, but during one of the steps the fipsld tool starts being called recursively. It happens on this step: sh -c ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto -ldl -L/usr/local/lib -lz}"; LDCMD="${LDCMD:-/usr/local/