Frank Morgner

Results 586 comments of Frank Morgner
trafficstars

Please either use `export CFLAGS="-Wno-error=deprecated-declarations" to compile or make a pull request with an updated version of OpenSC (which nowadays is compatible with OpenSSL 3.0+).

I updated the code, but I did no extensive testing

Do you receive a warning that the app was build for an older Android version?

Please try the F-Droid version if you want to cross check. If you're building the app yourself, you already have a debugger that can be attached to get a meaningful...

An example run can be found here https://github.com/frankmorgner/OpenSC/actions/runs/13969926949 with a sbom.json included in this archive https://github.com/frankmorgner/OpenSC/actions/runs/13969926949/artifacts/2788231172

If you're planning to make a contribution to the project, we'd love to add a new card to OpenSC. We would be happy to get you going and to comment...

you could try using the dnie driver. put this in your opensc.conf: ``` app default { card_atr XX:XX:XX:XX { type = 27003; driver = "dnie"; name = "FNMT"; } }...

Closing this issue due to inactivity. Please re-open the ticket if more input is available.

LGTM, thank you. When writing an update on [email protected], I think it would also useful to recommend to use the latest version (or your distribution's latest maintained version) given that...

How are you building OpenSC for your tests?