aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-05-08 18:39:15 +0000
committerWerner Koch <[email protected]>2014-05-08 18:39:15 +0000
commit88f15336ec0eadde68ff2618349efb9006b8e801 (patch)
treeb6d0f52df5a39ca6b974dcaba06e29e4f4ed4e21 /doc/gpgme.texi
parentFix a memory access and a double slash bug. (diff)
downloadgpgme-88f15336ec0eadde68ff2618349efb9006b8e801.tar.gz
gpgme-88f15336ec0eadde68ff2618349efb9006b8e801.zip
Add field CURVE to the key info.
* src/gpgme.h.in (struct _gpgme_subkey): Add field CURVE. * src/key.c (gpgme_key_unref): Free CURVE. * src/keylist.c (keylist_colon_handler): Set CURVE. * src/gpgme.c (gpgme_release): For failsafe reasons reset engine and engine info after freeing. -- The engine hack is useful in case the other release functions accidently call engine release.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r--doc/gpgme.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 9a67c3b5..e3265740 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -2742,6 +2742,10 @@ True if the secret key is stored on a smart card.
@item char *card_number
The serial number of a smart card holding this key or @code{NULL}.
+
+@item char *curve
+For ECC algoritms the name of the curve.
+
@end table
@end deftp