]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2022-37966 tests/krb5: Add 'etypes' parameter to _tgs_req()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 26 Oct 2022 01:29:54 +0000 (14:29 +1300)
committerStefan Metzmacher <metze@samba.org>
Wed, 14 Dec 2022 10:28:16 +0000 (10:28 +0000)
commit9ed5a352ca1707ba0cb06bfa785f0e8d5049666d
tree3cd8478f3736ab7db4369d3a498fb0bb34024d73
parentcc2bea27a640b43c4eed5846fb1bbd3e5ad5d0ad
CVE-2022-37966 tests/krb5: Add 'etypes' parameter to _tgs_req()

This lets us select the encryption types we claim to support in the
request body.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15237

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(similar to commit e0a91dddc4a6c70d7425c2c6836dcf2dd6d9a2de)
[jsutton@samba.org Adapted to 4.17 version of function taking different
 parameters]
python/samba/tests/krb5/kdc_tgs_tests.py