Re: [PATCH] rpc: libssh2: Enable EC host keys

2021-04-22 Thread Michal Privoznik
On 3/28/21 11:49 PM, Neal Gompa wrote: On Sun, Mar 28, 2021 at 5:10 PM Bastian Germann wrote: libssh2 has ECDSA and ED25519 support beginning with v1.9.0. libvirt cannot make use of those because it will handle them as unknown key types. Add support for those host key types. Signed-off-by:

Re: [PATCH] rpc: libssh2: Enable EC host keys

2021-03-28 Thread Neal Gompa
On Sun, Mar 28, 2021 at 5:10 PM Bastian Germann wrote: > > libssh2 has ECDSA and ED25519 support beginning with v1.9.0. libvirt cannot > make use of those because it will handle them as unknown key types. > > Add support for those host key types. > > Signed-off-by: Bastian Germann > --- >

[PATCH] rpc: libssh2: Enable EC host keys

2021-03-28 Thread Bastian Germann
libssh2 has ECDSA and ED25519 support beginning with v1.9.0. libvirt cannot make use of those because it will handle them as unknown key types. Add support for those host key types. Signed-off-by: Bastian Germann --- src/rpc/virnetsshsession.c | 16 +++- 1 file changed, 15

Re: [PATCH] rpc: libssh2: Enable EC host keys

2021-03-28 Thread Neal Gompa
On Sun, Mar 28, 2021 at 9:17 AM Bastian Germann wrote: > > libssh2 has ECDSA and ED25519 support beginning with v1.9.0. libvirt cannot > make use of those because it will handle them as unknown key types. > > Add support for those host key types. > > Signed-off-by: Bastian Germann > --- >

[PATCH] rpc: libssh2: Enable EC host keys

2021-03-28 Thread Bastian Germann
libssh2 has ECDSA and ED25519 support beginning with v1.9.0. libvirt cannot make use of those because it will handle them as unknown key types. Add support for those host key types. Signed-off-by: Bastian Germann --- libvirt.spec.in| 2 +- meson.build| 2 +-