1 | name: SQUID_X509_V_ERR_INFINITE_VALIDATION |
---|
2 | detail: "%ssl_error_descr: %ssl_subject" |
---|
3 | descr: "Cert validation infinite loop detected" |
---|
4 | |
---|
5 | name: SQUID_ERR_SSL_HANDSHAKE |
---|
6 | detail: "%ssl_error_descr: %ssl_lib_error" |
---|
7 | descr: "Handshake with SSL server failed" |
---|
8 | |
---|
9 | name: SQUID_X509_V_ERR_DOMAIN_MISMATCH |
---|
10 | detail: "%ssl_error_descr: %ssl_subject" |
---|
11 | descr: "Certificate does not match domainname" |
---|
12 | |
---|
13 | name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT |
---|
14 | detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" |
---|
15 | descr: "Unable to get issuer certificate" |
---|
16 | |
---|
17 | name: X509_V_ERR_UNABLE_TO_GET_CRL |
---|
18 | detail: "%ssl_error_descr: %ssl_subject" |
---|
19 | descr: "Unable to get certificate CRL" |
---|
20 | |
---|
21 | name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE |
---|
22 | detail: "%ssl_error_descr: %ssl_subject" |
---|
23 | descr: "Unable to decrypt certificate's signature" |
---|
24 | |
---|
25 | name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE |
---|
26 | detail: "%ssl_error_descr: %ssl_subject" |
---|
27 | descr: "Unable to decrypt CRL's signature" |
---|
28 | |
---|
29 | name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY |
---|
30 | detail: "Unable to decode issuer (CA) public key: %ssl_ca_name" |
---|
31 | descr: "Unable to decode issuer public key" |
---|
32 | |
---|
33 | name: X509_V_ERR_CERT_SIGNATURE_FAILURE |
---|
34 | detail: "%ssl_error_descr: %ssl_subject" |
---|
35 | descr: "Certificate signature failure" |
---|
36 | |
---|
37 | name: X509_V_ERR_CRL_SIGNATURE_FAILURE |
---|
38 | detail: "%ssl_error_descr: %ssl_subject" |
---|
39 | descr: "CRL signature failure" |
---|
40 | |
---|
41 | name: X509_V_ERR_CERT_NOT_YET_VALID |
---|
42 | detail: "SSL Certficate is not valid before: %ssl_notbefore" |
---|
43 | descr: "Certificate is not yet valid" |
---|
44 | |
---|
45 | name: X509_V_ERR_CERT_HAS_EXPIRED |
---|
46 | detail: "SSL Certificate expired on: %ssl_notafter" |
---|
47 | descr: "Certificate has expired" |
---|
48 | |
---|
49 | name: X509_V_ERR_CRL_NOT_YET_VALID |
---|
50 | detail: "%ssl_error_descr: %ssl_subject" |
---|
51 | descr: "CRL is not yet valid" |
---|
52 | |
---|
53 | name: X509_V_ERR_CRL_HAS_EXPIRED |
---|
54 | detail: "%ssl_error_descr: %ssl_subject" |
---|
55 | descr: "CRL has expired" |
---|
56 | |
---|
57 | name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD |
---|
58 | detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" |
---|
59 | descr: "Format error in certificate's notBefore field" |
---|
60 | |
---|
61 | name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD |
---|
62 | detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject" |
---|
63 | descr: "Format error in certificate's notAfter field" |
---|
64 | |
---|
65 | name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD |
---|
66 | detail: "%ssl_error_descr: %ssl_subject" |
---|
67 | descr: "Format error in CRL's lastUpdate field" |
---|
68 | |
---|
69 | name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD |
---|
70 | detail: "%ssl_error_descr: %ssl_subject" |
---|
71 | descr: "Format error in CRL's nextUpdate field" |
---|
72 | |
---|
73 | name: X509_V_ERR_OUT_OF_MEM |
---|
74 | detail: "%ssl_error_descr" |
---|
75 | descr: "Out of memory" |
---|
76 | |
---|
77 | name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT |
---|
78 | detail: "Self-signed SSL Certificate: %ssl_subject" |
---|
79 | descr: "Self signed certificate" |
---|
80 | |
---|
81 | name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN |
---|
82 | detail: "Self-signed SSL Certificate in chain: %ssl_subject" |
---|
83 | descr: "Self signed certificate in certificate chain" |
---|
84 | |
---|
85 | name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY |
---|
86 | detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name" |
---|
87 | descr: "Unable to get local issuer certificate" |
---|
88 | |
---|
89 | name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE |
---|
90 | detail: "%ssl_error_descr: %ssl_subject" |
---|
91 | descr: "Unable to verify the first certificate" |
---|
92 | |
---|
93 | name: X509_V_ERR_CERT_CHAIN_TOO_LONG |
---|
94 | detail: "%ssl_error_descr: %ssl_subject" |
---|
95 | descr: "Certificate chain too long" |
---|
96 | |
---|
97 | name: X509_V_ERR_CERT_REVOKED |
---|
98 | detail: "%ssl_error_descr: %ssl_subject" |
---|
99 | descr: "Certificate revoked" |
---|
100 | |
---|
101 | name: X509_V_ERR_INVALID_CA |
---|
102 | detail: "%ssl_error_descr: %ssl_ca_name" |
---|
103 | descr: "Invalid CA certificate" |
---|
104 | |
---|
105 | name: X509_V_ERR_PATH_LENGTH_EXCEEDED |
---|
106 | detail: "%ssl_error_descr: %ssl_subject" |
---|
107 | descr: "Path length constraint exceeded" |
---|
108 | |
---|
109 | name: X509_V_ERR_INVALID_PURPOSE |
---|
110 | detail: "%ssl_error_descr: %ssl_subject" |
---|
111 | descr: "Unsupported certificate purpose" |
---|
112 | |
---|
113 | name: X509_V_ERR_CERT_UNTRUSTED |
---|
114 | detail: "%ssl_error_descr: %ssl_subject" |
---|
115 | descr: "Certificate not trusted" |
---|
116 | |
---|
117 | name: X509_V_ERR_CERT_REJECTED |
---|
118 | detail: "%ssl_error_descr: %ssl_subject" |
---|
119 | descr: "Certificate rejected" |
---|
120 | |
---|
121 | name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH |
---|
122 | detail: "%ssl_error_descr: %ssl_ca_name" |
---|
123 | descr: "Subject issuer mismatch" |
---|
124 | |
---|
125 | name: X509_V_ERR_AKID_SKID_MISMATCH |
---|
126 | detail: "%ssl_error_descr: %ssl_subject" |
---|
127 | descr: "Authority and subject key identifier mismatch" |
---|
128 | |
---|
129 | name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH |
---|
130 | detail: "%ssl_error_descr: %ssl_ca_name" |
---|
131 | descr: "Authority and issuer serial number mismatch" |
---|
132 | |
---|
133 | name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN |
---|
134 | detail: "%ssl_error_descr: %ssl_subject" |
---|
135 | descr: "Key usage does not include certificate signing" |
---|
136 | |
---|
137 | name: X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER |
---|
138 | detail: "%ssl_error_descr: %ssl_subject" |
---|
139 | descr: "unable to get CRL issuer certificate" |
---|
140 | |
---|
141 | name: X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION |
---|
142 | detail: "%ssl_error_descr: %ssl_subject" |
---|
143 | descr: "unhandled critical extension" |
---|
144 | |
---|
145 | name: X509_V_ERR_KEYUSAGE_NO_CRL_SIGN |
---|
146 | detail: "%ssl_error_descr: %ssl_subject" |
---|
147 | descr: "key usage does not include CRL signing" |
---|
148 | |
---|
149 | name: X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION |
---|
150 | detail: "%ssl_error_descr: %ssl_subject" |
---|
151 | descr: "unhandled critical CRL extension" |
---|
152 | |
---|
153 | name: X509_V_ERR_INVALID_NON_CA |
---|
154 | detail: "%ssl_error_descr: %ssl_subject" |
---|
155 | descr: "invalid non-CA certificate (has CA markings)" |
---|
156 | |
---|
157 | name: X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED |
---|
158 | detail: "%ssl_error_descr: %ssl_subject" |
---|
159 | descr: "proxy path length constraint exceeded" |
---|
160 | |
---|
161 | name: X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE |
---|
162 | detail: "%ssl_error_descr: %ssl_subject" |
---|
163 | descr: "key usage does not include digital signature" |
---|
164 | |
---|
165 | name: X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED |
---|
166 | detail: "%ssl_error_descr: %ssl_subject" |
---|
167 | descr: "proxy certificates not allowed, please set the appropriate flag" |
---|
168 | |
---|
169 | name: X509_V_ERR_INVALID_EXTENSION |
---|
170 | detail: "%ssl_error_descr: %ssl_subject" |
---|
171 | descr: "invalid or inconsistent certificate extension" |
---|
172 | |
---|
173 | name: X509_V_ERR_INVALID_POLICY_EXTENSION |
---|
174 | detail: "%ssl_error_descr: %ssl_subject" |
---|
175 | descr: "invalid or inconsistent certificate policy extension" |
---|
176 | |
---|
177 | name: X509_V_ERR_NO_EXPLICIT_POLICY |
---|
178 | detail: "%ssl_error_descr: %ssl_subject" |
---|
179 | descr: "no explicit policy" |
---|
180 | |
---|
181 | name: X509_V_ERR_DIFFERENT_CRL_SCOPE |
---|
182 | detail: "%ssl_error_descr: %ssl_subject" |
---|
183 | descr: "Different CRL scope" |
---|
184 | |
---|
185 | name: X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE |
---|
186 | detail: "%ssl_error_descr: %ssl_subject" |
---|
187 | descr: "Unsupported extension feature" |
---|
188 | |
---|
189 | name: X509_V_ERR_UNNESTED_RESOURCE |
---|
190 | detail: "%ssl_error_descr: %ssl_subject" |
---|
191 | descr: "RFC 3779 resource not subset of parent's resources" |
---|
192 | |
---|
193 | name: X509_V_ERR_PERMITTED_VIOLATION |
---|
194 | detail: "%ssl_error_descr: %ssl_subject" |
---|
195 | descr: "permitted subtree violation" |
---|
196 | |
---|
197 | name: X509_V_ERR_EXCLUDED_VIOLATION |
---|
198 | detail: "%ssl_error_descr: %ssl_subject" |
---|
199 | descr: "excluded subtree violation" |
---|
200 | |
---|
201 | name: X509_V_ERR_SUBTREE_MINMAX |
---|
202 | detail: "%ssl_error_descr: %ssl_subject" |
---|
203 | descr: "name constraints minimum and maximum not supported" |
---|
204 | |
---|
205 | name: X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE |
---|
206 | detail: "%ssl_error_descr: %ssl_subject" |
---|
207 | descr: "unsupported name constraint type" |
---|
208 | |
---|
209 | name: X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX |
---|
210 | detail: "%ssl_error_descr: %ssl_subject" |
---|
211 | descr: "unsupported or invalid name constraint syntax" |
---|
212 | |
---|
213 | name: X509_V_ERR_UNSUPPORTED_NAME_SYNTAX |
---|
214 | detail: "%ssl_error_descr: %ssl_subject" |
---|
215 | descr: "unsupported or invalid name syntax" |
---|
216 | |
---|
217 | name: X509_V_ERR_CRL_PATH_VALIDATION_ERROR |
---|
218 | detail: "%ssl_error_descr: %ssl_subject" |
---|
219 | descr: "CRL path validation error" |
---|
220 | |
---|
221 | name: X509_V_ERR_APPLICATION_VERIFICATION |
---|
222 | detail: "%ssl_error_descr: %ssl_subject" |
---|
223 | descr: "Application verification failure" |
---|