2005-09-30 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Fri, 30 Sep 2005 11:01:37 +0000 (11:01 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Fri, 30 Sep 2005 11:01:37 +0000 (11:01 +0000)
* gpgme.texi (Key Management): Document is_qualified.

doc/ChangeLog
doc/gpgme.texi

index f8995c886711e747542d8f1393b22ebd6eef5bb4..f7741e8f667f885a1278758dfd7ffed269446027 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-30  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Key Management): Document is_qualified.
+
 2005-07-27  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgme.texi (Decrypt): Add plaintext_filename to
index 61d56b71b13b95feb7a7ed2efceb5a5595d8ece2..afe375b2a72483388eba915ef7bd017f905244e1 100644 (file)
@@ -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.