Manuel Pégourié-Gonnard
Manuel Pégourié-Gonnard
Unless I'm mistaken, the goal of this `path_normalize` function is also to prevent duplicated entries. Since I don't have access to a cygwin installation right now, I can't test, but...
Yep, luaotfload is designed to load Opentype fonts (hence Truetype fonts) but that's all. The main code for font loading is written by Hans, and I doubt he's interested in...
I'm unassigning myself and labeling the PR as "needs: adoption" as I'll be away from now until next end of August.
I was thinking we could create a set of macros just for this test suite, in the header section of `test_suite_ecdsa.function`, like: ``` #include "legacy_or_psa.h" #if ( defined(MBEDTLS_ECDSA_DETERMINISTIC) && defined(MBEDTLS_SHA256_C)...
Aw, this now has a conflict and will need to be rebased when you come back.
Note: I think this should be backported to 2.28, but does not deserve a ChangeLog entry, as the bug is only in test code.
@superna9999 Please create a backport to 2.28 so that we can merge this.
When you come back, this will need rebasing now that #6065 has been merged.
Thanks @hannestschofenig for this PR and @boaks for your review! Unfortunately, I don't have time to actually review the PR now, but I wanted to point out something: there are...
Good point, we shouldn't put `DRAFT` in the name of the legacy/compat option, as the code point we're using was never in the draft or anything. Good to know you...