Remove support for AES-based DNS cookies and AES implementation
The legacy support for AES-based DNS cookies should go, which will resolve following:
The functions
isc_aes256_crypt()
andisc_aes192_crypt()
inlib/isc/aes.c
have no callers besides test code and should be removed.
as we are going to remove the AES implementation in libisc completely.
Edited by Ondřej Surý