Henning Schild
Henning Schild
I will address all that in gentoo again, and am kind of confident gentoo will patch it out ... like redhat does since forever. But i would rather like to...
@Jakuje as far as i remember you seem to be involved in Fedora, maybe you can repro that in fed36+ and if you can confirm and find a fedora solution,...
@Zlogene not sure you already tried opensc 0.22 together with openssl 3, please make sure to run `pkcs11-tool --login --test -v` before allowing that combination in gentoo, maybe add a...
I see thanks for the clarification! For some reason i was under the impression that that test failing would be an indication of a sort of serious problem. But if...
In that particular case it would end up as a patch in distros because there will be no stable branch. Say if anyone wrote a patch would you @Jakuje take...
In fact the whole thing should probably become a platform driver and be done inside the kernel.
Maybe move this to the ML at some point. The motivation is pretty clear but it is another cache and caches tend to be kind of nasty, so testcases are...
I agree that the combination could seem weird. The mailinglist is pointed out in CONTRIBUTING.md and issues are open to invite people that might have missed that or are not...
One could add a `kas.yml.sample` where a layer would keep its example written in kas lingo. On top we could have `kas to-bitbake kas.yml.sample local.conf.sample`. That way a layer maintainer...
An easy way to get such a problem with a public repo would be ``` ssh localhost -R 4433:github.com:443 git clone https://localhost:4433/siemens/kas.git export GIT_SSL_NO_VERIFY="" git clone https://localhost:4433/siemens/kas.git ``` Did not...