]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add an indicator for AES GCM that returns if the iv has been generated
authorslontis <shane.lontis@oracle.com>
Wed, 14 Aug 2024 07:21:54 +0000 (17:21 +1000)
committerPauli <ppzgs1@gmail.com>
Sun, 18 Aug 2024 21:21:28 +0000 (07:21 +1000)
commit563c51cea0ad26f39a1acb5ef06f3c50c02fb265
tree96070ea19d01f98884f365c80ca65953ac08d48e
parent47645bf7c63aaf08b764bfeaaa611c6673bb03a8
Add an indicator for AES GCM that returns if the iv has been generated
internally.

This is not using a strict check since there may be applications that
require the IV to be generated externally (e.g. java).

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25178)
doc/man3/EVP_EncryptInit.pod
providers/implementations/ciphers/ciphercommon.c
providers/implementations/ciphers/ciphercommon_gcm.c
test/acvp_test.c
util/perl/OpenSSL/paramnames.pm