Searched refs:SSH2_MSG_EXT_INFO (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh2.h | 88 #define SSH2_MSG_EXT_INFO 7 macro
|
H A D | PROTOCOL | 130 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 D | kex.c | 358 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 D | auth2.c | 178 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 D | sshconnect2.c | 462 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 D | packet.c | 1340 type != SSH2_MSG_EXT_INFO; in ssh_packet_type_is_kex()
|
H A D | ChangeLog | 3517 SSH2_MSG_EXT_INFO during user authentication, after the server has 6142 upstream: Limit number of entries in SSH2_MSG_EXT_INFO
|