better printing of keyex mech
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24704 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1241,7 +1241,12 @@ _kdc_pk_mk_pa_reply(krb5_context context,
|
||||
} else {
|
||||
ContentInfo info;
|
||||
|
||||
type = "dh";
|
||||
switch (client_params->keyex) {
|
||||
case USE_DH: type = "dh"; break;
|
||||
case USE_ECDH: type = "ecdh"; break;
|
||||
default: krb5_abortx(context, "unknown keyex"); break;
|
||||
}
|
||||
|
||||
if (client_params->dh_group_name)
|
||||
other = client_params->dh_group_name;
|
||||
|
||||
|
Reference in New Issue
Block a user