summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-09-30 13:01:37 +0200
committerMarcus Brinkmann <[email protected]>2005-09-30 13:01:37 +0200
commitb7ea8cd0e786eeaf418bb9370eb35078e03de487 (patch)
tree70c37f2ca17923795c31f6191bc4f248a8e15f8e
parent2005-09-29 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-b7ea8cd0e786eeaf418bb9370eb35078e03de487.tar.gz
gpgme-b7ea8cd0e786eeaf418bb9370eb35078e03de487.zip
2005-09-30 Marcus Brinkmann <[email protected]>
* gpgme.texi (Key Management): Document is_qualified.
-rw-r--r--trunk/doc/ChangeLog4
-rw-r--r--trunk/doc/gpgme.texi8
2 files changed, 12 insertions, 0 deletions
diff --git a/trunk/doc/ChangeLog b/trunk/doc/ChangeLog
index f8995c88..f7741e8f 100644
--- a/trunk/doc/ChangeLog
+++ b/trunk/doc/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-30 Marcus Brinkmann <[email protected]>
+
+ * gpgme.texi (Key Management): Document is_qualified.
+
2005-07-27 Marcus Brinkmann <[email protected]>
* gpgme.texi (Decrypt): Add plaintext_filename to
diff --git a/trunk/doc/gpgme.texi b/trunk/doc/gpgme.texi
index 61d56b71..afe375b2 100644
--- a/trunk/doc/gpgme.texi
+++ b/trunk/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.