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
Add trustStoreType field and add setters to the builder
Fix the converter methods toSimpleSSLContextFactory and toTlsContextConfiguration to include trust store type
Deprecate the overloaded toTlsContextConfiguration method that accepts a trustStoreType argument; it is not needed anymore
Remove the explicit getTrustStoreType() method, since it explicitly returns keyStoreType (this is not a typo; SSLContextConfiguration originally did not support a separate trust store type, which is what we're fixing here)
This originated from discussion #935 (Enhancements to SSL/TLS configuration and context classes)
The text was updated successfully, but these errors were encountered:
* Support trustStoreType in SSLContextConfiguration (#936)
* Support trustStoreType in SecureEndpointsConfiguration (#937)
* Support key and trust store type in SimpleSSLContextFactory (#938)
* Support trustStoreType in TlsContextConfiguration (#939)
Closes#936Closes#937Closes#938Closes#939
* Support trustStoreType in SSLContextConfiguration (#936)
* Support trustStoreType in SecureEndpointsConfiguration (#937)
* Support key and trust store type in SimpleSSLContextFactory (#938)
* Support trustStoreType in TlsContextConfiguration (#939)
Closes#936Closes#937Closes#938Closes#939
trustStoreType
field and add setters to the buildertoSimpleSSLContextFactory
andtoTlsContextConfiguration
to include trust store typetoTlsContextConfiguration
method that accepts atrustStoreType
argument; it is not needed anymoregetTrustStoreType()
method, since it explicitly returnskeyStoreType
(this is not a typo;SSLContextConfiguration
originally did not support a separate trust store type, which is what we're fixing here)This originated from discussion #935 (Enhancements to SSL/TLS configuration and context classes)
The text was updated successfully, but these errors were encountered: