Re: x11/freerdp: stop reaching into libssl internals to send TLS alerts

2018-10-24 Thread Stuart Henderson
On 2018/10/23 03:13, Joel Sing wrote: > x11/freerdp currently reaches deep into libssl internals, in order to send > TLS alerts. AFAIK OpenSSL 1.1 does not provide any way for TLS alerts to be > triggered outside the library and freerdp's approach is to simply disable > this code. Do the same thing

x11/freerdp: stop reaching into libssl internals to send TLS alerts

2018-10-22 Thread Joel Sing
x11/freerdp currently reaches deep into libssl internals, in order to send TLS alerts. AFAIK OpenSSL 1.1 does not provide any way for TLS alerts to be triggered outside the library and freerdp's approach is to simply disable this code. Do the same thing for current LibreSSL, so that we can make the