Imported Upstream version 1.12.0 upstream/1.12.0
authorJinWang An <jinwang.an@samsung.com>
Wed, 1 Dec 2021 07:54:37 +0000 (16:54 +0900)
committerJinWang An <jinwang.an@samsung.com>
Wed, 1 Dec 2021 07:54:37 +0000 (16:54 +0900)
commit56c3832bc03cffe24fcca71370b668a6678d0cf9
tree7d2ccfe8d9c60dbb012bb62d7fcd6820db56dc61
parent398648eddb70bc844e1bc5996521e87dea3188e9
Imported Upstream version 1.12.0
273 files changed:
AUTHORS
ChangeLog
Makefile.am
Makefile.in
NEWS
VERSION
conf/config.h.in [moved from config.h.in with 99% similarity]
conf/whatisthis [new file with mode: 0644]
configure
configure.ac
doc/Makefile.am
doc/Makefile.in
doc/defsincdate
doc/examples/gpgme-chrome.json [new file with mode: 0644]
doc/examples/gpgme-mozilla.json [new file with mode: 0644]
doc/gpgme.info
doc/gpgme.info-1
doc/gpgme.info-2
doc/gpgme.texi
gpgme.spec
gpgme.spec.in
lang/Makefile.am
lang/Makefile.in
lang/README
lang/cl/Makefile.in
lang/cl/gpgme.asd
lang/cpp/Makefile.in
lang/cpp/src/Makefile.in
lang/cpp/src/context.cpp
lang/cpp/src/context.h
lang/cpp/src/data.cpp
lang/cpp/src/data.h
lang/cpp/src/decryptionresult.cpp
lang/cpp/src/decryptionresult.h
lang/cpp/src/gpggencardkeyinteractor.cpp
lang/cpp/src/key.cpp
lang/cpp/src/verificationresult.cpp
lang/js/.eslintrc.json [new file with mode: 0644]
lang/js/BrowserTestExtension/Makefile.am [new file with mode: 0644]
lang/js/BrowserTestExtension/Makefile.in [new file with mode: 0644]
lang/js/BrowserTestExtension/browsertest.html [new file with mode: 0644]
lang/js/BrowserTestExtension/index.html [new file with mode: 0644]
lang/js/BrowserTestExtension/longTests.html [new file with mode: 0644]
lang/js/BrowserTestExtension/manifest.json [new file with mode: 0644]
lang/js/BrowserTestExtension/popup.html [new file with mode: 0644]
lang/js/BrowserTestExtension/popup.js [new file with mode: 0644]
lang/js/BrowserTestExtension/runbrowsertest.js [new file with mode: 0644]
lang/js/BrowserTestExtension/rununittests.js [new file with mode: 0644]
lang/js/BrowserTestExtension/setup_testing.js [new file with mode: 0644]
lang/js/BrowserTestExtension/testicon.png [new file with mode: 0644]
lang/js/BrowserTestExtension/testkey.pub [new file with mode: 0644]
lang/js/BrowserTestExtension/testkey.sec [new file with mode: 0644]
lang/js/BrowserTestExtension/testkey2.pub [new file with mode: 0644]
lang/js/BrowserTestExtension/tests/KeyImportExport.js [new file with mode: 0644]
lang/js/BrowserTestExtension/tests/KeyInfos.js [new file with mode: 0644]
lang/js/BrowserTestExtension/tests/decryptTest.js [new file with mode: 0644]
lang/js/BrowserTestExtension/tests/encryptDecryptTest.js [new file with mode: 0644]
lang/js/BrowserTestExtension/tests/encryptTest.js [new file with mode: 0644]
lang/js/BrowserTestExtension/tests/inputvalues.js [new file with mode: 0644]
lang/js/BrowserTestExtension/tests/longRunningTests.js [new file with mode: 0644]
lang/js/BrowserTestExtension/tests/signTest.js [new file with mode: 0644]
lang/js/BrowserTestExtension/tests/startup.js [new file with mode: 0644]
lang/js/BrowserTestExtension/tests/verifyTest.js [new file with mode: 0644]
lang/js/BrowserTestExtension/unittests.html [new file with mode: 0644]
lang/js/DemoExtension/Makefile.am [new file with mode: 0644]
lang/js/DemoExtension/Makefile.in [new file with mode: 0644]
lang/js/DemoExtension/entry.js [new file with mode: 0644]
lang/js/DemoExtension/maindemo.js [new file with mode: 0644]
lang/js/DemoExtension/mainui.html [new file with mode: 0644]
lang/js/DemoExtension/manifest.json [new file with mode: 0644]
lang/js/DemoExtension/popup.html [new file with mode: 0644]
lang/js/DemoExtension/testicon.png [new file with mode: 0644]
lang/js/DemoExtension/ui.css [new file with mode: 0644]
lang/js/Makefile.am [new file with mode: 0644]
lang/js/Makefile.in [new file with mode: 0644]
lang/js/README [new file with mode: 0644]
lang/js/build_extensions.sh [new file with mode: 0755]
lang/js/jsdoc.conf [new file with mode: 0644]
lang/js/jsdoc_index.md [new file with mode: 0644]
lang/js/package.json [new file with mode: 0644]
lang/js/src/Connection.js [new file with mode: 0644]
lang/js/src/Errors.js [new file with mode: 0644]
lang/js/src/Helpers.js [new file with mode: 0644]
lang/js/src/Key.js [new file with mode: 0644]
lang/js/src/Keyring.js [new file with mode: 0644]
lang/js/src/Makefile.am [new file with mode: 0644]
lang/js/src/Makefile.in [new file with mode: 0644]
lang/js/src/Message.js [new file with mode: 0644]
lang/js/src/Signature.js [new file with mode: 0644]
lang/js/src/gpgmejs.js [new file with mode: 0644]
lang/js/src/index.js [new file with mode: 0644]
lang/js/src/permittedOperations.js [new file with mode: 0644]
lang/js/unittest_inputvalues.js [new file with mode: 0644]
lang/js/unittests.js [new file with mode: 0644]
lang/js/webpack.conf.js [new file with mode: 0644]
lang/js/webpack.conf_unittests.js [new file with mode: 0644]
lang/python/MANIFEST.in
lang/python/Makefile.am
lang/python/Makefile.in
lang/python/README
lang/python/doc/README [new file with mode: 0644]
lang/python/doc/meta/TODO.org [new file with mode: 0644]
lang/python/doc/meta/old-commits.log [new file with mode: 0644]
lang/python/doc/rst/gpgme-python-howto.rst [new file with mode: 0644]
lang/python/doc/rst/index.rst [new file with mode: 0644]
lang/python/doc/rst/short-history.rst [new file with mode: 0644]
lang/python/doc/src/gpgme-python-howto.org [new file with mode: 0644]
lang/python/doc/src/index.org [new file with mode: 0644]
lang/python/doc/src/short-history.org [new file with mode: 0644]
lang/python/doc/texinfo/gpgme-python-howto.texi [new file with mode: 0644]
lang/python/doc/texinfo/index.texi [new file with mode: 0644]
lang/python/doc/texinfo/short-history.texi [new file with mode: 0644]
lang/python/doc/texinfo/texinfo.tex [new file with mode: 0644]
lang/python/examples/assuan.py
lang/python/examples/decryption-filter.py
lang/python/examples/delkey.py
lang/python/examples/exportimport.py
lang/python/examples/genkey.py
lang/python/examples/howto/add-userid.py
lang/python/examples/howto/advanced/cython/keycount.pyx [new file with mode: 0755]
lang/python/examples/howto/advanced/cython/setup.py [new file with mode: 0644]
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 [new file with mode: 0755]
lang/python/examples/howto/encrypt-to-group-trustno1.py [new file with mode: 0755]
lang/python/examples/howto/encrypt-to-group.py [new file with mode: 0755]
lang/python/examples/howto/export-key.py [new file with mode: 0755]
lang/python/examples/howto/export-minimised-key.py [new file with mode: 0755]
lang/python/examples/howto/export-secret-key.py [new file with mode: 0755]
lang/python/examples/howto/export-secret-keys.py [new file with mode: 0755]
lang/python/examples/howto/groups.py
lang/python/examples/howto/import-key.py [new file with mode: 0755]
lang/python/examples/howto/import-keys-hkp.py [new file with mode: 0755]
lang/python/examples/howto/import-keys.py [new file with mode: 0755]
lang/python/examples/howto/keycount.py
lang/python/examples/howto/local-sign-group.py [new file with mode: 0755]
lang/python/examples/howto/mutt-groups.py [new file with mode: 0755]
lang/python/examples/howto/pmkey-import-alt.py [new file with mode: 0755]
lang/python/examples/howto/pmkey-import-hkp-alt.py [new file with mode: 0755]
lang/python/examples/howto/pmkey-import-hkp.py [new file with mode: 0755]
lang/python/examples/howto/pmkey-import.py [new file with mode: 0755]
lang/python/examples/howto/revoke-userid.py
lang/python/examples/howto/send-key-to-keyserver.py [new file with mode: 0755]
lang/python/examples/howto/sign-file.py
lang/python/examples/howto/sign-key.py
lang/python/examples/howto/symcrypt-file.py [new file with mode: 0755]
lang/python/examples/howto/temp-homedir-config.py
lang/python/examples/howto/verify-signatures.py
lang/python/examples/howto/verify-signed-file.py
lang/python/examples/inter-edit.py
lang/python/examples/low_level-encrypt_to_all.py
lang/python/examples/sign.py
lang/python/examples/signverify.py
lang/python/examples/simple.py
lang/python/examples/testCMSgetkey.py
lang/python/examples/verifydetails.py
lang/python/gpgme.i
lang/python/setup.py.in
lang/python/src/__init__.py
lang/python/src/callbacks.py
lang/python/src/constants/__init__.py
lang/python/src/constants/create.py
lang/python/src/constants/data/__init__.py
lang/python/src/constants/data/encoding.py
lang/python/src/constants/event.py
lang/python/src/constants/import.py
lang/python/src/constants/keylist/__init__.py
lang/python/src/constants/keylist/mode.py
lang/python/src/constants/keysign.py
lang/python/src/constants/md.py
lang/python/src/constants/pk.py
lang/python/src/constants/protocol.py
lang/python/src/constants/sig/__init__.py
lang/python/src/constants/sig/mode.py
lang/python/src/constants/sig/notation.py
lang/python/src/constants/sigsum.py
lang/python/src/constants/tofu/__init__.py
lang/python/src/constants/tofu/policy.py
lang/python/src/constants/validity.py
lang/python/src/core.py
lang/python/src/errors.py
lang/python/src/results.py
lang/python/src/util.py
lang/python/tests/Makefile.am
lang/python/tests/Makefile.in
lang/python/tests/final.py
lang/python/tests/initial.py
lang/python/tests/run-tests.py
lang/python/tests/support.py
lang/python/tests/t-callbacks.py
lang/python/tests/t-data.py
lang/python/tests/t-decrypt-verify.py
lang/python/tests/t-decrypt.py
lang/python/tests/t-edit.py
lang/python/tests/t-encrypt-large.py
lang/python/tests/t-encrypt-sign.py
lang/python/tests/t-encrypt-sym.py
lang/python/tests/t-encrypt.py
lang/python/tests/t-export.py
lang/python/tests/t-file-name.py
lang/python/tests/t-idiomatic.py
lang/python/tests/t-import.py
lang/python/tests/t-keylist-from-data.py
lang/python/tests/t-keylist.py
lang/python/tests/t-protocol-assuan.py
lang/python/tests/t-quick-key-creation.py
lang/python/tests/t-quick-key-manipulation.py
lang/python/tests/t-quick-key-signing.py
lang/python/tests/t-quick-subkey-creation.py
lang/python/tests/t-sig-notation.py
lang/python/tests/t-sign.py
lang/python/tests/t-signers.py
lang/python/tests/t-trustlist.py
lang/python/tests/t-verify.py
lang/python/tests/t-wait.py
lang/python/tests/t-wrapper.py
lang/python/version.py.in
lang/qt/Makefile.am
lang/qt/Makefile.in
lang/qt/doc/Makefile.in
lang/qt/src/Makefile.in
lang/qt/src/qgpgmenewcryptoconfig.cpp
lang/qt/src/threadedjobmixin.cpp
lang/qt/tests/Makefile.am
lang/qt/tests/Makefile.in
lang/qt/tests/t-various.cpp
m4/python.m4
src/Makefile.am
src/Makefile.in
src/cJSON.c
src/context.h
src/data-estream.c [new file with mode: 0644]
src/data-mem.c
src/data.c
src/data.h
src/decrypt-verify.c
src/decrypt.c
src/edit.c
src/encrypt-sign.c
src/encrypt.c
src/engine-backend.h
src/engine-gpg.c
src/engine-gpgsm.c
src/engine.c
src/engine.h
src/export.c
src/genkey.c
src/getauditlog.c
src/gpgme-json.c
src/gpgme.c
src/gpgme.def
src/gpgme.h.in
src/keysign.c
src/libgpgme.vers
src/op-support.c
src/ops.h
src/passwd.c
src/sign.c
src/w32-util.c
tests/Makefile.am
tests/Makefile.in
tests/gpg/Makefile.am
tests/gpg/Makefile.in
tests/gpgsm/Makefile.am
tests/gpgsm/Makefile.in
tests/opassuan/Makefile.am
tests/opassuan/Makefile.in
tests/run-decrypt.c
tests/run-keylist.c