diff options
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 4a97e8de..018102b2 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2023,6 +2023,9 @@ This is true if the subkey can be used to create data signatures. @item unsigned int can_certify : 1 This is true if the subkey can be used to create key certificates. +@item unsigned int can_authenticate : 1 +This is true if the subkey can be used for authentication. + @item unsigned int secret : 1 This is true if the subkey is a secret key. @@ -2181,6 +2184,10 @@ data signatures. This is true if the key (ie one of its subkeys) can be used to create key certificates. +@item unsigned int can_authenticate : 1 +This is true if the key (ie one of its subkeys) can be used for +authentication. + @item unsigned int secret : 1 This is true if the key is a secret key. |