Philippe Lieser

Results 31 issues of Philippe Lieser

Extract the examples in the documentation into separate files and add a build target for them. This allows us to build them in the CI and gives us at least...

I think it would be good if Botan 3.x would start using `std::unique_ptr` in its API there ownership is transferred, instead of raw pointers. In some cases it should also...

I noticed that EC_Group::point() contains some code that is disabled via `#if 0`. https://github.com/randombit/botan/blob/2fb7ba81b0304f0864a557e3f3a010f4c2ce08d3/src/lib/pubkey/ec_group/ec_group.cpp#L620-L628 Is this intended, or some leftover from development?

enhancement

The comparison of distinguished names (DN) seems to be defined in [section 7.1 of RFC 5280](https://datatracker.ietf.org/doc/html/rfc5280#section-7.1). Although the algorithm requires that the relative distinguished names (RDN) are in the same...

bug

**Describe the bug** drcov fails with - `Internal Error: DynamoRIO debug check failure: D:\a\dynamorio\dynamorio\core\win32\module.c:4760 is_readable_pe_base(module_base)` (64 bit) - `Error opening instrumentation library C:\UserProgs\DynamoRIO-Windows\tools\lib32\release\drcov.dll` (32-bit) The underlying issue seems to be...

In Thunderbird 102, the DKIM tooltip for From header does not work. See also https://github.com/lieser/dkim_verifier/discussions/315 about the long term feature of the tooltip.

bug

Current logic for Authentication-Results header is based on [RFC 7601](https://tools.ietf.org/html/rfc7601). There exist a newer [RFC 8601](https://tools.ietf.org/html/rfc8601). No analysis yet done what changed, and how it affects the add-on.

enhancement

The current table views in 4.x have a few usability issued, which should be fixed: - No default minimum/maximum width for the columns - Simply entering edit mode of a...

enhancement

Thunderbird can be customized by organizations via policies, see https://support.mozilla.org/en-US/products/firefox-enterprise/policies-customization-enterprise/policies-overview-enterprise. Add-ons can add support to be configurable via the same mechanism, see https://extensionworkshop.com/documentation/enterprise/adding-policy-support-to-your-extension/ (at least in Firefox, not yet tested...

enhancement

With an unstable internet connection, the default behavior of the *JavaScript DNS library* resolver results in at some point marking all DNS servers as unreachable, even if it was only...

enhancement