From c77dc1d42a7b812577e2075929cee7185e755026 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 30 Sep 2005 11:01:37 +0000 Subject: [PATCH] 2005-09-30 Marcus Brinkmann * gpgme.texi (Key Management): Document is_qualified. --- doc/ChangeLog | 4 ++++ doc/gpgme.texi | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index f8995c8..f7741e8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-09-30 Marcus Brinkmann + + * gpgme.texi (Key Management): Document is_qualified. + 2005-07-27 Marcus Brinkmann * gpgme.texi (Decrypt): Add plaintext_filename to diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 61d56b7..afe375b 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2313,6 +2313,10 @@ 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 is_qualified : 1 +This is true if the subkey can be used for qualified signatures +according to local government regulations. + @item unsigned int secret : 1 This is true if the subkey is a secret key. @@ -2481,6 +2485,10 @@ key certificates. This is true if the key (ie one of its subkeys) can be used for authentication. +@item unsigned int is_qualified : 1 +This is true if the key can be used for qualified signatures according +to local government regulations. + @item unsigned int secret : 1 This is true if the key is a secret key. -- 2.26.2