- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 6 2017
Jun 1 2017
FWIW, I think that document describes some nonsensical policies, but I will implement it to the letter for now, it is easy to change later on.
I found a bug in ST-Gpg4VSNfD-v0.6.pdf, page 21 incorrectly refers to RFC6337 instead of RFC6637.
Implemented in gpg, gpgsm, and gpgme with all bindings.
May 31 2017
In T2905#97872, @wltjr wrote:Ok I can add the keyboard/mouse grab stuff. I have the code already. I get your point, mine is the opposite of yours. I would say don't launch something if your typing in your pin or about to :)
Reading that PDF I guess we need the same functionality in gpgsm too, right?
May 30 2017
In T3059#98047, @werner wrote:DSA is signature-only but VS-NfD is only about encryption. Thus signatures are out of scope.
In T3059#98040, @aheinecke wrote:In T3059#98039, @justus wrote:Afaics the document does not specify the following. OpenPGP messages can carry multiple signatures, and the session key can be encrypted by multiple keys. I will implement the following logic:
- A verification operation is compliant if one of the signatures is compliant.
- A decryption operation is compliant if all of the algorithms used to encrypt the session keys are compliant.
Sounds exactly right to me.
Afaics the document does not specify the following. OpenPGP messages can carry multiple signatures, and the session key can be encrypted by multiple keys. I will implement the following logic:
In T3059#98015, @werner wrote:g10/misc.c:gnupg_pk_is_compliant is my take on puble key algorithms.
May 29 2017
Ok, good to know. However, I still need more information about what it means to comply with CO_DE_VS. Any pointers?
The GPGME API uses field names like 'is_de_vs', but isn't that short-sighted because we hardcode names of compliance modes into the API? Also, 'vs' seems to match both 'VERSCHLUSSSACHE – VERTRAULICH' and 'VERSCHLUSSSACHE – NUR FÜR DEN DIENSTGEBRAUCH'.
I need more information about what it means to comply with CO_DE_VS. Any pointers?
May 24 2017
Fixed as of 525f2c482abb6bc2002eb878b03558fb43e6b004.
"wltjr (William L Thomson Jr)" <noreply@dev.gnupg.org> writes:
"landro (Stefan Magnus Landrø)" <noreply@dev.gnupg.org> writes:
@werner, can you please quickly outline how you imagine this to be fixed? Our jabber discussion is gone from my memory, and my client does not keep logs for MUCs for some reason.
Ok, so the patch from the differential works. Could you please address these warnings?
May 23 2017
Also, would you be so kind to add an item to the NEWS file?
"wltjr (William L Thomson Jr)" <noreply@dev.gnupg.org> writes:
So I noticed your log contains lot's of "starting a new PIN Entry", I assume you are using some kind of password manager integration, so that you don't need to enter it each time (sorry, I'm not familiar with how pinentry works on macOS).
Cool, thanks. Can you please explicitly say what version is the current one?
"landro (Stefan Magnus Landrø)" <noreply@dev.gnupg.org> writes:
Too bad. I installed both libgcrypt and gnupg using homebrew, and apparently there is no way to make homebrew include debug info. I guess I could build from source and include debug info - where can I find instructions on doing that?
Hi @wltjr, thanks for picking this up. If we want to merge your code, we'll need a DCO from you. If you agree, please send https://dev.gnupg.org/source/gnupg/browse/master/doc/DCO to gnupg-devel@.
https://build.opensuse.org/package/live_build_log/openSUSE:Leap:42.3:Staging:A:DVD/gpgme/standard/x86_64 looks good. Closing this task.
No reaction in Months, I'm closing this task. Feel free to reopen it with more information.
The test framework changed considerably, and the reporter is not responding with details. I don't believe this is applicable anymore. I'm closing this task. Feel free to reopen with more information.
Afaics the translation is done. Feel free to poke me if something changes and needs to be re-translated.
"landro (Stefan Magnus Landrø)" <noreply@dev.gnupg.org> writes:
In https://dev.gnupg.org/T3027#97654, @justus wrote: > Hi @landro, thanks for the stack trace. Could you please try to resolve this frame > > 4 libgcrypt.20.dylib 0x000000010d8b14d2 openpgp_s2k + 594 Here it is. @justus $ atos -o /usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib -arch x86_64 -l 0x10d896000 0x000000010d8b14d2 openpgp_s2k (in libgcrypt.20.dylib) + 594
May 22 2017
Hi @landro, thanks for the stack trace. Could you please try to resolve this frame