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

Wrong information in Provider.id info #2

Open
penhorwood opened this issue Feb 27, 2024 · 1 comment
Open

Wrong information in Provider.id info #2

penhorwood opened this issue Feb 27, 2024 · 1 comment

Comments

@penhorwood
Copy link

It appears that the package is reporting itself as a snapshot.

image

@dghgit
Copy link
Contributor

dghgit commented Feb 27, 2024

This is from the jar on Maven Central.

java -cp test/build/libs/test-2.73.5-SNAPSHOT.jar:bcprov-lts8on-2.73.4.jar org.bouncycastle.test.DumpAliases | grep Provider
Provider.id className => org.bouncycastle.jce.provider.BouncyCastleProvider
Provider.id version => 2.7304
Provider.id name => BC
Provider.id info => BouncyCastle Security Provider (LTS edition) v2.73.4

Dump alias obviously won't exist in your case, but all it's doing is dumping the aliases out of the provider table. I think you might actually have a SNAPSHOT release.

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