Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Update to a newer version of Bouncy Castle #6

Closed
ncelerier opened this issue Jun 18, 2015 · 5 comments
Closed

Update to a newer version of Bouncy Castle #6

ncelerier opened this issue Jun 18, 2015 · 5 comments

Comments

@ncelerier
Copy link

Hello,

Do you have any plan on updating to a newer version of the Bouncy Castle library ?

Regards,
Nicolas.

@fcorneli
Copy link
Contributor

The eID Applet Service can already handle BouncyCastle version 1.50 at runtime.

@ncelerier
Copy link
Author

Thank you for the information.

However, in the POM, I can see that there is a reference to version 1.45.
Can you clarify why version 1.50 is not specified instead ?

So if I understand properly, there are currently no plans to update to a newer version.

@ncelerier
Copy link
Author

I'm asking these questions because we are updating our projects to version 1.52 (jdk15on).

Are you sure that you support 1.50 ?

When I'm looking at your class AbstractCMSSignatureService, I can see that you use this method : CMSSignedDataGenerator.generate(CMSProcessable content, boolean encapsulate, java.security.Provider sigProvider)

This method is still in 1.49 (http://javadox.com/org.bouncycastle/bcpkix-jdk15on/1.49/org/bouncycastle/cms/CMSSignedDataGenerator.html).

However, it is not in 1.50 anymore (http://javadox.com/org.bouncycastle/bcpkix-jdk15on/1.50/org/bouncycastle/cms/CMSSignedDataGenerator.html).

Am I missing something ?

@ncelerier
Copy link
Author

Hello fcorneli,

Did you had the time to have a look at these questions ?

Thank you.

@fcorneli
Copy link
Contributor

fcorneli commented Jul 1, 2015

We no longer support eid-applet-service-signer in favor of our Digital Signature Service solution.
See also: https://www.e-contract.be/sites/dssp/

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

No branches or pull requests

2 participants