uniquify error messages
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13764 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1170,7 +1170,7 @@ get_reply_key(krb5_context context,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (key_pack.nonce != nonce) {
|
if (key_pack.nonce != nonce) {
|
||||||
krb5_set_error_string(context, "PKINIT nonce is wrong");
|
krb5_set_error_string(context, "PKINIT enckey nonce is wrong");
|
||||||
free_ReplyKeyPack(&key_pack);
|
free_ReplyKeyPack(&key_pack);
|
||||||
return KRB5KRB_AP_ERR_MODIFIED;
|
return KRB5KRB_AP_ERR_MODIFIED;
|
||||||
}
|
}
|
||||||
@@ -1524,6 +1524,7 @@ pk_rd_pa_reply_dh(krb5_context context,
|
|||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
if (kdc_dh_info.nonce != nonce) {
|
if (kdc_dh_info.nonce != nonce) {
|
||||||
|
krb5_set_error_string(context, "PKINIT DH nonce is wrong");
|
||||||
ret = KRB5KRB_AP_ERR_MODIFIED;
|
ret = KRB5KRB_AP_ERR_MODIFIED;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user