1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

tests/krb5: Add PKINIT typed data errors

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-06-21 11:13:46 +12:00 committed by Andrew Bartlett
parent d818ed644a
commit 8a0bde46a2

View 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