Send TLS Server Name Indication as peer if server identity is a FQDN

This commit is contained in:
Martin Willi
2011-04-14 20:02:12 +02:00
parent eea2bdb203
commit 1c21f47a06
2 changed files with 18 additions and 0 deletions
+4
View File
@@ -130,6 +130,10 @@ enum tls_extension_t {
TLS_EXT_RENEGOTIATION_INFO = 65281,
};
enum tls_name_type_t {
TLS_NAME_TYPE_HOST_NAME = 0,
};
/**
* Enum names for tls_extension_t
*/