Efl.Net.Socket_Ssl.hostname_verify

Description

Define if hostname should be verified.

This will check the socket hostname (without the port in case of an IP) or the overriden value from Efl.Net.Socket_Ssl.hostname_override.

Values

  • hostname_verify - true if the hostname will be verified, false otherwise

Signature

@property hostname_verify {
    get {}
    set {}
    values {
        hostname_verify: bool;
    }
}

C signature

Eina_Bool efl_net_socket_ssl_hostname_verify_get(const Eo *obj);
void efl_net_socket_ssl_hostname_verify_set(Eo *obj, Eina_Bool hostname_verify);

Implemented by