]> source.dussan.org Git - tigervnc.git/commit
Add support for RSA-AES security types 1519/head
authorpdlan <pengdinglan@gmail.com>
Thu, 1 Sep 2022 04:58:24 +0000 (00:58 -0400)
committerpdlan <pengdinglan@gmail.com>
Thu, 1 Sep 2022 04:58:24 +0000 (00:58 -0400)
commit484ae7a2eab39ae9f6a660ea7dfd80fb5b8bba54
tree0cbe4d03d9741c4e8f8da075562acb6e5dc6243b
parent7ac8711ddb79124946ab9a7092ee8999e765c295
Add support for RSA-AES security types
26 files changed:
CMakeLists.txt
cmake/Modules/FindNettle.cmake [new file with mode: 0644]
cmake/StaticBuild.cmake
common/rdr/AESInStream.cxx [new file with mode: 0644]
common/rdr/AESInStream.h [new file with mode: 0644]
common/rdr/AESOutStream.cxx [new file with mode: 0644]
common/rdr/AESOutStream.h [new file with mode: 0644]
common/rdr/CMakeLists.txt
common/rfb/CMakeLists.txt
common/rfb/CSecurity.h
common/rfb/CSecurityRSAAES.cxx [new file with mode: 0644]
common/rfb/CSecurityRSAAES.h [new file with mode: 0644]
common/rfb/CSecurityTLS.h
common/rfb/SSecurityPlain.cxx
common/rfb/SSecurityRSAAES.cxx [new file with mode: 0644]
common/rfb/SSecurityRSAAES.h [new file with mode: 0644]
common/rfb/Security.cxx
common/rfb/Security.h
common/rfb/SecurityClient.cxx
common/rfb/SecurityServer.cxx
unix/x0vncserver/x0vncserver.man
unix/xserver/hw/vnc/Xvnc.man
vncviewer/OptionsDialog.cxx
vncviewer/OptionsDialog.h
vncviewer/vncviewer.cxx
vncviewer/vncviewer.man