Switch over logging and comments to -27.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15923 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -640,7 +640,7 @@ _kdc_pk_rd_padata(krb5_context context,
|
|||||||
PA_PK_AS_REQ r;
|
PA_PK_AS_REQ r;
|
||||||
ContentInfo info;
|
ContentInfo info;
|
||||||
|
|
||||||
type = "PK-INIT-25";
|
type = "PK-INIT-27";
|
||||||
pa_contentType = oid_id_pkauthdata();
|
pa_contentType = oid_id_pkauthdata();
|
||||||
|
|
||||||
ret = decode_PA_PK_AS_REQ(pa->padata_value.data,
|
ret = decode_PA_PK_AS_REQ(pa->padata_value.data,
|
||||||
@@ -1283,7 +1283,7 @@ _kdc_pk_mk_pa_reply(krb5_context context,
|
|||||||
krb5_abortx(context, "Internal ASN.1 encoder error");
|
krb5_abortx(context, "Internal ASN.1 encoder error");
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
krb5_set_error_string(context, "DH -25 not implemented");
|
krb5_set_error_string(context, "DH -27 not implemented");
|
||||||
ret = KRB5KRB_ERR_GENERIC;
|
ret = KRB5KRB_ERR_GENERIC;
|
||||||
}
|
}
|
||||||
if (ret) {
|
if (ret) {
|
||||||
@@ -1357,7 +1357,7 @@ _kdc_pk_mk_pa_reply(krb5_context context,
|
|||||||
memset(&rep, 0, sizeof(rep));
|
memset(&rep, 0, sizeof(rep));
|
||||||
|
|
||||||
if (client_params->dh) {
|
if (client_params->dh) {
|
||||||
krb5_set_error_string(context, "DH -25 not implemented");
|
krb5_set_error_string(context, "DH -27 not implemented");
|
||||||
ret = KRB5KRB_ERR_GENERIC;
|
ret = KRB5KRB_ERR_GENERIC;
|
||||||
} else {
|
} else {
|
||||||
rep.element = choice_PA_PK_AS_REP_encKeyPack;
|
rep.element = choice_PA_PK_AS_REP_encKeyPack;
|
||||||
|
Reference in New Issue
Block a user