Re: [ovs-dev] [PATCH] stream-ssl: Add support for TLS SNI (Server Name Indication).

2019-04-16 Thread Ben Pfaff
Thanks! Applied to master. On Tue, Mar 26, 2019 at 02:03:53PM -0700, Yifeng Sun wrote: > Looks good to me, thanks. > > Tested-by: Yifeng Sun > Reviewed-by: Yifeng Sun > > On Wed, Mar 20, 2019 at 5:39 PM Ben Pfaff wrote: > > > > This TLS extension, introduced in RFC 3546, allows the server

Re: [ovs-dev] [PATCH] stream-ssl: Add support for TLS SNI (Server Name Indication).

2019-03-26 Thread Yifeng Sun
Looks good to me, thanks. Tested-by: Yifeng Sun Reviewed-by: Yifeng Sun On Wed, Mar 20, 2019 at 5:39 PM Ben Pfaff wrote: > > This TLS extension, introduced in RFC 3546, allows the server to know what > host the client believes it is contacting, the TLS equivalent of the Host: > header in

Re: [ovs-dev] [PATCH] stream-ssl: Add support for TLS SNI (Server Name Indication).

2019-03-20 Thread Shivaram Mysore
Thanks Ben for the feature update. Much appreciated. Regards /Shivaram On Wed, Mar 20, 2019 at 5:39 PM Ben Pfaff wrote: > This TLS extension, introduced in RFC 3546, allows the server to know what > host the client believes it is contacting, the TLS equivalent of the Host: > header in HTTP.

[ovs-dev] [PATCH] stream-ssl: Add support for TLS SNI (Server Name Indication).

2019-03-20 Thread Ben Pfaff
This TLS extension, introduced in RFC 3546, allows the server to know what host the client believes it is contacting, the TLS equivalent of the Host: header in HTTP. Requested-by: Shivaram Mysore Signed-off-by: Ben Pfaff --- NEWS | 2 ++ lib/stream-ssl.c | 63