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 ...
|