ssh_pki_export_privkey_file for SSH_KEYTYPE_RSA key returns SSH_ERROR

2019-12-16 Thread Torsten Kuehnel
I'm new to programming using libssh. When i take the keygen.c example file in the examples directory, it fails during execution when i change the keytype. [tdkuehnel@ multiboot examples]$ ./keygen Failed to write private key file[tdkuehnel@ multiboot examples]$ /*rv =

libssh.org expired certificate

2019-12-16 Thread Torsten Kuehnel
Hi, today i got an "Certificate expired on 15th of December" for https://www.libssh.org Just to let you know :) -- Torsten Kuehnel

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

2019-12-16 Thread Andreas Schneider
On Wednesday, 11 December 2019 01:42:42 CET Sebastian Kinne wrote: > Hi Andreas, Hi Sebastian, > Thanks for looking at this. Apologies for not using gitlab CI from > the beginning. no problem :-) > I have attached the updated patch, rebased on master, which > has all CI passing: >