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
Copy file name to clipboardExpand all lines: ssl-config-core/src/main/scala/com/typesafe/sslconfig/ssl/Config.scala
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,8 @@ object SSLDebugConfig {
260
260
* default.
261
261
* @paramdisableHostnameVerification Whether hostname verification should be disabled. Be aware: SSL Config itself is not using this config.
262
262
* However, it was kept because 3rd party libraries rely on its existence.
263
-
* @paramdisableSNI Whether SNI should be disabled (up to client library to respect this setting or not)
263
+
* @paramdisableSNI Whether SNI should be disabled (up to client library to respect this setting or not). Be aware: SSL Config itself is not using this config.
264
+
* However, it was kept because 3rd party libraries rely on its existence.
264
265
* @paramacceptAnyCertificate Whether any X.509 certificate should be accepted or not.
265
266
*/
266
267
finalclassSSLLooseConfigprivate[sslconfig] (
@@ -338,9 +339,12 @@ object SSLParametersConfig {
338
339
* @paramrevocationLists The revocation lists to check.
339
340
* @paramenabledCipherSuites If defined, override the platform default cipher suites.
340
341
* @paramenabledProtocols If defined, override the platform default protocols.
342
+
* @paramsslParametersConfig Be aware: SSL Config itself is not using this config.
343
+
* However, it was kept because 3rd party libraries rely on its existence.
341
344
* @paramkeyManagerConfig The key manager configuration.
342
345
* @paramtrustManagerConfig The trust manager configuration.
343
-
* @paramhostnameVerifierClass The hostname verifier class.
346
+
* @paramhostnameVerifierClass The hostname verifier class. Be aware: SSL Config itself is not using this config.
347
+
* However, it was kept because 3rd party libraries rely on its existence.
344
348
* @paramsecureRandom The SecureRandom instance to use. Let the platform choose if None.
0 commit comments