diff options
author | Andre Heinecke <[email protected]> | 2017-03-01 10:17:27 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2017-03-01 10:20:21 +0000 |
commit | d63258066d008de113ed1170f1b0e787a5bdaba1 (patch) | |
tree | 7308b876d4238cdfbb05bd2fc78b433ac8e0fbc0 /NEWS | |
parent | qt: Allow creation of default keys without name (diff) | |
download | gpgme-d63258066d008de113ed1170f1b0e787a5bdaba1.tar.gz gpgme-d63258066d008de113ed1170f1b0e787a5bdaba1.zip |
cpp: Add interactor to generate keys on smartcard
* lang/cpp/src/editinteractor.cpp (EditInteractor::needsNoResponse):
Handle new states.
* lang/cpp/src/gpggencardkeyinteractor.cpp,
lang/cpp/src/gpggencardkeyinteractor.h: New.
* lang/cpp/src/Makefile.am: Update accordingly.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,8 @@ Noteworthy changes in version 1.8.1 (unreleased) * cpp: Support for adduid and revuid operations. + * cpp: Support for smartcard key generation. + * Interface changes relative to the 1.8.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_strerror_r CHANGED: Use gpgme_error_t (compatible type). @@ -16,6 +18,7 @@ Noteworthy changes in version 1.8.1 (unreleased) cpp: Context::startAddUid(const Key&, const char*) NEW. cpp: Key::UserID::revoke() NEW. cpp: Key::addUid() NEW. + cpp: GpgGenCardKeyInteractor NEW. qt: CryptoConfig::stringValueList() NEW. gpgme_data_rewind UN-DEPRECATE. py: Context.__init__ EXTENDED: New keyword arg home_dir. |