summaryrefslogtreecommitdiff
path: root/kvmd/apps/vnc/rfb/crypto.py
AgeCommit message (Collapse)Author
2021-02-12refactoring of x509Devaev Maxim
2021-02-12Implementing X509Plain VeNCrypt security type 262 in place of TLSPlain ↵Iordan Iordanov
security type 259. This is a fix for both bVNC on iOS and for devices that do not support Anonymous Diffie Hellman ciphers (e.g. Android past API 23). It provides a mechanism for verifying and approving the identity of the server and ensuring subsequent connections to the same server are not under MITM attack.
2020-03-26vncauthDevaev Maxim