Re: [go-nuts] Support of diffie-hellman-group-exchange-sha1

2016-09-25 Thread Matt Harden
Opened https://github.com/golang/go/issues/17230. On Sun, Sep 18, 2016 at 8:09 AM Wojciech S. Czarnecki wrote: > Dnia 2016-09-18, o godz. 01:20:12 > Matt Harden napisał(a): > > > Why use that when ecdh is apparently more secure? https://weakdh.org/ > > E.g. to get a not too old device (its soft

Re: [go-nuts] Support of diffie-hellman-group-exchange-sha1

2016-09-18 Thread Wojciech S. Czarnecki
Dnia 2016-09-18, o godz. 01:20:12 Matt Harden napisał(a): > Why use that when ecdh is apparently more secure? https://weakdh.org/ E.g. to get a not too old device (its software) talk to golang backend? Or to got golang gatherer log in not too old mid-range network gear? Or to let your golang sof

Re: [go-nuts] Support of diffie-hellman-group-exchange-sha1

2016-09-17 Thread Matt Harden
Why use that when ecdh is apparently more secure? https://weakdh.org/ On Wed, Sep 7, 2016 at 11:45 PM FY wrote: > Hello, > > Am I missing something ? > > I am trying to use the exchange algorithm called > "diffie-hellman-group-exchange-sha1" It looks like Go does not support it > > > From this l