aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-01-05 17:36:53 +0000
committerWerner Koch <[email protected]>2010-01-05 17:36:53 +0000
commit97c5d4d312dbb6d6f70d1d8ea88ab6a03f4e2f2a (patch)
treec2152eeed6bd99594e4208c1d1e8b73cc38ecb68 /src/gpgme.c
parent2009-12-22 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-97c5d4d312dbb6d6f70d1d8ea88ab6a03f4e2f2a.tar.gz
gpgme-97c5d4d312dbb6d6f70d1d8ea88ab6a03f4e2f2a.zip
Add an API to change passphrases. Currently only implemented for
GPGSM. Requires GnuPG 2.1
Diffstat (limited to 'src/gpgme.c')
-rw-r--r--src/gpgme.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gpgme.c b/src/gpgme.c
index 2d709e40..fe601a09 100644
--- a/src/gpgme.c
+++ b/src/gpgme.c
@@ -792,6 +792,12 @@ gpgme_pubkey_algo_name (gpgme_pubkey_algo_t algo)
case GPGME_PK_ELG:
return "ELG";
+ case GPGME_PK_ECDSA:
+ return "ECDSA";
+
+ case GPGME_PK_ECDH:
+ return "ECDH";
+
default:
return NULL;
}