Home
last modified time | relevance | path

Searched refs:SSH2_MSG_EXT_INFO (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh2.h88 #define SSH2_MSG_EXT_INFO 7 macro
H A DPROTOCOL130 SSH2_MSG_EXT_INFO mechanism (RFC8308), with the following message:
167 1.11 transport: SSH2_MSG_EXT_INFO during user authentication
169 This protocol extension allows the SSH2_MSG_EXT_INFO to be sent
171 SSH2_MSG_EXT_INFO notification, but it may only be sent at the end
175 Support for receiving the SSH2_MSG_EXT_INFO message during user
177 "ext-info-in-auth@openssh.com" key via its initial SSH2_MSG_EXT_INFO
181 SSH2_MSG_EXT_INFO message any time after the client's first
184 it received during an earlier SSH2_MSG_EXT_INFO with the later one.
449 A server may advertise this method using the SSH2_MSG_EXT_INFO
H A Dkex.c358 if ((r = sshpkt_start(ssh, SSH2_MSG_EXT_INFO)) != 0 || in kex_maybe_send_ext_info()
381 if ((r = sshpkt_start(ssh, SSH2_MSG_EXT_INFO)) != 0 || in kex_server_update_ext_info()
492 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error); in kex_input_ext_info()
532 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_input_ext_info); in kex_input_newkeys()
H A Dauth2.c178 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_input_ext_info); in do_authentication2()
218 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &dispatch_protocol_error); in input_service_request()
H A Dsshconnect2.c462 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, kex_input_ext_info); in ssh_userauth2()
513 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, ssh->kex->ext_info_s ? in input_userauth_service_accept()
601 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, dispatch_protocol_error); in input_userauth_success()
H A Dpacket.c1340 type != SSH2_MSG_EXT_INFO; in ssh_packet_type_is_kex()
H A DChangeLog3517 SSH2_MSG_EXT_INFO during user authentication, after the server has
6142 upstream: Limit number of entries in SSH2_MSG_EXT_INFO