You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is a process that attempts to provide an SSLContext, but only uses a TrustStore.
A more complete implementation provides both a KeyStoreManager and a TruststoreManager.
There should be a choice for the user which, if any they desire. The key is to provide backward
compatibility.
The text was updated successfully, but these errors were encountered:
@scottslewis Will do. re-sync'd original fork and added changes to it. No check ins yet? I was gonna check
everything in at once so no squish required! ... ALl looking really good so far. I tested to see what happens
if no PKI is installed and code runs same as it did without change.
@scottslewis I checked in code to fork. Everything should be backward compatible. SO you get no effects unless you enable the org.eclipse.core.pki. If you wanna have instruction on doing that I can help..
Currently there is a process that attempts to provide an SSLContext, but only uses a TrustStore.
A more complete implementation provides both a KeyStoreManager and a TruststoreManager.
There should be a choice for the user which, if any they desire. The key is to provide backward
compatibility.
The text was updated successfully, but these errors were encountered: