Commit f685b3b
committed
Removed CBC ciphers to address CVE-2013-0169 (LUCKY13)
Details:
* This change removes the following CBC ciphers from the default set
of ciphers in order to address CVE-2013-0169 (LUCKY13):
- ECDHE-ECDSA-AES256-SHA384
- ECDHE-RSA-AES256-SHA384
- ECDHE-ECDSA-AES128-SHA256
- ECDHE-RSA-AES128-SHA256
This is done by listing them in the code, i.e. without any way to
configure that by the user.
Signed-off-by: Andreas Maier <[email protected]>1 parent 4535ce0 commit f685b3b
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
173 | 189 | | |
174 | 190 | | |
175 | 191 | | |
| |||
0 commit comments