[openssl-users] big endian vs little endian

Viktor Dukhovni openssl-users at dukhovni.org
Sun Dec 18 22:09:58 UTC 2016


> On Dec 18, 2016, at 2:55 PM, Walter H. via openssl-users <openssl-users at openssl.org> wrote:
> 
> encrypt
> openssl enc -e -in file -out encryptfile -aes-256-gcm

GCM is not supported with "openssl enc(1)".  Use a CBC cipher
instead.

-- 
	Viktor.



More information about the openssl-users mailing list