Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 810 Add FAST encrypted challenge auth indicator During ec_verify(), look up an authentication indicator string by the profile realm option "encrypted_challenge_indicator". If found, add an indicator to the reply upon succesful creation of the challenge key. Add a test to t_authind.py. Document the option in kdc_conf.rst. https://github.com/krb5/krb5/commit/184656dd268d3041b4fc5283ce6ddfbddfd81929 Author: Matt Rogers Committer: Greg Hudson Commit: 184656dd268d3041b4fc5283ce6ddfbddfd81929 Branch: master doc/admin/conf_files/kdc_conf.rst | 5 +++++ src/include/k5-int.h | 1 + src/kdc/kdc_preauth_ec.c | 18 +++++++++++++++++- src/tests/gssapi/t_authind.py | 15 +++++++++++++++ 4 files changed, 38 insertions(+), 1 deletions(-)