You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tls.adoc 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ---
  2. title: "TLS"
  3. ---
  4. == TLS
  5. === Alert codes
  6. 0:: Close notify
  7. 10:: Unexpected message
  8. 20:: Bad record MAC
  9. 21:: Decryption failed
  10. 22:: Record overflow
  11. 30:: Decompression failed
  12. 40:: Handshake failed
  13. 41:: No certificate (SSL 3.0)
  14. 42:: Certificate is bad
  15. 43:: Certificate is not supported
  16. 44:: Certificate was revoked
  17. 45:: Certificate is expired
  18. 46:: Unknown certificate
  19. 47:: Illegal parameter
  20. 48:: CA is unknown
  21. 49:: Access was denied
  22. 50:: Decode error
  23. 51:: Decrypt error
  24. 60:: Export restriction
  25. 70:: Error in protocol version
  26. 71:: Insufficient security
  27. 80:: Internal error
  28. 86:: Inappropriate fallback
  29. 90:: User canceled
  30. 100:: No renegotiation is allowed
  31. 109:: An extension was expected but was not seen
  32. 110:: An unsupported extension was sent
  33. 111:: Could not retrieve the specified certificate
  34. 112:: The server name sent was not recognized
  35. 115:: The SRP/PSK username is missing or not known
  36. 116:: Certificate is required
  37. 120:: No supported application protocol could be negotiated
  38. Source: https://www.gnutls.org/manual/html_node/The-TLS-Alert-Protocol.html