Re: [PATCH 0/4] chachapoly: chacha20-poly1...@openssh.com support

2017-10-12 Thread Andreas Schneider
On Thursday, 12 October 2017 11:15:59 CEST Meng Hourk Tan wrote: > Hi Andreas, > > I'm sorry I wasn't aware of this branch. > > I was only working with git://git.libssh.org/projects/libssh.git > > I should have ask first before trying to implement it. > > Will it be merge to the master of the

RE: [PATCH 0/4] chachapoly: chacha20-poly1...@openssh.com support

2017-10-12 Thread Meng Hourk Tan
Schneider <a...@cryptomilk.org> Envoyé : jeudi 12 octobre 2017 10:42:12 À : libssh@libssh.org Objet : Re: [PATCH 0/4] chachapoly: chacha20-poly1...@openssh.com support On Monday, 18 September 2017 11:47:33 CEST Meng Hourk Tan wrote: > Here is a patch to support chacha20-poly1...@op

Re: [PATCH 0/4] chachapoly: chacha20-poly1...@openssh.com support

2017-10-12 Thread Andreas Schneider
On Monday, 18 September 2017 11:47:33 CEST Meng Hourk Tan wrote: > Here is a patch to support chacha20-poly1...@openssh.com in libssh. > First commit changes some cipher structures needed to prepare the field. > Then I tried to the least possible changes in sending and receiving packet > functions

[PATCH 0/4] chachapoly: chacha20-poly1...@openssh.com support

2017-09-18 Thread Meng Hourk Tan
Here is a patch to support chacha20-poly1...@openssh.com in libssh. First commit changes some cipher structures needed to prepare the field. Then I tried to the least possible changes in sending and receiving packet functions to support authenticated encryption mode. Some files from openssh have