Commits

Andy Green authored 8ed67dfbc5c
gencrypto: aes: improve test key now openssl checks it Latest 1.1.1c (and patches 1.1.1b on Fedora) check the AES key for entropy and error out if bad. Our aes-xts test key was a by-hand pattern repeated 4 times and OpenSSL errors out on it. Improve the key to a random one.