Jakub Jelen
Jakub Jelen
I am using spotify connect a lot to play music on different devices around the home (running mostly raspotify) and controlling them from other devices (phones, laptop) so it came...
### Problem Description As proposed by @jpakkane in https://github.com/OpenSC/OpenSC/pull/2567#issuecomment-1170234236 the autotools build system is outdated, inflexible and can cause a barrier for new users interested in contributing to opensc. Right...
### Problem Description The certificate decompression is no handled inside of read_binary() functions of particular drivers. It is error-prone, hard to get right and unnecessary code duplication that needs to...
Testing of #1641
`opensc-notify`, `npa-tool` and maybe more tools are built even if crucial dependencies are not met (GUI libraries, openpace, ...). It would be nice to adjust build system to not build...
### Problem Description During the investigation in the #1389, I was trying to make the Mac build the testsuite against cmocka installed from brew. But the [`MacOSX/build-package`](https://github.com/OpenSC/OpenSC/blob/318329d5b7fb4c69fa0601fc877f2f5656fb2c61/MacOSX/build-package.in#L20) is setting `-isysroot`...
Adding new options requires reading a diff of openssh sources or manual pages. I did something similar in the ssh client role, which kind of worked recently: https://github.com/linux-system-roles/ssh/blob/master/tests/tests_all_options.yml Or there...
OpenSC has some of the PKCS#11 features in the pipeline to get merged (OpenSC/OpenSC#2096, OpenSC/OpenSC#1854). Once they are in, it would be great if libp11 could use the new interfaces...
This is a follow-up from #470, which turned out that it does not completely addressed all the corner cases. After some more debugging I found out that indeed libssh does...