Commit 10f63cd
committed
crypto: disable SSLv3 if shared OpenSSL lacks it
Some distributions disable SSLv3 due to POODLE. In such a case, disable
the specific SSLv3 methods and throw an exception, much like the code
already does for SSLv2. The SSLv23* code is retained because this is
OpenSSL's terminology for "no version in particular".1 parent b928303 commit 10f63cd
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
329 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
330 | 334 | | |
| 335 | + | |
331 | 336 | | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
332 | 340 | | |
| 341 | + | |
333 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
334 | 346 | | |
335 | 347 | | |
336 | 348 | | |
| |||
0 commit comments