]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Add PKINIT typed data errors
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 20 Jun 2023 23:13:46 +0000 (11:13 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 19 Jul 2023 01:47:33 +0000 (01:47 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/rfc4120_constants.py

index 25f03e918271f2e047322b096586b7a59cfda28d..1f6b28dcc61e2a8ae8474ec8dae4073c1629d63f 100644 (file)
@@ -227,3 +227,8 @@ KU_AS_REQ = 56
 
 # Armor types
 FX_FAST_ARMOR_AP_REQUEST = 1
+
+# PKINIT typed data errors
+TD_TRUSTED_CERTIFIERS = 104
+TD_INVALID_CERTIFICATES = 105
+TD_DH_PARAMETERS = 109