Gets the list of distinguished names of the Certificate Authorities
that the server will accept certificates from. This will be set
during the TLS handshake if the server requests a certificate.
Otherwise, it will be %NULL.
Each item in the list is a #GByteArray which contains the complete
subject DN of the certificate authority.
Return: the list of
CA DNs. You should unref each element with g_byte_array_unref() and then
the free the list with g_list_free().
Gets the list of distinguished names of the Certificate Authorities that the server will accept certificates from. This will be set during the TLS handshake if the server requests a certificate. Otherwise, it will be %NULL.
Each item in the list is a #GByteArray which contains the complete subject DN of the certificate authority.
Return: the list of CA DNs. You should unref each element with g_byte_array_unref() and then the free the list with g_list_free().