From: Joseph Sutton Date: Tue, 20 Jun 2023 23:13:46 +0000 (+1200) Subject: tests/krb5: Add PKINIT typed data errors X-Git-Tag: talloc-2.4.1~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a0bde46a254add13b38f41ef056926d07aba5f5;p=thirdparty%2Fsamba.git tests/krb5: Add PKINIT typed data errors Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/krb5/rfc4120_constants.py b/python/samba/tests/krb5/rfc4120_constants.py index 25f03e91827..1f6b28dcc61 100644 --- a/python/samba/tests/krb5/rfc4120_constants.py +++ b/python/samba/tests/krb5/rfc4120_constants.py @@ -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