diff options
author | Andre Heinecke <[email protected]> | 2017-12-01 12:21:34 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2017-12-01 12:21:34 +0000 |
commit | 8e2d6c28a5e923f829b5a26d19d9d897949aa1fe (patch) | |
tree | 556dba232e59825e775507b68dd5cc6ef3995464 /NEWS | |
parent | Fix uid parsing for ldap keyserver (diff) | |
download | gpgme-8e2d6c28a5e923f829b5a26d19d9d897949aa1fe.tar.gz gpgme-8e2d6c28a5e923f829b5a26d19d9d897949aa1fe.zip |
cpp: Wrap create_key and create_subkey
* lang/cpp/src/context.cpp,
lang/cpp/src/context.h (Context::startCreateKey)
(Context::createKey, Context::createSubkey)
(Context::startCreateSubkey): New.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ Noteworthy changes in version 1.10.0 (unreleased) cpp: DecryptionResult::isDeVs NEW. cpp: Signature::isDeVs NEW. cpp: EngineInfo::Version::operator> NEW. + cpp: Context::createKey NEW. + cpp: Context::startCreateKey NEW. + cpp: Context::createSubkey NEW. + cpp: Context::startCreateSubkey NEW. py: DecryptResult EXTENDED: New boolean field 'is_de_vs'. py: Signature EXTENDED: New boolean field 'is_de_vs'. py: GpgError EXTENDED: Partial results in 'results'. |