LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.11k stars 485 forks source link

common/crypto_openssl: load legacy provider in decrypt_rfbdes() #610

Closed chhitz closed 6 months ago

chhitz commented 6 months ago

Commit f135856fc3ce515afd16dbf91c44b89bab332726 added the same code to encrypt_rfbdes()

bk138 commented 6 months ago

@chhitz might this fix #590 - can you please have a look?

chhitz commented 6 months ago

@chhitz might this fix #590 - can you please have a look?

Probably not, as there rfbCheckPasswordByList is used which does not use decrypt_rfbdes