- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 12 2024
Sep 11 2024
Sep 10 2024
Given that we backported it to gnupg22 we should go ahead and implement that flag. For example: if the flag is set for any root CA we will show compliance only if that flag is set for the specific root CA. This way we can introduce this feature w/o too much backward incompatibility. We could also hide the feature behind a compatibility flag. There is no reason why we should not add the de-vs trustlist flag to our vsd configuraion files, right away.
Sep 9 2024
I'd vote for the second (utf-8) which is more aligned with our other APIs.
The environment is a property of the C runtime and well defined as a block of concatenated C-strings terminated by a zero length C-string. In case of wmain the C-strings use wchar_t and not char.
Sep 8 2024
Sep 6 2024
We should re-test this for gnupg26
The problem might be that we use getenv all over the place and don't specify the content. Frankly, it is not 100% clear to me whether the value of an enbvar need to be a string or can be arbitrary data sans nul? However, I can't remember that I ever wrote any code which did not assume ascii or utf8 for the value.
Sep 5 2024
Sep 4 2024
We need a way to pass --known-notation to gpgme_op_verify
I asked you to write to the mailing list instead of filing a bug report. A mailing list has a far wider audience than a single bug report. Our bug tracker is not a help forum or a place to ask questions.
Sep 3 2024
Sep 2 2024
FWIW: the encryption part of the ADSK feature has been released with
Will be updated eventually. Thanks for reporting.
Please use the mailing list for such questions.
y38k problems with some frontends are known for some 32 bit platforms.
Use --enable-large-data-tests with configure and go out for a real long lunch
Aug 30 2024
Aug 29 2024
Aug 28 2024
So we need a way to launch scdaemon via userv and make sure that the scdaemon user gives proper permissions to its socket file. gpg-agent also nees to check for a proper version of scdaemon and gpgme needs to be aware of this as well (if it want to directly connect to scdaemon).
Aug 27 2024
Aug 24 2024
gpgtar is compatible to PGP Desktop's format which they call ZIP. This is technically ustar with the most common extensions. Don't let us go into yet another TAR format discussion.
Aug 23 2024
Also added a new gpgme context flag "proc-all-sigs" and a --porc-all-sigs option to gpgme's run-verify.c tool.
The new option `--proc-all-sigs' will be available in 2.5.1, 2.4.6, and 2.2.45.
Good idea. Done for master and gnupg24