WL#12990: Group Replication: TLS 1.3 support

Affects: Server-8.0   —   Status: Complete

EXECUTIVE SUMMARY
==============================

WL#12361: "Support TLS 1.3 in the server and libmysql" implemented support of
TLS 1.3 on the server which did not consider Group Replication, in particular GCS.
The outcome is that when the server is configured to only use TLS 1.3, then Group
Replication will not start throwing a error saying that it does not support TLS 
1.3.

USER/DEV STORIES
==============================

As a MySQL DBA, i want to be able secure communication using TLS 1.3 among all 
group members in order to use the latest and greatest security features available. 

SCOPE 
==============================

This worklog will implement TLS 1.3 support on GCS/XCom.

LIMITS
==============================

N/A