Re: [Twisted-Python] hmac-sha2-512 - Corrupted MAC on input with OpenSSH

2016-12-21 Thread Glyph Lefkowitz
Hi Jianchen, As I said on stack overflow, you will need to upgrade to a more recent version of Twisted to get a version with that bug fixed. If it's still a problem in a current version, you'll need to provide more details, ideally a short SSCCE http://sscce.org explaining how to get a broken

Re: [Twisted-Python] conch problem with ecdsa-sha2-nistp256 host key?

2016-12-21 Thread Glyph Lefkowitz
> On Dec 20, 2016, at 7:32 PM, Craig Rodrigues wrote: > > On Tue, Dec 20, 2016 at 6:24 PM, Glyph Lefkowitz > wrote: > > > > So... is this because buildbot.twistedmatrix.com > has an RSA key as well, and when it > offers

Re: [Twisted-Python] conch problem with ecdsa-sha2-nistp256 host key?

2016-12-21 Thread Craig Rodrigues
On Wed, Dec 21, 2016 at 4:46 PM, Glyph Lefkowitz wrote: > > > Can you file a new ticket for each of these? The ordering thing seems > super low priority, but not being able to receive multiple host keys is > definitely a spec violation. > > Thanks for figuring it out, > > Can you try these two p

Re: [Twisted-Python] hmac-sha2-512 - Corrupted MAC on input with OpenSSH

2016-12-21 Thread 陈健
thank you for your reply!I have updated to the latest version of Twisted 16.6.0, but the problem remains. More detailed debugging information with -vvv in http://stackoverflow.com/questions/41254398/twisted-hmac-sha2-512-corrupted-mac-on-input-with-openssh . I really do not know how to do it

Re: [Twisted-Python] hmac-sha2-512 - Corrupted MAC on input with OpenSSH

2016-12-21 Thread Adi Roiban
On 21 December 2016 at 03:15, 陈健 wrote: > > hi: > > I write a SSH server with Twisted(15.5.0) Conch. But it don't support hmac-sha2-512 MAC algorithms > > . However I see this problem has been fixed in https://twistedmatrix.com/trac/ticket/8108 . I asked the question in http://stackoverf