Blame doc/enums/gnutls_alert_description_t

Packit aea12f
Packit aea12f
Packit aea12f
@c gnutls_alert_description_t
Packit aea12f
@table @code
Packit aea12f
@item GNUTLS_@-A_@-CLOSE_@-NOTIFY
Packit aea12f
Close notify.
Packit aea12f
@item GNUTLS_@-A_@-UNEXPECTED_@-MESSAGE
Packit aea12f
Unexpected message.
Packit aea12f
@item GNUTLS_@-A_@-BAD_@-RECORD_@-MAC
Packit aea12f
Bad record MAC.
Packit aea12f
@item GNUTLS_@-A_@-DECRYPTION_@-FAILED
Packit aea12f
Decryption failed.
Packit aea12f
@item GNUTLS_@-A_@-RECORD_@-OVERFLOW
Packit aea12f
Record overflow.
Packit aea12f
@item GNUTLS_@-A_@-DECOMPRESSION_@-FAILURE
Packit aea12f
Decompression failed.
Packit aea12f
@item GNUTLS_@-A_@-HANDSHAKE_@-FAILURE
Packit aea12f
Handshake failed.
Packit aea12f
@item GNUTLS_@-A_@-SSL3_@-NO_@-CERTIFICATE
Packit aea12f
No certificate.
Packit aea12f
@item GNUTLS_@-A_@-BAD_@-CERTIFICATE
Packit aea12f
Certificate is bad.
Packit aea12f
@item GNUTLS_@-A_@-UNSUPPORTED_@-CERTIFICATE
Packit aea12f
Certificate is not supported.
Packit aea12f
@item GNUTLS_@-A_@-CERTIFICATE_@-REVOKED
Packit aea12f
Certificate was revoked.
Packit aea12f
@item GNUTLS_@-A_@-CERTIFICATE_@-EXPIRED
Packit aea12f
Certificate is expired.
Packit aea12f
@item GNUTLS_@-A_@-CERTIFICATE_@-UNKNOWN
Packit aea12f
Unknown certificate.
Packit aea12f
@item GNUTLS_@-A_@-ILLEGAL_@-PARAMETER
Packit aea12f
Illegal parameter.
Packit aea12f
@item GNUTLS_@-A_@-UNKNOWN_@-CA
Packit aea12f
CA is unknown.
Packit aea12f
@item GNUTLS_@-A_@-ACCESS_@-DENIED
Packit aea12f
Access was denied.
Packit aea12f
@item GNUTLS_@-A_@-DECODE_@-ERROR
Packit aea12f
Decode error.
Packit aea12f
@item GNUTLS_@-A_@-DECRYPT_@-ERROR
Packit aea12f
Decrypt error.
Packit aea12f
@item GNUTLS_@-A_@-EXPORT_@-RESTRICTION
Packit aea12f
Export restriction.
Packit aea12f
@item GNUTLS_@-A_@-PROTOCOL_@-VERSION
Packit aea12f
Error in protocol version.
Packit aea12f
@item GNUTLS_@-A_@-INSUFFICIENT_@-SECURITY
Packit aea12f
Insufficient security.
Packit aea12f
@item GNUTLS_@-A_@-INTERNAL_@-ERROR
Packit aea12f
Internal error.
Packit aea12f
@item GNUTLS_@-A_@-INAPPROPRIATE_@-FALLBACK
Packit aea12f
Inappropriate fallback,
Packit aea12f
@item GNUTLS_@-A_@-USER_@-CANCELED
Packit aea12f
User canceled.
Packit aea12f
@item GNUTLS_@-A_@-NO_@-RENEGOTIATION
Packit aea12f
No renegotiation is allowed.
Packit aea12f
@item GNUTLS_@-A_@-MISSING_@-EXTENSION
Packit aea12f
An extension was expected but was not seen
Packit aea12f
@item GNUTLS_@-A_@-UNSUPPORTED_@-EXTENSION
Packit aea12f
An unsupported extension was
Packit aea12f
sent.
Packit aea12f
@item GNUTLS_@-A_@-CERTIFICATE_@-UNOBTAINABLE
Packit aea12f
Could not retrieve the
Packit aea12f
specified certificate.
Packit aea12f
@item GNUTLS_@-A_@-UNRECOGNIZED_@-NAME
Packit aea12f
The server name sent was not
Packit aea12f
recognized.
Packit aea12f
@item GNUTLS_@-A_@-UNKNOWN_@-PSK_@-IDENTITY
Packit aea12f
The SRP/PSK username is missing
Packit aea12f
or not known.
Packit aea12f
@item GNUTLS_@-A_@-CERTIFICATE_@-REQUIRED
Packit aea12f
Certificate is required.
Packit aea12f
@item GNUTLS_@-A_@-NO_@-APPLICATION_@-PROTOCOL
Packit aea12f
The ALPN protocol requested is
Packit aea12f
not supported by the peer.
Packit aea12f
@item GNUTLS_@-A_@-MAX
Packit aea12f
-- undescribed --
Packit aea12f
@end table