Error Alerts
- The following error alerts are defined:
unexpected_message
An inappropriate message was received. This alert is always fatal and should never be observed in communication between proper implementations.
bad_record_mac
This alert is returned if a record is received with an incorrect message authentication code. This message is always fatal.
decompression_failure
The decompression function received improper input (e.g. data that would expand to excessive length). This message is always fatal.
handshake_failure
Indicates the sender was unable to negotiate an acceptable set of security parameters given the options available. This is a fatal error.
no_certificate
May be sent in response to a certification request if no appropriate certificate is available.
bad_certificate
A certificate was corrupt, probably contained a digital signature that did not verify correctly.
unsupported_certificate
A certificate was of an unsupported type.
certificate_revoked
A certificate was revoked by its signer.
certificate_expired
A certificate has expired or is not currently valid.
certificate_unknown
Some unspecified issue arose in processing the certificate, rendering it unacceptable.
illegal_parameter
A field in the handshake was out of range or inconsistent with other fields. This is always fatal.
What is the change cipher spec protocol?
© 2006 John Michael Pierobon
Notes