1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 16:33:13 +02:00
Files
unrealircd/src
Bram Matthys 49bfb1e782 Fix ECDHE not working on 4.0.18-rc1 with older OpenSSL versions.
For example Ubuntu 16.04 LTS with OpenSSL 1.0.2g.
Especially in strict config it would error 'No shared ciphers'.
Had to do with #if(def) ordering. SSL_CTX_set_ecdh_auto() is
still required in 1.0.x even if SSL_CTX_set1_curves_list() is
used. Understandable.
2018-06-16 08:21:13 +02:00
..
2015-10-10 17:44:52 +02:00
2018-06-11 10:46:44 +02:00
2015-07-14 12:27:20 +02:00
2015-05-20 02:33:48 -04:00
2016-12-30 15:30:59 +01:00
2015-07-10 15:07:17 +02:00
2018-06-11 10:46:44 +02:00