maxgoedjen / secretive

Store SSH keys in the Secure Enclave
MIT License
7.16k stars 157 forks source link

Rounded out the rest of the SmartCardStore API #450

Closed mxswd closed 1 year ago

mxswd commented 1 year ago

I'm not sure who this is for, and I'm only 80% sure the openssh identifiers are correct, but you can do this, and you probably could support RSA keys on smart cards.

I could also probably move the verify and encrypt API up a few levels because it only needs a public key.

Also, for completeness, the OpenSSH API should have a way to load the public keys.

mxswd commented 1 year ago

Looks good! Nice job.