[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ietf-tls
Subject:    Re: [TLS] Accepting that other SNI name types will never work.
From:       Martin Thomson <martin.thomson () gmail ! com>
Date:       2016-03-04 6:14:41
Message-ID: CABkgnnUWeiTFr6c9XZEDGo1vGcmvYjwh1Trk1E=Bc3_7MHzg9Q () mail ! gmail ! com
[Download RAW message or body]

On 4 March 2016 at 12:43, Dave Garrett <davemgarrett@gmail.com> wrote:
> Just adding a quick blurb for this in there somewhere seems like the simplest solution to me.


That doesn't fix it for 1.2, but I'd be OK with that.  Define SNI as:

struct {
  uint16 extension_tag = 0;
  uint16 extension_length = strlen(name) + 5;
  uint16 name_list_length = strlen(name) + 3;
  uint8 name_type = 0;
  uint16 name_length = strlen(name);
  uint8 name[strlen(name)];
} SNI;

Or something like that.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic