-
Notifications
You must be signed in to change notification settings - Fork 128
Implement PKCS authentication #728
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
Comments
Almost all internet sites are secured, most publicly, some privatized requiring user x509 Certificates. Eclipse needs to have the ability to utilize keystores and truststores to provide SSLcontext. |
Looking to add UI for a PKI selection in package; |
Yes, this seems like the right package where to add authentication features. |
I pulled a fork and began adding in some code. Its going to be a lot of work! |
For my custom PKI implementation I used; import org.eclipse.equinox.security.storage.ISecurePreferences; |
Closing this one as there is clear action pending on contributor and discussions would better be handled in less places. #1716 (comment) |
Discussed in #680
Originally posted by JavaJoeS September 13, 2023
Add PKCS12 and PKCS11 implementation.
See; eclipse-m2e/m2e-core#1538
The text was updated successfully, but these errors were encountered: