Commits

Andy Green authored 30eb3e94ab0
openssl: gencrypto: aes gcm AAD: use EncryptUpdate or DecryptUpdate to set AAD Until 1.1.1b OpenSSL didn't mind we were setting AAD for AES GCM using EVP_EncryptUpdate() for both encrypt and decrypt... but now it noticed and the bug is fixed.