Implemented Smartcard support in NetworkManager frontend

This commit is contained in:
Martin Willi
2010-08-11 16:32:04 +02:00
parent 01e4f5f32f
commit 8bec0f5153
8 changed files with 180 additions and 19 deletions
+8
View File
@@ -66,6 +66,14 @@ struct nm_creds_t {
*/
void (*set_key_password)(nm_creds_t *this, char *password);
/**
* Set the PIN to unlock a smartcard.
*
* @param keyid keyid of the smartcard key
* @param pin PIN
*/
void (*set_pin)(nm_creds_t *this, chunk_t keyid, char *pin);
/**
* Set the certificate and private key to use for client authentication.
*