Comment # 1 on bug 963768 from
It is not problem only with SSH. Even openssl encryption and decryption using
AES is not working:

> SLE_12_SP1-ppc64le-default:~ # openssl aes-256-cbc -in /etc/passwd -out ./passwd.enc 
> enter aes-256-cbc encryption password:
> Verifying - enter aes-256-cbc encryption password:
> SLE_12_SP1-ppc64le-default:~ # openssl aes-256-cbc -d -in ./passwd.enc -out ./passwd
> enter aes-256-cbc decryption password:
> bad decrypt
> 70366804988176:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:evp_enc.c:596:

The same commands are working on x86_64 and virtualized ppc without problem.


You are receiving this mail because: