Lines Matching full:transport
15 1. Transport protocol changes
17 1.1. transport: Protocol 2 MAC algorithm "umac-64@openssh.com"
19 This is a new transport-layer MAC method using the UMAC algorithm
25 1.2. transport: Protocol 2 compression algorithm "zlib@openssh.com"
27 This transport-layer compression method uses the zlib compression
36 1.3. transport: New public key algorithms "ssh-rsa-cert-v01@openssh.com",
46 1.4. transport: Elliptic Curve cryptography
54 1.5 transport: Protocol 2 Encrypt-then-MAC MAC algorithms
60 plaintext. This ordering closes a security flaw in the SSH transport
65 Specifically, the "-etm" MAC algorithms modify the transport protocol
67 length unencrypted. This is necessary for the transport to obtain the
82 1.6 transport: AES-GCM
94 1.7 transport: chacha20-poly1305@openssh.com authenticated encryption
99 1.8 transport: curve25519-sha256@libssh.org key exchange algorithm
107 1.9 transport: ping facility
109 OpenSSH implements a transport level ping message SSH2_MSG_PING
135 The ping/reply message is implemented at the transport layer rather
140 1.10 transport: strict key exchange extension
142 OpenSSH supports a number of transport-layer hardening measures under
167 1.11 transport: SSH2_MSG_EXT_INFO during user authentication