Re: [PATCH 2/2] libgcrypt: Implement chacha20-poly1...@openssh.com cipher using libgcrypt

2019-12-10 Thread Jussi Kivilinna
Hello, On 10.12.2019 16.47, Jakub Jelen wrote: > On Mon, 2019-12-09 at 19:49 +0200, Jussi Kivilinna wrote: >> Hello, >> >> On 9.12.2019 15.20, Jakub Jelen wrote: >>> Hello. >>> Thank you for the good work. I ran your commits through CI, but >>> there >>> seems to be some issues with the new test

libssh-0.9.3 and libssh-0.8.8 security release

2019-12-10 Thread Andreas Schneider
Hi, we've just released version 0.9.3 and 0.8.8 to address a security issues found in libssh. It also has a huge amount of patches to harden the libssh code base. Thanks to everyone involved! More details at: https://www.libssh.org/2019/12/10/libssh-0-9-3-and-libssh-0-8-8-security-release/

Re: [PATCH 2/2] libgcrypt: Implement chacha20-poly1...@openssh.com cipher using libgcrypt

2019-12-10 Thread Jakub Jelen
On Mon, 2019-12-09 at 19:49 +0200, Jussi Kivilinna wrote: > Hello, > > On 9.12.2019 15.20, Jakub Jelen wrote: > > Hello. > > Thank you for the good work. I ran your commits through CI, but > > there > > seems to be some issues with the new test you added not only with > > other > > crypto

Re: [PATCH 1/1] pki: add support for sk-ecdsa and sk-ed25519

2019-12-10 Thread Andreas Schneider
On Thursday, 5 December 2019 23:35:49 CET Sebastian Kinne wrote: > This adds server-side support for the newly introduced OpenSSH > keytypes sk-ecdsa-sha2-nistp...@openssh.com and sk-ed25...@openssh.com > (including their corresponding certificates), which are backed > by U2F/FIDO2 tokens. Hello