1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module gdata.tlslite.constants</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="gdata.html"><font color="#ffffff">gdata</font></a>.<a href="gdata.tlslite.html"><font color="#ffffff">tlslite</font></a>.constants</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/afshar/wrk/gdata-python-client/src/gdata/tlslite/constants.py">/home/afshar/wrk/gdata-python-client/src/gdata/tlslite/constants.py</a></font></td></tr></table>
<p><tt>Constants used in various places.</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="gdata.tlslite.constants.html#AlertDescription">AlertDescription</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.tlslite.constants.html#AlertLevel">AlertLevel</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.tlslite.constants.html#CertificateType">CertificateType</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.tlslite.constants.html#CipherSuite">CipherSuite</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.tlslite.constants.html#ContentType">ContentType</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.tlslite.constants.html#Fault">Fault</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.tlslite.constants.html#HandshakeType">HandshakeType</a>
</font></dt></dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="AlertDescription">class <strong>AlertDescription</strong></a></font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>@cvar bad_record_mac: A TLS record failed to decrypt properly.<br>
<br>
If this occurs during a shared-key or SRP handshake it most likely<br>
indicates a bad password. It may also indicate an implementation<br>
error, or some tampering with the data in transit.<br>
<br>
This alert will be signalled by the server if the SRP password is bad. It<br>
may also be signalled by the server if the SRP username is unknown to the<br>
server, but it doesn't wish to reveal that fact.<br>
<br>
This alert will be signalled by the client if the shared-key username is<br>
bad.<br>
<br>
@cvar handshake_failure: A problem occurred while handshaking.<br>
<br>
This typically indicates a lack of common ciphersuites between client and<br>
server, or some other disagreement (about SRP parameters or key sizes,<br>
for example).<br>
<br>
@cvar protocol_version: The other party's SSL/TLS version was unacceptable.<br>
<br>
This indicates that the client and server couldn't agree on which version<br>
of SSL or TLS to use.<br>
<br>
@cvar user_canceled: The handshake is being cancelled for some reason.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%">Data and other attributes defined here:<br>
<dl><dt><strong>access_denied</strong> = 49</dl>
<dl><dt><strong>bad_certificate</strong> = 42</dl>
<dl><dt><strong>bad_record_mac</strong> = 20</dl>
<dl><dt><strong>certificate_expired</strong> = 45</dl>
<dl><dt><strong>certificate_revoked</strong> = 44</dl>
<dl><dt><strong>certificate_unknown</strong> = 46</dl>
<dl><dt><strong>close_notify</strong> = 0</dl>
<dl><dt><strong>decode_error</strong> = 50</dl>
<dl><dt><strong>decompression_failure</strong> = 30</dl>
<dl><dt><strong>decrypt_error</strong> = 51</dl>
<dl><dt><strong>decryption_failed</strong> = 21</dl>
<dl><dt><strong>export_restriction</strong> = 60</dl>
<dl><dt><strong>handshake_failure</strong> = 40</dl>
<dl><dt><strong>illegal_parameter</strong> = 47</dl>
<dl><dt><strong>insufficient_security</strong> = 71</dl>
<dl><dt><strong>internal_error</strong> = 80</dl>
<dl><dt><strong>missing_srp_username</strong> = 121</dl>
<dl><dt><strong>no_certificate</strong> = 41</dl>
<dl><dt><strong>no_renegotiation</strong> = 100</dl>
<dl><dt><strong>protocol_version</strong> = 70</dl>
<dl><dt><strong>record_overflow</strong> = 22</dl>
<dl><dt><strong>unexpected_message</strong> = 10</dl>
<dl><dt><strong>unknown_ca</strong> = 48</dl>
<dl><dt><strong>unknown_srp_username</strong> = 120</dl>
<dl><dt><strong>unsupported_certificate</strong> = 43</dl>
<dl><dt><strong>untrusted_srp_parameters</strong> = 122</dl>
<dl><dt><strong>user_canceled</strong> = 90</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="AlertLevel">class <strong>AlertLevel</strong></a></font></td></tr>
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
<td width="100%">Data and other attributes defined here:<br>
<dl><dt><strong>fatal</strong> = 2</dl>
<dl><dt><strong>warning</strong> = 1</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="CertificateType">class <strong>CertificateType</strong></a></font></td></tr>
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
<td width="100%">Data and other attributes defined here:<br>
<dl><dt><strong>cryptoID</strong> = 2</dl>
<dl><dt><strong>openpgp</strong> = 1</dl>
<dl><dt><strong>x509</strong> = 0</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="CipherSuite">class <strong>CipherSuite</strong></a></font></td></tr>
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
<td width="100%">Static methods defined here:<br>
<dl><dt><a name="CipherSuite-getRsaSuites"><strong>getRsaSuites</strong></a>(ciphers)</dt></dl>
<dl><dt><a name="CipherSuite-getSrpRsaSuites"><strong>getSrpRsaSuites</strong></a>(ciphers)</dt></dl>
<dl><dt><a name="CipherSuite-getSrpSuites"><strong>getSrpSuites</strong></a>(ciphers)</dt></dl>
<hr>
Data and other attributes defined here:<br>
<dl><dt><strong>TLS_RSA_WITH_3DES_EDE_CBC_SHA</strong> = 10</dl>
<dl><dt><strong>TLS_RSA_WITH_AES_128_CBC_SHA</strong> = 47</dl>
<dl><dt><strong>TLS_RSA_WITH_AES_256_CBC_SHA</strong> = 53</dl>
<dl><dt><strong>TLS_RSA_WITH_RC4_128_SHA</strong> = 5</dl>
<dl><dt><strong>TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA</strong> = 81</dl>
<dl><dt><strong>TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA</strong> = 84</dl>
<dl><dt><strong>TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA</strong> = 87</dl>
<dl><dt><strong>TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA</strong> = 80</dl>
<dl><dt><strong>TLS_SRP_SHA_WITH_AES_128_CBC_SHA</strong> = 83</dl>
<dl><dt><strong>TLS_SRP_SHA_WITH_AES_256_CBC_SHA</strong> = 86</dl>
<dl><dt><strong>aes128Suites</strong> = [83, 84, 47]</dl>
<dl><dt><strong>aes256Suites</strong> = [86, 87, 53]</dl>
<dl><dt><strong>rc4Suites</strong> = [5]</dl>
<dl><dt><strong>rsaSuites</strong> = [10, 47, 53, 5]</dl>
<dl><dt><strong>srpRsaSuites</strong> = [81, 84, 87]</dl>
<dl><dt><strong>srpSuites</strong> = [80, 83, 86]</dl>
<dl><dt><strong>tripleDESSuites</strong> = [80, 81, 10]</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="ContentType">class <strong>ContentType</strong></a></font></td></tr>
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
<td width="100%">Data and other attributes defined here:<br>
<dl><dt><strong>alert</strong> = 21</dl>
<dl><dt><strong>all</strong> = (20, 21, 22, 23)</dl>
<dl><dt><strong>application_data</strong> = 23</dl>
<dl><dt><strong>change_cipher_spec</strong> = 20</dl>
<dl><dt><strong>handshake</strong> = 22</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="Fault">class <strong>Fault</strong></a></font></td></tr>
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
<td width="100%">Data and other attributes defined here:<br>
<dl><dt><strong>badA</strong> = 103</dl>
<dl><dt><strong>badB</strong> = 201</dl>
<dl><dt><strong>badFinished</strong> = 300</dl>
<dl><dt><strong>badIdentifier</strong> = 401</dl>
<dl><dt><strong>badMAC</strong> = 301</dl>
<dl><dt><strong>badPadding</strong> = 302</dl>
<dl><dt><strong>badPassword</strong> = 102</dl>
<dl><dt><strong>badPremasterPadding</strong> = 501</dl>
<dl><dt><strong>badSharedKey</strong> = 402</dl>
<dl><dt><strong>badUsername</strong> = 101</dl>
<dl><dt><strong>badVerifyMessage</strong> = 601</dl>
<dl><dt><strong>clientCertFaults</strong> = [601]</dl>
<dl><dt><strong>clientNoAuthFaults</strong> = [501, 502]</dl>
<dl><dt><strong>clientSharedKeyFaults</strong> = [401, 402]</dl>
<dl><dt><strong>clientSrpFaults</strong> = [101, 102, 103]</dl>
<dl><dt><strong>faultAlerts</strong> = {101: (120, 20), 102: (20,), 103: (47,), 300: (51,), 301: (20,), 302: (20,), 401: (40,), 402: (20,), 501: (20,), 502: (20,), ...}</dl>
<dl><dt><strong>faultNames</strong> = {101: 'bad username', 102: 'bad password', 103: 'bad A', 300: 'bad finished message', 301: 'bad MAC', 302: 'bad padding', 401: 'bad identifier', 402: 'bad sharedkey', 501: 'bad premaster padding', 502: 'short premaster secret', ...}</dl>
<dl><dt><strong>genericFaults</strong> = [300, 301, 302]</dl>
<dl><dt><strong>serverFaults</strong> = [201]</dl>
<dl><dt><strong>shortPremasterSecret</strong> = 502</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="HandshakeType">class <strong>HandshakeType</strong></a></font></td></tr>
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
<td width="100%">Data and other attributes defined here:<br>
<dl><dt><strong>certificate</strong> = 11</dl>
<dl><dt><strong>certificate_request</strong> = 13</dl>
<dl><dt><strong>certificate_verify</strong> = 15</dl>
<dl><dt><strong>client_hello</strong> = 1</dl>
<dl><dt><strong>client_key_exchange</strong> = 16</dl>
<dl><dt><strong>finished</strong> = 20</dl>
<dl><dt><strong>hello_request</strong> = 0</dl>
<dl><dt><strong>server_hello</strong> = 2</dl>
<dl><dt><strong>server_hello_done</strong> = 14</dl>
<dl><dt><strong>server_key_exchange</strong> = 12</dl>
</td></tr></table></td></tr></table>
</body></html>
|