Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHA-256 signature support #8

Open
Ziyann opened this issue Nov 3, 2023 · 1 comment
Open

SHA-256 signature support #8

Ziyann opened this issue Nov 3, 2023 · 1 comment

Comments

@Ziyann
Copy link

Ziyann commented Nov 3, 2023

I'm trying to use this applet for passing the Android 12+ CTS tests, which need an SHA-256 signature: https://source.android.com/docs/core/connect/uicc#rules_on_uicc.

However, this applet only support SHA-1 signatures. Would it be possible to add support for SHA-256 signatures?

@z3ntu
Copy link

z3ntu commented Apr 18, 2024

I've patched applet to support 32-byte hash a while ago https://github.com/z3ntu/aram-applet/commits/patches/

But the problem for Android still is that the applet doesn't support PERM-AR-DO structure which is needed by Android, I haven't made a solution for this yet but probably can be patched into the applet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants