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

Use maven-antrun-plugin 3.0.0 #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

hko-s
Copy link

@hko-s hko-s commented Oct 15, 2021

Building jcardsim with more recent JDK fails because tools.jar is missing starting with JDK11.
Updating maven-antrun-plugin seems to resolve this issue.

hko-s added 3 commits October 10, 2021 00:26
…dk versions (jdk 11+ doesn't contain tools.jar).
…short).

The motivation for this patch is github-af/SmartPGP#40.

However, this workaround avoids looking at the underlying problem:
ECKeyImpl(byte, short) should not initialize the DomainParameters (according to its own docs), but does.
This leads to problems with NIST P-521 because the default parameter for b has a leading zero bit that gets stripped, leading to a change in data size, when SmartPGP later sets b explicitly with the leading zero bit intact.
StarGate01 pushed a commit to DangerousThings/jcardsim that referenced this pull request Jun 19, 2022
Support JCSystem.makeGlobalArray() call
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

Successfully merging this pull request may close these issues.

1 participant