aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/send-key-to-keyserver.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-14core: Set --key-origin option only if supported by gpgIngo Klöcker1-1/+1
2021-12-14qt: Allow setting key origin when importing keysIngo Klöcker6-9/+229
2021-12-14qt,tests: Skip WKD lookup tests by defaultIngo Klöcker3-2/+17
2021-12-13core: Allow specifiying a key origin when importing keysIngo Klöcker12-8/+81
2021-12-13doc: Fix a few errors in the documentation of gpgme_op_import_*Ingo Klöcker1-7/+7
2021-12-13qt: Support WKD lookup without implicit importIngo Klöcker13-8/+727
2021-12-13qt: Fix example for using the asynchronous job APIIngo Klöcker1-0/+1
2021-12-10cpp,tests: Add test runner for doing a WKD lookup without importIngo Klöcker2-1/+166
2021-12-10cpp: Add new supported components to API docs of dirInfo()Ingo Klöcker1-1/+2
2021-12-10core: Support all components with dirinfo()Ingo Klöcker3-0/+75
2021-12-07cpp: Return engine info for engine used by the contextIngo Klöcker1-1/+1
2021-12-07cpp: Factor out common code of GpgME::engineInfo() overloadsIngo Klöcker1-28/+26
2021-11-25core: Make the gpgconf option parsing of string types more robustWerner Koch1-2/+4
2021-11-25tests: Silence libtool warning on Windows.Werner Koch1-0/+6
2021-11-25core: Support dirinfo("socketdir")Werner Koch4-11/+24
2021-11-25posix: Use poll instead, when available, removing use of select.NIIBE Yutaka6-16/+269
2021-11-12gpgme.pc: Fix library dependency and use of includedir, libdir.NIIBE Yutaka1-3/+3
2021-11-12tests: Build using GPG_ERROR_MT_LIBS for thread use.NIIBE Yutaka1-4/+12
2021-11-11tests: Use GPG_ERROR_MT_LIBS for a test with threads.NIIBE Yutaka1-2/+3
2021-11-10libtool: Link without -flat_namespace for macOS.NIIBE Yutaka1-9/+4
2021-09-13qt: Fix build against Qt 5.9Ingo Klöcker2-3/+3
2021-08-27build: Fix make distcheck problem.Werner Koch2-4/+4
2021-08-27qt: Expect UTF-8 on stderr on WindowsAndre Heinecke1-44/+1
2021-08-27Add missing files for distributionAndre Heinecke2-1/+3
2021-08-13core: Use flexible array member if compiler has support.NIIBE Yutaka2-3/+4
2021-08-03core: Fix results returned by gpgme_data_* functionsIngo Klöcker2-4/+36
2021-07-27core: Support closefrom also for glibc.Jiri Kucera1-1/+1
2021-07-08core: Ensure gpg.conf for tests is recreated if necessaryIngo Klöcker2-5/+7
2021-07-08Make sure expiration time is interpreted as unsigned numberIngo Klöcker1-1/+1
2021-06-29qt: Allow retrieving the default value of a config entryIngo Klöcker5-11/+77
2021-06-28Update NEWS.Ingo Klöcker1-0/+9
2021-06-28qt: Fix filenames in copyright headersIngo Klöcker2-2/+2
2021-06-28qt: Add test for ChangeExpiryJobIngo Klöcker2-3/+430
2021-06-28qt: Allow changing expiration date of primary key and all subkeysIngo Klöcker4-10/+113
2021-06-28qt: Add mechanism for missing d-pointer in JobIngo Klöcker2-0/+92
2021-06-26qt: Remove superfluous trailing ';'Ingo Klöcker1-3/+3
2021-06-26core: Fix use-after-free issue in testIngo Klöcker1-17/+37
2021-06-24Post release updatesWerner Koch2-1/+5
2021-06-24Release 1.16.0gpgme-1.16.0Werner Koch2-14/+29
2021-06-24python: Do not include the full file names in the docs.Werner Koch1-1/+1
2021-06-24python: Allow returning signatures made by unknown keys in `decrypt`Jasper Spaans2-3/+12
2021-06-22qt: Extend SignKeyJob to create signatures with expiration dateIngo Klöcker4-3/+181
2021-06-22core: Allow specifying an expiration date for key signaturesIngo Klöcker7-1/+253
2021-06-21Update NEWS.Ingo Klöcker1-0/+8
2021-06-18qt: Add missing }Ingo Klöcker1-0/+1
2021-06-17qt: Add some error loggingIngo Klöcker1-2/+5
2021-06-17qt: Do not set empty base DN as query of keyserver URLIngo Klöcker1-1/+3
2021-06-17qt: Fix API documentationIngo Klöcker1-5/+2
2021-06-14core: New data flags "io-buffer-size" and "sensitive".Werner Koch7-39/+214
2021-06-14core: Also detect AuthEnvelopedData (AEAD for CMS)Werner Koch2-3/+3