diff options
author | Justus Winter <[email protected]> | 2017-02-16 15:38:21 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-02-16 15:45:25 +0000 |
commit | 13bace25e3d8422f93fd24919994be36042fd220 (patch) | |
tree | 18809106a4bf0969d50deb1871e8978f08c4c8e3 /NEWS | |
parent | python: Support quick key creation. (diff) | |
download | gpgme-13bace25e3d8422f93fd24919994be36042fd220.tar.gz gpgme-13bace25e3d8422f93fd24919994be36042fd220.zip |
python: Support quick subkey creation.
* NEWS: Update.
* lang/python/gpg/core.py (Context.create_subkey): New function.
* lang/python/tests/Makefile.am (XTESTS): Add new test.
* lang/python/tests/t-quick-subkey-creation.py: New file.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ Noteworthy changes in version 1.8.1 (unreleased) py: Context.home_dir NEW. py: Context.keylist EXTENDED: New keyword arg mode. py: Context.create_key NEW. + py: Context.create_subkey NEW. py: core.pubkey_algo_string NEW. py: core.addrspec_from_uid NEW. |