[krbdev.mit.edu #8879] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Thu Feb 27 15:23:31 2020: Request 8879 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8879 > Allow certauth modules to set hw-authent flag In PKINIT, if a certauth module returns KRB5_CERTAUTH_HWAUTH from its authorize method, set the hw-authent flag in the ticket. https://github.com/krb5/krb5/commit/50fb43b4a2d97ce2cd53e1ced30e8e8224fede70 Author: Greg Hudson <[email protected]> Commit: 50fb43b4a2d97ce2cd53e1ced30e8e8224fede70 Branch: master doc/plugindev/certauth.rst | 7 +++++-- src/include/krb5/certauth_plugin.h | 9 ++++++--- src/lib/krb5/error_tables/k5e1_err.et | 1 + src/plugins/certauth/test/Makefile.in | 4 ++-- src/plugins/certauth/test/main.c | 11 +++++++++-- src/plugins/preauth/pkinit/pkinit_srv.c | 24 ++++++++++++++++-------- src/tests/t_certauth.py | 13 +++++++++++++ 7 files changed, 52 insertions(+), 17 deletions(-)