Our tests are fine as of rM2e7a61b898fc.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Aug 18 2022
Aug 18 2022
andreasstieger added a comment to T6137: arch-specific (32 bit) failures in AddExistingSubkeyJobTest::testAddExistingSubkeyWithExpiration.
Aug 17 2022
Aug 17 2022
andreasstieger added a comment to T6137: arch-specific (32 bit) failures in AddExistingSubkeyJobTest::testAddExistingSubkeyWithExpiration.
gpgme-T6137-debug.log1009 KBDownload
relevant items start at line 4900 ...
[ 274s] + pushd lang/qt/tests
andreasstieger added a comment to T6137: arch-specific (32 bit) failures in AddExistingSubkeyJobTest::testAddExistingSubkeyWithExpiration.
WIP with those three patches:
andreasstieger updated the task description for T6137: arch-specific (32 bit) failures in AddExistingSubkeyJobTest::testAddExistingSubkeyWithExpiration.
Aug 16 2022
Aug 16 2022
andreasstieger updated the task description for T6137: arch-specific (32 bit) failures in AddExistingSubkeyJobTest::testAddExistingSubkeyWithExpiration.
andreasstieger updated the task description for T6137: arch-specific (32 bit) failures in AddExistingSubkeyJobTest::testAddExistingSubkeyWithExpiration.
Jul 8 2021
Jul 8 2021
andreasstieger added a comment to T5522: gpgme: qt: t-various.cpp TestVarious::testSignKeyWithExpiration fails on 32 bit.
rM6a79e90dedc19877ae1c520fed875b57089a5425 looks good
Jul 7 2021
Jul 7 2021
May 22 2017
May 22 2017
andreasstieger added a comment to T1646: Include support for signing file digests (e.g. for obs-sign).
Updated patch
gnupg-2.0.18-files-are-digests.patch6 KBDownload
May 19 2017
May 19 2017
andreasstieger added a comment to T1646: Include support for signing file digests (e.g. for obs-sign).
In T1646#81392, @werner wrote:However, with 2.1 it is possible to implement a more elegant solution:
You run gpg on the server and gpg-agent on the client. gpg-agent
takes care of the secret key operations while gpg does the bulk data
and public key stuff. To implement that the gpg<->gpg-agent IPC needs
to be changed from local sockets to TCP over some encrypted tunnel. I
have not checked whether ssh is already able to proxy a local socket -
but if it can do so, you have an instant solution.