Replies: 6 comments 19 replies
-
@laeubi @mickaelistria @eclipse-platform-bot Greetings, I have close to 100 downloads of org.eclipse.core.pki from marketplace. Must be doing something right? How about reconsidering loading into platform.. Best regards, |
Beta Was this translation helpful? Give feedback.
-
In light of the updates coming out of the Cyber Resilience Act I think we should reconsider adding my pki to eclipse.platform. |
Beta Was this translation helpful? Give feedback.
-
After reading through the pdf-file you provided as well as some of the issues/PRs at ECF and P2 and some private discussions with others I hope that I have now a basic understanding what you are trying to do. I try to summarize it, but correct me if I'm wrong: What I'm not sure about: You are talking about Public Key Infrastructure (PKI), but aren't PKI key-pairs something different then TLS/SSL-certificates respectively than the certificates used to verify code-signatures (I assume they are similar to TLS/SSL-certificates)? In the discussion it was also mentioned that there should be (or is already in ECF?) an OSGi service interface defined where extra certificates can contributed. But from what you have said here and described in your PDE I'm not sure if this is still the goal. Furthermore I also wonder why the existing capabilities of the JDK are not sufficient? What still could be a good addition to Eclipse is UI support, e.g. in the preferences, to import own certificates into the JVMs trust-store or to use a trust-store at an alternative location. This would just execute the steps from the linked tutorials, but a UI would be more convenient. But in general I think it's better to use the standard ways the JDK provides as much as possible. The JDK has the security-experts and developers need to work on such topics, many more than Eclipse and therefore I think it's better to rely on what they provide. |
Beta Was this translation helpful? Give feedback.
-
BTHY, I have lots of companies using my product already, 100's of people. World Wide. The problem is: Every time a new version |
Beta Was this translation helpful? Give feedback.
-
In addition to Eclipse, I have done the same value adds to Gradle, Maven, and M2E. ALL performing Secure network connections. |
Beta Was this translation helpful? Give feedback.
-
Closing as there is PR which awaits clear action from contributor and communication should be handled in less places. #1716 (comment) |
Beta Was this translation helpful? Give feedback.
-
Add PKCS12 and PKCS11 implementation.
See; eclipse-m2e/m2e-core#1538
Beta Was this translation helpful? Give feedback.
All reactions