Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/transport/TransportManager.java @ 320:5afb8c1a54b9 ganymed
add ecdsa key support everywhere
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 31 Jul 2014 08:36:33 -0700 |
parents | 776a220dbcc6 |
children | c19b24adf6c9 |
comparison
equal
deleted
inserted
replaced
319:776a220dbcc6 | 320:5afb8c1a54b9 |
---|---|
125 | 125 |
126 private final Object connectionSemaphore = new Object(); | 126 private final Object connectionSemaphore = new Object(); |
127 | 127 |
128 private boolean flagKexOngoing; | 128 private boolean flagKexOngoing; |
129 | 129 |
130 private boolean connectionClosed; | 130 private boolean connectionClosed; |
131 private IOException reasonClosedCause; | 131 private Throwable reasonClosedCause; |
132 | 132 |
133 private TransportConnection tc; | 133 private TransportConnection tc; |
134 private KexManager km; | 134 private KexManager km; |
135 | 135 |
136 private final List<HandlerEntry> messageHandlers | 136 private final List<HandlerEntry> messageHandlers |