diff options
| author | Joseph Sutton <josephsutton@catalyst.net.nz> | 2023-06-21 11:13:46 +1200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2023-07-19 01:47:33 +0000 |
| commit | 8a0bde46a254add13b38f41ef056926d07aba5f5 (patch) | |
| tree | 24f154c2f604ce7a538deb2e4f521dbd23aeaaab /python/samba | |
| parent | d818ed644a59635ce238cd617a16b929ad693753 (diff) | |
| download | samba-8a0bde46a254add13b38f41ef056926d07aba5f5.tar.gz samba-8a0bde46a254add13b38f41ef056926d07aba5f5.tar.bz2 samba-8a0bde46a254add13b38f41ef056926d07aba5f5.zip | |
tests/krb5: Add PKINIT typed data errors
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba')
| -rw-r--r-- | python/samba/tests/krb5/rfc4120_constants.py | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
