evp/c_allc.c: wire ChaCha20-Poly1305 and add tests.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -256,4 +256,11 @@ void OpenSSL_add_all_ciphers(void)
|
||||
EVP_add_cipher(EVP_camellia_192_ctr());
|
||||
EVP_add_cipher(EVP_camellia_256_ctr());
|
||||
#endif
|
||||
|
||||
#ifndef OPENSSL_NO_CHACHA
|
||||
EVP_add_cipher(EVP_chacha20());
|
||||
# ifndef OPENSSL_NO_POLY1305
|
||||
EVP_add_cipher(EVP_chacha20_poly1305());
|
||||
# endif
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user