History log of /PHP-8.2/ext/openssl/tests/openssl_encrypt_chacha20_poly1305.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 14079688 18-Aug-2022 Jakub Zelenka

Implement FR #76935: OpenSSL chacha20-poly1305 AEAD support

This adds support for ChaCha20-Poly1305 AEAD algorithm so it is possible
to use it in the same way as AES GCM and other AEAD a

Implement FR #76935: OpenSSL chacha20-poly1305 AEAD support

This adds support for ChaCha20-Poly1305 AEAD algorithm so it is possible
to use it in the same way as AES GCM and other AEAD algorithms. This is
available in OpenSSL 1.1.0+.

show more ...