Home | Trees | Index | Help |
---|
Package tlslite :: Module constants :: Class AlertDescription |
|
Class Variable Summary | |
---|---|
int |
access_denied = 49 |
int |
bad_certificate = 42 |
int |
bad_record_mac : A TLS record failed to decrypt properly. |
int |
certificate_expired = 45 |
int |
certificate_revoked = 44 |
int |
certificate_unknown = 46 |
int |
close_notify = 0 |
int |
decode_error = 50 |
int |
decompression_failure = 30 |
int |
decrypt_error = 51 |
int |
decryption_failed = 21 |
int |
export_restriction = 60 |
int |
handshake_failure : A problem occurred while handshaking. |
int |
illegal_parameter = 47 |
int |
insufficient_security = 71 |
int |
internal_error = 80 |
int |
missing_srp_username = 121 |
int |
no_certificate = 41 |
int |
no_renegotiation = 100 |
int |
protocol_version : The other party's SSL/TLS version was unacceptable. |
int |
record_overflow = 22 |
int |
unexpected_message = 10 |
int |
unknown_ca = 48 |
int |
unknown_srp_username = 120 |
int |
unsupported_certificate = 43 |
int |
untrusted_srp_parameters = 122 |
int |
user_canceled : The handshake is being cancelled for some reason. |
Class Variable Details |
---|
access_denied
|
bad_certificate
|
certificate_expired
|
certificate_revoked
|
certificate_unknown
|
close_notify
|
decode_error
|
decompression_failure
|
decrypt_error
|
decryption_failed
|
export_restriction
|
handshake_failureA problem occurred while handshaking. This typically indicates a lack of common ciphersuites between client and server, or some other disagreement (about SRP parameters or key sizes, for example).
|
illegal_parameter
|
insufficient_security
|
internal_error
|
missing_srp_username
|
no_certificate
|
no_renegotiation
|
protocol_versionThe other party's SSL/TLS version was unacceptable. This indicates that the client and server couldn't agree on which version of SSL or TLS to use.
|
record_overflow
|
unexpected_message
|
unknown_ca
|
unknown_srp_username
|
unsupported_certificate
|
untrusted_srp_parameters
|
user_canceledThe handshake is being cancelled for some reason.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Mon Feb 21 21:56:56 2005 | http://epydoc.sf.net |