Welcome to mirror list, hosted at ThFree Co, Russian Federation.

configs.js « js « src - github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: efe1a5b009220d50a40e5f38633fb2796ad17545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
// configs for the supported pieces of software
// hasVersions, showSupports, supportsConfigs, supportsHsts, supportsOcspStapling, and usesOpenssl only need to be defined if false
// cipherFormat is assumed to be 'openssl' unless defined otherwise (currently only 'iana' is supported)
const noSupportedVersion = '10000.10000.10000';


module.exports = {
  apache: {
    highlighter: 'apache',
    latestVersion: '2.4.41',
    name: 'Apache',
    tls13: '2.4.36',
  },
  awsalb: {
    hasVersions: false,
    highlighter: 'yaml',
    latestVersion: '2019.8.1',
    name: 'AWS ALB',
    showSupports: false,
    supportsOcspStapling: false,
    tls13: noSupportedVersion,
    usesOpenssl: false,
  },
  // supported ciphers generated with:
  // aws elb describe-load-balancer-policies --query "PolicyDescriptions[?PolicyName=='ELBSample-ELBDefaultCipherPolicy'].PolicyAttributeDescriptions[*].AttributeName[]"
  awselb: {
    hasVersions: false,
    highlighter: 'yaml',
    latestVersion: '2014.2.19',
    name: 'AWS ELB',
    supportedCiphers: ['ECDHE-ECDSA-AES128-GCM-SHA256', 'ECDHE-RSA-AES128-GCM-SHA256', 'ECDHE-ECDSA-AES128-SHA256', 'ECDHE-RSA-AES128-SHA256', 'ECDHE-ECDSA-AES128-SHA', 'ECDHE-RSA-AES128-SHA', 'DHE-RSA-AES128-SHA', 'ECDHE-ECDSA-AES256-GCM-SHA384', 'ECDHE-RSA-AES256-GCM-SHA384', 'ECDHE-ECDSA-AES256-SHA384', 'ECDHE-RSA-AES256-SHA384', 'ECDHE-RSA-AES256-SHA', 'ECDHE-ECDSA-AES256-SHA', 'AES128-GCM-SHA256', 'AES128-SHA256', 'AES128-SHA', 'AES256-GCM-SHA384', 'AES256-SHA256', 'AES256-SHA', 'DHE-DSS-AES128-SHA', 'CAMELLIA128-SHA', 'EDH-RSA-DES-CBC3-SHA', 'DES-CBC3-SHA', 'ECDHE-RSA-RC4-SHA', 'RC4-SHA', 'ECDHE-ECDSA-RC4-SHA', 'DHE-DSS-AES256-GCM-SHA384', 'DHE-RSA-AES256-GCM-SHA384', 'DHE-RSA-AES256-SHA256', 'DHE-DSS-AES256-SHA256', 'DHE-RSA-AES256-SHA', 'DHE-DSS-AES256-SHA', 'DHE-RSA-CAMELLIA256-SHA', 'DHE-DSS-CAMELLIA256-SHA', 'CAMELLIA256-SHA', 'EDH-DSS-DES-CBC3-SHA', 'DHE-DSS-AES128-GCM-SHA256', 'DHE-RSA-AES128-GCM-SHA256', 'DHE-RSA-AES128-SHA256', 'DHE-DSS-AES128-SHA256', 'DHE-RSA-CAMELLIA128-SHA', 'DHE-DSS-CAMELLIA128-SHA', 'ADH-AES128-GCM-SHA256', 'ADH-AES128-SHA', 'ADH-AES128-SHA256', 'ADH-AES256-GCM-SHA384', 'ADH-AES256-SHA', 'ADH-AES256-SHA256', 'ADH-CAMELLIA128-SHA', 'ADH-CAMELLIA256-SHA', 'ADH-DES-CBC3-SHA', 'ADH-DES-CBC-SHA', 'ADH-RC4-MD5', 'ADH-SEED-SHA', 'DES-CBC-SHA', 'DHE-DSS-SEED-SHA', 'DHE-RSA-SEED-SHA', 'EDH-DSS-DES-CBC-SHA', 'EDH-RSA-DES-CBC-SHA', 'IDEA-CBC-SHA', 'RC4-MD5', 'SEED-SHA', 'DES-CBC3-MD5', 'DES-CBC-MD5', 'RC2-CBC-MD5', 'PSK-AES256-CBC-SHA', 'PSK-3DES-EDE-CBC-SHA', 'KRB5-DES-CBC3-SHA', 'KRB5-DES-CBC3-MD5', 'PSK-AES128-CBC-SHA', 'PSK-RC4-SHA', 'KRB5-RC4-SHA', 'KRB5-RC4-MD5', 'KRB5-DES-CBC-SHA', 'KRB5-DES-CBC-MD5', 'EXP-EDH-RSA-DES-CBC-SHA', 'EXP-EDH-DSS-DES-CBC-SHA', 'EXP-ADH-DES-CBC-SHA', 'EXP-DES-CBC-SHA', 'EXP-RC2-CBC-MD5', 'EXP-KRB5-RC2-CBC-SHA', 'EXP-KRB5-DES-CBC-SHA', 'EXP-KRB5-RC2-CBC-MD5', 'EXP-KRB5-DES-CBC-MD5', 'EXP-ADH-RC4-MD5', 'EXP-RC4-MD5', 'EXP-KRB5-RC4-SHA', 'EXP-KRB5-RC4-MD5'],
    supportsHsts: false,
    supportsOcspStapling: false,
    tls13: noSupportedVersion,
    usesOpenssl: false,
  },
  caddy: {
    cipherFormat: 'caddy',
    highlighter: 'nginx', // TODO: find better
    latestVersion: '2.1.1',
    name: 'Caddy',
    supportsOcspStapling: false, // actually true; can't be disabled in Caddy
    tls13: '0.11.5',
    usesOpenssl: false,
  },
  dovecot: {
    highlighter: 'nginx', // TODO: find better
    latestVersion: '2.3.9',
    name: 'Dovecot',
    showSupports: false,
    supportsHsts: false,
    supportsOcspStapling: false,
    tls13: noSupportedVersion,
  },
  exim: {
    highlighter: 'nginx',
    latestVersion: '4.93',
    name: 'Exim',
    showSupports: false,
    supportsHsts: false,
    supportsOcspStapling: false,
    tls13: '4.92.0',
  },
  go: {
    cipherFormat: 'go',
    highlighter: 'go',
    latestVersion: '1.14.4',
    name: 'Go',
    supportsOcspStapling: false,
    tls13: '1.13.0',
    usesOpenssl: false,
  },
  haproxy: {
    highlighter: 'nginx',  // TODO: find better
    latestVersion: '2.1',
    name: 'HAProxy',
    tls13: '1.8.0',
  },
  jetty: {
    cipherFormat: 'iana',
    highlighter: 'xml',
    latestVersion: '9.4.28',
    name: 'Jetty',
    supportsHsts: false,
    supportsOcspStapling: false,
    tls13: '9.4.12',
    usesOpenssl: false,
  },
  lighttpd: {
    highlighter: 'nginx',
    latestVersion: '1.4.59',
    name: 'lighttpd',
    tls13: '1.4.48'
  },
  mysql: {
    highlighter: 'ini',
    latestVersion: '8.0.19',
    name: 'MySQL',
    showSupports: false,
    supportsHsts: false,
    supportsOcspStapling: false,
    tls13: '8.0.16',
  },
  nginx: {
    checked: true,
    highlighter: 'nginx',
    latestVersion: '1.17.7',
    name: 'nginx',
    tls13: '1.13.0',
  },
  openssl: {
    latestVersion: '1.1.1d',
    tls13: '1.1.1',
  },
  oraclehttp: {
    highlighter: 'apache',
    latestVersion: '12.2.1',
    name: 'Oracle HTTP',
    supportsHsts: true,
    supportsOcspStapling: false,  // TODO: fix this, but Oracle's documentation is terrible
    tls13: noSupportedVersion,
  },
  postfix: {
    highlighter: 'nginx',
    latestVersion: '3.4.8',
    name: 'Postfix',
    showSupports: false,
    supportsHsts: false,
    supportsOcspStapling: false,
    tls13: '3.3.2',
  },
  postgresql: {
    highlighter: 'nginx',
    latestVersion: '12.1',
    name: 'PostgreSQL',
    showSupports: false,
    supportsHsts: false,
    supportsOcspStapling: false,
    tls13: '12.0',
  },
  proftpd: {
    highlighter: 'apache',
    latestVersion: '1.3.6',
    name: 'ProFTPD',
    showSupports: false,
    supportsHsts: false,
    supportsOcspStapling: true,
    tls13: '1.3.6',
  },
  redis: {
    highlighter: 'nginx',
    latestVersion: '6.0',
    name: 'Redis',
    showSupports: false,
    supportsHsts: false,
    supportsOcspStapling: false,
    tls13: '6.0',
    usesOpenssl: true,
  },
  tomcat: {
    highlighter: 'xml',
    latestVersion: '9.0.30',
    name: 'Tomcat',
    supportsHsts: true,
    supportsOcspStapling: false,
    tls13: '8.0.0',
    usesOpenssl: false,
  },
  traefik: {
    cipherFormat: 'go',
    highlighter: 'ini',
    latestVersion: '2.1.2',
    name: 'Traefik',
    supportsHsts: true,
    supportsOcspStapling: false,  // https://github.com/containous/traefik/issues/212
    tls13: '2.0.0',
    usesOpenssl: false,
  },
};