[svn] gpgme - r1102 - trunk/doc
svn author marcus
cvs at cvs.gnupg.org
Fri Sep 30 13:01:43 CEST 2005
Author: marcus
Date: 2005-09-30 13:01:37 +0200 (Fri, 30 Sep 2005)
New Revision: 1102
Modified:
trunk/doc/ChangeLog
trunk/doc/gpgme.texi
Log:
2005-09-30 Marcus Brinkmann <marcus at g10code.de>
* gpgme.texi (Key Management): Document is_qualified.
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2005-09-29 17:58:00 UTC (rev 1101)
+++ trunk/doc/ChangeLog 2005-09-30 11:01:37 UTC (rev 1102)
@@ -1,3 +1,7 @@
+2005-09-30 Marcus Brinkmann <marcus at g10code.de>
+
+ * gpgme.texi (Key Management): Document is_qualified.
+
2005-07-27 Marcus Brinkmann <marcus at g10code.de>
* gpgme.texi (Decrypt): Add plaintext_filename to
Modified: trunk/doc/gpgme.texi
===================================================================
--- trunk/doc/gpgme.texi 2005-09-29 17:58:00 UTC (rev 1101)
+++ trunk/doc/gpgme.texi 2005-09-30 11:01:37 UTC (rev 1102)
@@ -2313,6 +2313,10 @@
@item unsigned int can_authenticate : 1
This is true if the subkey can be used for authentication.
+ at 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 @@
This is true if the key (ie one of its subkeys) can be used for
authentication.
+ at 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.
More information about the Gnupg-commits
mailing list