Hi !
I'm using a ssh key to sign git commits, as is possible since a few months / years. I'm probably going to help administer a guix channel, but I would like to stick to an ssh key instead of setting up gnupg.
I've seen that there are bindings for public key infrastructure in libssh, that are not implemented in guile-ssh. I'm thinking in particular about the function ssh_pki_signature_verify from the page https://api.libssh.org/stable/group__libssh__pki.html
Would that be possible to implement a few guile bindings to be able to verify the signature of an object signed by an ssh-key from guile ?
Thanks in advance !
Hi !
I'm using a ssh key to sign git commits, as is possible since a few months / years. I'm probably going to help administer a guix channel, but I would like to stick to an ssh key instead of setting up gnupg.
I've seen that there are bindings for public key infrastructure in libssh, that are not implemented in guile-ssh. I'm thinking in particular about the function
ssh_pki_signature_verifyfrom the page https://api.libssh.org/stable/group__libssh__pki.htmlWould that be possible to implement a few guile bindings to be able to verify the signature of an object signed by an ssh-key from guile ?
Thanks in advance !