Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-03 | python: Remove Python bindings | Ingo Klöcker | 1 | -64/+0 | |
* README: Update. * configure.ac: Remove checks, variables and file generations related to the Python bindings. Remove python from available_languages and default_languages. * lang/Makefile.am (DIST_SUBDIRS): Remove python. * lang/python: Remove. * m4/ax_pkg_swig.m4, m4/ax_python_devel.m4, m4/python.m4: Remove. -- The Python bindings have been moved to a separate Git repository: gpgmepy. GnuPG-bug-id: 7262 | |||||
2023-10-13 | python,examples: Add missing word "License" | Marius P | 1 | -1/+1 | |
* lang/python/examples/howto/add-userid.py, lang/python/examples/howto/clear-sign-file.py, lang/python/examples/howto/create-key.py, lang/python/examples/howto/decrypt-file.py, lang/python/examples/howto/detach-sign-file.py, lang/python/examples/howto/encrypt-file.py, lang/python/examples/howto/encrypt-sign-file.py, lang/python/examples/howto/encrypt-to-group-gullible.py, lang/python/examples/howto/encrypt-to-group-trustno1.py, lang/python/examples/howto/encrypt-to-group.py, lang/python/examples/howto/export-key.py, lang/python/examples/howto/export-minimised-key.py, lang/python/examples/howto/export-secret-key.py, lang/python/examples/howto/export-secret-keys.py, lang/python/examples/howto/groups.py, lang/python/examples/howto/import-key.py, lang/python/examples/howto/import-keybasekey.py, lang/python/examples/howto/import-keys-hkp.py, lang/python/examples/howto/import-keys.py, lang/python/examples/howto/import-mailvelope-keys.py, lang/python/examples/howto/keycount.py, lang/python/examples/howto/local-sign-group.py, lang/python/examples/howto/mutt-groups.py, lang/python/examples/howto/pmkey-import-alt.py, lang/python/examples/howto/pmkey-import-hkp-alt.py, lang/python/examples/howto/pmkey-import-hkp.py, lang/python/examples/howto/pmkey-import.py, lang/python/examples/howto/revoke-userid.py, lang/python/examples/howto/send-key-to-keyserver.py, lang/python/examples/howto/sign-file.py, lang/python/examples/howto/sign-key.py, lang/python/examples/howto/symcrypt-file.py, lang/python/examples/howto/temp-homedir-config.py, lang/python/examples/howto/verify-signatures.py, lang/python/examples/howto/verify-signed-file.py: Add "License" after "Lesser General Public" -- Anonymous contribution Signed-off-by: Ingo Klöcker <[email protected]> | |||||
2018-10-18 | doc: use https:// for www.gnu.org | Daniel Kahn Gillmor | 1 | -1/+1 | |
-- Signed-off-by: Daniel Kahn Gillmor <[email protected]> | |||||
2018-09-23 | examples: python bindings and hkp4py updates | Ben McGinnes | 1 | -1/+1 | |
* Mostly tightening up the details on the hkp4py example script. * Also fixed a typo in the LGPL boiler plate text included in all the other example scripts for the HOWTO. | |||||
2018-03-21 | example: detach sign file | Ben McGinnes | 1 | -7/+7 | |
* Added example to make detached signatures of a file with key selection. | |||||
2018-03-21 | examples: doc strings | Ben McGinnes | 1 | -1/+2 | |
* Fixed minor errors in two doc strings. | |||||
2018-03-21 | example: sign file | Ben McGinnes | 1 | -24/+17 | |
* Similar to encrypt file except for signing a file in normal mode. * Noticed additional changes to be made to the howto to match this, but they will have to wait due to a power outage (currently running on battery and a mobile connection, but that won't last). | |||||
2018-03-19 | example: encrypt file | Ben McGinnes | 1 | -8/+14 | |
* Nested encryption in try/except statement in case recipient key is untrusted or invalid. | |||||
2018-03-19 | example: encrypt file | Ben McGinnes | 1 | -1/+1 | |
* Fixed typo in second encryption call. | |||||
2018-03-19 | example: encrypt file | Ben McGinnes | 1 | -0/+64 | |
* Example to encrypt a file to a single key. * Takes key ID and/or fpr as a CLI parameter. * Takes path and filename as a CLI parameter. * Encrypts to specified key only, no signing and writes the output in both ASCII armoured and GPG binary formats with output filenames based on input filename. |