facebookarchive / RakNet

RakNet is a cross platform, open source, C++ networking engine for game programmers.
Other
3.29k stars 1.02k forks source link

LibCat security #104

Open BigJoe01 opened 7 years ago

BigJoe01 commented 7 years ago

Need any update for secure connection or depricated? I see some parts is very old.

Luke1410 commented 6 years ago

libcatid is more or less up to date --- the main issue I see is that OpenSSL requiring an upgrade --- I'm tacking this as SLNET-3 in our internal issue tracker. Are you suggesting there are other flaws in libcatid which need fixing?

BigJoe01 commented 6 years ago

Have newer libcat with tls support, but not help in man in middle attacks.

Luke1410 commented 6 years ago

I reviewed the current libcat version again and it indeed also retrieved some upgrades. The upgrade of libcat is tracked as SLNET-124 now.

Note that TLS is however already supported via OpenSSL (though undoubtedly limited and outdated - i.e. resolving this is part of SLNET-3).