Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0006124 [Resin] feature always 01-02-18 15:11 02-15-18 14:46
Reporter wileysaw View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 4.0.55
Summary 0006124: SSL SNI Support for Resin 4
Description 3.1. Server Name Indication

   TLS does not provide a mechanism for a client to tell a server the
   name of the server it is contacting. It may be desirable for clients
   to provide this information to facilitate secure connections to
   servers that host multiple 'virtual' servers at a single underlying
   network address.

   In order to provide the server name, clients MAY include an extension
   of type "server_name" in the (extended) client hello. The
   "extension_data" field of this extension SHALL contain
   "ServerNameList" where:

      struct {
          NameType name_type;
          select (name_type) {
              case host_name: HostName;
          } name;
      } ServerName;

      enum {
          host_name(0), (255)
      } NameType;

      opaque HostName<1..2^16-1>;

      struct {
          ServerName server_name_list<1..2^16-1>
      } ServerNameList;
Additional Information
Attached Files

- Relationships

- Notes
(0006825)
ferg
02-15-18 14:46

network/040f
 

- Issue History
Date Modified Username Field Change
01-02-18 15:11 wileysaw New Issue
01-03-18 00:10 stbu Issue Monitored: stbu
02-15-18 14:46 ferg Note Added: 0006825
02-15-18 14:46 ferg Assigned To  => ferg
02-15-18 14:46 ferg Status new => closed
02-15-18 14:46 ferg Resolution open => fixed
02-15-18 14:46 ferg Fixed in Version  => 4.0.56


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker