Re: Implementation of ecdh-sha2-nistp384 and ecdh-sha2-nistp521 key exchange algorithms

2016-03-02 Thread Andreas Schneider
On Wednesday 02 March 2016 12:23:57 Dirkjan Bussink wrote: > Hi Andreas, > > > On 11 Sep 2015, at 16:04, Andreas Schneider wrote: > > > > your changes look perfectly fine, however they need to wait. I'm currently > > rewriting our test environment so that testing is just calling 'make test' > >

Re: Implementation of ecdh-sha2-nistp384 and ecdh-sha2-nistp521 key exchange algorithms

2016-03-02 Thread Dirkjan Bussink
Hi Andreas, > On 11 Sep 2015, at 16:04, Andreas Schneider wrote: > > your changes look perfectly fine, however they need to wait. I'm currently > rewriting our test environment so that testing is just calling 'make test' > without setting up accounts, ssh keys etc. What's the state of this? I

Re: Implementation of ecdh-sha2-nistp384 and ecdh-sha2-nistp521 key exchange algorithms

2015-09-11 Thread Andreas Schneider
On Thursday, September 10, 2015 09:50:23 AM Dirkjan Bussink wrote: > Hi Andreas, > > > On 25 Aug 2015, at 00:09, Andreas Schneider wrote: > > > > thank you very much for your contribution. Do not expect a review before > > next week. I will be not available the rest of the week. > > I was wonde

Re: Implementation of ecdh-sha2-nistp384 and ecdh-sha2-nistp521 key exchange algorithms

2015-09-10 Thread Andreas Schneider
On Thursday, September 10, 2015 09:50:23 AM Dirkjan Bussink wrote: > Hi Andreas, > > > On 25 Aug 2015, at 00:09, Andreas Schneider wrote: > > > > thank you very much for your contribution. Do not expect a review before > > next week. I will be not available the rest of the week. > > I was wonde

Re: Implementation of ecdh-sha2-nistp384 and ecdh-sha2-nistp521 key exchange algorithms

2015-09-09 Thread Dirkjan Bussink
Hi Andreas, > On 25 Aug 2015, at 00:09, Andreas Schneider wrote: > > thank you very much for your contribution. Do not expect a review before next > week. I will be not available the rest of the week. I was wondering if you had any feedback to share? I’m happy to fix / improve or change thin

Re: Implementation of ecdh-sha2-nistp384 and ecdh-sha2-nistp521 key exchange algorithms

2015-08-24 Thread Andreas Schneider
On Monday 24 August 2015 09:17:03 Dirkjan Bussink wrote: > Hi all, Hi Dirkjan, > The attached patch implements support for the ecdh-sha2-nistp384 and > ecdh-sha2-nistp521 key exchange algorithms next to the existing > ecdh-sha2-nistp256 one. Also added tests to the places where there were > exist

Implementation of ecdh-sha2-nistp384 and ecdh-sha2-nistp521 key exchange algorithms

2015-08-24 Thread Dirkjan Bussink
Hi all, The attached patch implements support for the ecdh-sha2-nistp384 and ecdh-sha2-nistp521 key exchange algorithms next to the existing ecdh-sha2-nistp256 one. Also added tests to the places where there were existing tests for the existing ecdh based algorithm. Cheers, Dirkjan 0001-Im