comparison src/ch/ethz/ssh2/transport/TransportManager.java @ 278:d7e088fa2123 ganymed

start conversion from trilead to ganymed
author Carl Byington <carl@five-ten-sg.com>
date Fri, 18 Jul 2014 16:45:43 -0700
parents 91a31873c42a
children 51d5f434ef6b
comparison
equal deleted inserted replaced
277:e0da43026046 278:d7e088fa2123
22 import ch.ethz.ssh2.log.Logger; 22 import ch.ethz.ssh2.log.Logger;
23 import ch.ethz.ssh2.packets.PacketDisconnect; 23 import ch.ethz.ssh2.packets.PacketDisconnect;
24 import ch.ethz.ssh2.packets.Packets; 24 import ch.ethz.ssh2.packets.Packets;
25 import ch.ethz.ssh2.packets.TypesReader; 25 import ch.ethz.ssh2.packets.TypesReader;
26 import ch.ethz.ssh2.signature.DSAPrivateKey; 26 import ch.ethz.ssh2.signature.DSAPrivateKey;
27 import ch.ethz.ssh2.signature.RSAPrivateKey; 27 import java.security.interfaces.RSAPrivateKey;
28 28
29 /** 29 /**
30 * Yes, the "standard" is a big mess. On one side, the say that arbitrary channel 30 * Yes, the "standard" is a big mess. On one side, the say that arbitrary channel
31 * packets are allowed during kex exchange, on the other side we need to blindly 31 * packets are allowed during kex exchange, on the other side we need to blindly
32 * ignore the next _packet_ if the KEX guess was wrong. Where do we know from that 32 * ignore the next _packet_ if the KEX guess was wrong. Where do we know from that