5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls</h1> |
9 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a check for use of SSL/TLS with insecure protocols. |
11 Module implementing a check for use of SSL/TLS with insecure protocols. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 <tr><td>None</td></tr> |
21 <tr><td>None</td></tr> |
23 </table> |
22 </table> |
|
23 |
24 <h3>Functions</h3> |
24 <h3>Functions</h3> |
25 |
|
26 <table> |
25 <table> |
27 |
|
28 <tr> |
26 <tr> |
29 <td><a href="#checkInsecureSslDefaults">checkInsecureSslDefaults</a></td> |
27 <td><a href="#checkInsecureSslDefaults">checkInsecureSslDefaults</a></td> |
30 <td>Function to check for SSL use with insecure defaults specified.</td> |
28 <td>Function to check for SSL use with insecure defaults specified.</td> |
31 </tr> |
29 </tr> |
32 <tr> |
30 <tr> |
40 <tr> |
38 <tr> |
41 <td><a href="#getChecks">getChecks</a></td> |
39 <td><a href="#getChecks">getChecks</a></td> |
42 <td>Public method to get a dictionary with checks handled by this module.</td> |
40 <td>Public method to get a dictionary with checks handled by this module.</td> |
43 </tr> |
41 </tr> |
44 </table> |
42 </table> |
|
43 |
45 <hr /> |
44 <hr /> |
46 <hr /> |
45 <hr /> |
47 <a NAME="checkInsecureSslDefaults" ID="checkInsecureSslDefaults"></a> |
46 <a NAME="checkInsecureSslDefaults" ID="checkInsecureSslDefaults"></a> |
48 <h2>checkInsecureSslDefaults</h2> |
47 <h2>checkInsecureSslDefaults</h2> |
49 <b>checkInsecureSslDefaults</b>(<i>reportError, context, config</i>) |
48 <b>checkInsecureSslDefaults</b>(<i>reportError, context, config</i>) |
50 |
|
51 <p> |
49 <p> |
52 Function to check for SSL use with insecure defaults specified. |
50 Function to check for SSL use with insecure defaults specified. |
53 </p> |
51 </p> |
|
52 |
54 <dl> |
53 <dl> |
55 |
54 |
56 <dt><i>reportError</i> (func)</dt> |
55 <dt><i>reportError</i> (func)</dt> |
57 <dd> |
56 <dd> |
58 function to be used to report errors |
57 function to be used to report errors |
70 <hr /> |
69 <hr /> |
71 <hr /> |
70 <hr /> |
72 <a NAME="checkInsecureSslProtocolVersion" ID="checkInsecureSslProtocolVersion"></a> |
71 <a NAME="checkInsecureSslProtocolVersion" ID="checkInsecureSslProtocolVersion"></a> |
73 <h2>checkInsecureSslProtocolVersion</h2> |
72 <h2>checkInsecureSslProtocolVersion</h2> |
74 <b>checkInsecureSslProtocolVersion</b>(<i>reportError, context, config</i>) |
73 <b>checkInsecureSslProtocolVersion</b>(<i>reportError, context, config</i>) |
75 |
|
76 <p> |
74 <p> |
77 Function to check for use of insecure SSL protocol version. |
75 Function to check for use of insecure SSL protocol version. |
78 </p> |
76 </p> |
|
77 |
79 <dl> |
78 <dl> |
80 |
79 |
81 <dt><i>reportError</i> (func)</dt> |
80 <dt><i>reportError</i> (func)</dt> |
82 <dd> |
81 <dd> |
83 function to be used to report errors |
82 function to be used to report errors |
95 <hr /> |
94 <hr /> |
96 <hr /> |
95 <hr /> |
97 <a NAME="checkSslWithoutVersion" ID="checkSslWithoutVersion"></a> |
96 <a NAME="checkSslWithoutVersion" ID="checkSslWithoutVersion"></a> |
98 <h2>checkSslWithoutVersion</h2> |
97 <h2>checkSslWithoutVersion</h2> |
99 <b>checkSslWithoutVersion</b>(<i>reportError, context, config</i>) |
98 <b>checkSslWithoutVersion</b>(<i>reportError, context, config</i>) |
100 |
|
101 <p> |
99 <p> |
102 Function to check for SSL use with no version specified. |
100 Function to check for SSL use with no version specified. |
103 </p> |
101 </p> |
|
102 |
104 <dl> |
103 <dl> |
105 |
104 |
106 <dt><i>reportError</i> (func)</dt> |
105 <dt><i>reportError</i> (func)</dt> |
107 <dd> |
106 <dd> |
108 function to be used to report errors |
107 function to be used to report errors |