Sorry, I posted this twice by mistake
My Fedora has this /proc/crypto:
name : md5
module : kernel
type : digest
blocksize : 64
digestsize : 16
name : sha1
module : kernel
type : digest
blocksize : 64
digestsize : 20
To add aes I have to do
# modprobe aes
I saw that Debian systems have /etc/modules to
add aes permanently to /proc/crypto. How can I add aes permanently in Fedora?