Re: Authorized_keys

2013-06-16 Thread Viktor Dukhovni
On Sun, Jun 16, 2013 at 09:35:58PM -0400, David Geib wrote: > I am trying to implement functionality similar to what ssh does with > authorized_keys. I have a list of valid public keys (really public key > fingerprints in my case) and I want to verify whether the peer has one of > th

Authorized_keys

2013-06-16 Thread David Geib
I am trying to implement functionality similar to what ssh does with authorized_keys. I have a list of valid public keys (really public key fingerprints in my case) and I want to verify whether the peer has one of the valid keys. My attempt to do this is to use SSL_CTX_set_cert_verify_callback to