Browse Source

tls

master
Chris Smith 5 years ago
parent
commit
9680655497
1 changed files with 41 additions and 0 deletions
  1. 41
    0
      content/docs/technologies/tls.adoc

+ 41
- 0
content/docs/technologies/tls.adoc View File

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

Loading…
Cancel
Save