]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add acceptor-side IAKERB realm discovery 1357/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 9 Jul 2024 19:14:03 +0000 (15:14 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 22 Jul 2024 21:10:26 +0000 (17:10 -0400)
commit6e20892369a9fafa09294529fb4d331e4fcbb97a
treee1c4a99218b31eb0d53fcccbc5f9712f1414f8fa
parent8e60fc5600d1771769dc9cabd282f0d533b4c524
Add acceptor-side IAKERB realm discovery

draft-ietf-kitten-iakerb-03 section 3.1 specifies a way for the
initiator to query the acceptor's realm.  Implement this facility in
the IAKERB acceptor.

ticket: 9133 (new)
.gitignore
src/lib/gssapi/krb5/iakerb.c
src/tests/gssapi/Makefile.in
src/tests/gssapi/t_gssapi.py
src/tests/gssapi/t_iakerb.c [new file with mode: 0644]