MCPcopy Create free account
hub / github.com/apache/tomcat / initSsl

Method initSsl

test/org/apache/tomcat/util/net/TesterSupport.java:130–133  ·  view source on GitHub ↗
(Tomcat tomcat)

Source from the content-addressed store, hash-verified

128 }
129
130 public static void initSsl(Tomcat tomcat) {
131 // By default, use JSSE trust
132 initSsl(tomcat, false);
133 }
134
135 public static void initSsl(Tomcat tomcat, boolean opensslTrust) {
136 // By default, use valid JSSE configuration

Callers 15

testCVE_2017_15698Method · 0.95
testCVE_2018_8034Method · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
testSimpleSslMethod · 0.95
testPostMethod · 0.95
testKeyPassMethod · 0.95
testKeyPassFileMethod · 0.95
testSniMethod · 0.95
setUpMethod · 0.95

Calls 15

setSecureMethod · 0.95
setPropertyMethod · 0.95
addCertificateMethod · 0.95
addSslHostConfigMethod · 0.95
setSSLRandomSeedMethod · 0.95
setSslProtocolMethod · 0.95
setCaCertificateFileMethod · 0.95
setTruststoreFileMethod · 0.95

Tested by

no test coverage detected