matching openssl's enc ciphers to php's openssl functions' ciphers: where's "chacha20-poly1305"?
PGNet Dev
pgnet.dev at gmail.com
Fri Aug 14 18:32:03 UTC 2020
On 8/13/20 3:03 PM, Thomas Dwyer III wrote:
> I think you want "openssl ciphers" rather than "openssl enc -ciphers". Per the "enc" man page:
>
> The enc program does not support authenticated encryption modes like
> CCM and GCM, and will not support such modes in the future.
>
> chacha20-poly1305 is an authenticated cipher. OpenSSL supports it but the enc command line utility does not.
got it. thx!
More information about the openssl-users
mailing list