]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
softether: require libopenssl
authorAdam Duskett <aduskett@gmail.com>
Wed, 18 Oct 2017 02:38:27 +0000 (22:38 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 21 Oct 2017 19:28:13 +0000 (21:28 +0200)
commitae1cf0f3b850f785b86690bcf102db4703108593
treeca40d1541c273257ba5ba502851e42b0265258e7
parent9f145e4957fa562ed8df89527433fccd438b3502
softether: require libopenssl

softether tries to use SSLv3 functionality as a fallback. LibreSSL
doesn't support SSLv3 anymore. Two main issues prevent a patch:

- Trying to wrap the sslv3 functionality from the source with a guard
  clause results in linking errors after compiling is done.
- There are multiple security vulnerabilities with using sslv3.
- There are multiple security issues in github pertaining to using
  sslv3.
- This project seems to not be updated very often, and the security
  issues are being ignored it seems.

For people who still want to use softether, they will have to use
libopenssl.

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/softether/Config.in
package/softether/softether.mk