CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/02/01 04:43:23
Modified files:
x11/freerdp : Makefile
Added files:
x11/freerdp/patches: patch-libfreerdp_crypto_tls_c
Log message:
Switch xfreerdp from comparing handshake_func against tls->ssl->method
members to using SSL_in_(connect|accept)_init to fix following visibility
changes in libressl. While there, switch from TLSv1.0-only TLSv1_client_method
to SSLv23_client_method allowing newer TLS versions. Diff from jsing.
