Re: logging TLS SNI hostname

2016-11-08 Thread Arkadiusz Miśkiewicz
On Tuesday 08 of November 2016, Aki Tuomi wrote: > > On November 8, 2016 at 4:08 PM Arkadiusz Miśkiewicz > > wrote: > > > > On Thursday 20 of October 2016, Arkadiusz Miśkiewicz wrote: > > > On Thursday 20 of October 2016, Aki Tuomi wrote: > > > > On 20.10.2016 15:52, Arkadiusz

Re: logging TLS SNI hostname

2016-11-08 Thread Arkadiusz Miśkiewicz
On Thursday 20 of October 2016, Arkadiusz Miśkiewicz wrote: > On Thursday 20 of October 2016, Aki Tuomi wrote: > > On 20.10.2016 15:52, Arkadiusz Miśkiewicz wrote: > > > > ... -servername something > > > > If you want to try out, try applying this patch... > > Works, thanks! But... it's easy to

Re: logging TLS SNI hostname

2016-10-20 Thread Aki Tuomi
On 20.10.2016 16:21, Arkadiusz Miśkiewicz wrote: > On Thursday 20 of October 2016, Aki Tuomi wrote: >> On 20.10.2016 15:52, Arkadiusz Miśkiewicz wrote: ... -servername something >> If you want to try out, try applying this patch... > Works, thanks! > >> From

Re: logging TLS SNI hostname

2016-10-20 Thread Arkadiusz Miśkiewicz
On Thursday 20 of October 2016, Aki Tuomi wrote: > On 20.10.2016 15:52, Arkadiusz Miśkiewicz wrote: > > > ... -servername something > > If you want to try out, try applying this patch... Works, thanks! > > From 066edb5e5c14a05c90e9ae63f0b76fcfd9c1149e Mon Sep 17 00:00:00 2001 > From: Aki Tuomi

Re: logging TLS SNI hostname

2016-10-20 Thread Aki Tuomi
On 20.10.2016 15:52, Arkadiusz Miśkiewicz wrote: > > ... -servername something If you want to try out, try applying this patch... >From 066edb5e5c14a05c90e9ae63f0b76fcfd9c1149e Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Thu, 20 Oct 2016 16:06:27 +0300 Subject:

Re: logging TLS SNI hostname

2016-10-20 Thread Arkadiusz Miśkiewicz
On Thursday 20 of October 2016, Aki Tuomi wrote: > On 20.10.2016 15:41, Arkadiusz Miśkiewicz wrote: > > On Thursday 20 of October 2016, Aki Tuomi wrote: > >> On 18.10.2016 14:16, Arkadiusz Miśkiewicz wrote: > >>> On Monday 17 of October 2016, KT Walrus wrote: > > On Oct 17, 2016, at 2:41 AM,

Re: logging TLS SNI hostname

2016-10-20 Thread Aki Tuomi
On 20.10.2016 15:41, Arkadiusz Miśkiewicz wrote: > On Thursday 20 of October 2016, Aki Tuomi wrote: >> On 18.10.2016 14:16, Arkadiusz Miśkiewicz wrote: >>> On Monday 17 of October 2016, KT Walrus wrote: > On Oct 17, 2016, at 2:41 AM, Arkadiusz Miśkiewicz > wrote: >

Re: logging TLS SNI hostname

2016-10-20 Thread Arkadiusz Miśkiewicz
On Thursday 20 of October 2016, Aki Tuomi wrote: > On 18.10.2016 14:16, Arkadiusz Miśkiewicz wrote: > > On Monday 17 of October 2016, KT Walrus wrote: > >>> On Oct 17, 2016, at 2:41 AM, Arkadiusz Miśkiewicz > >>> wrote: > >>> > >>> On Monday 30 of May 2016, Arkadiusz Miśkiewicz

Re: logging TLS SNI hostname

2016-10-20 Thread Aki Tuomi
On 18.10.2016 14:16, Arkadiusz Miśkiewicz wrote: > On Monday 17 of October 2016, KT Walrus wrote: >>> On Oct 17, 2016, at 2:41 AM, Arkadiusz Miśkiewicz wrote: >>> >>> On Monday 30 of May 2016, Arkadiusz Miśkiewicz wrote: Is there a way to log SNI hostname used in TLS

Re: logging TLS SNI hostname

2016-10-18 Thread Arkadiusz Miśkiewicz
On Monday 17 of October 2016, KT Walrus wrote: > > On Oct 17, 2016, at 2:41 AM, Arkadiusz Miśkiewicz wrote: > > > > On Monday 30 of May 2016, Arkadiusz Miśkiewicz wrote: > >> Is there a way to log SNI hostname used in TLS session? Info is there in > >>

Re: logging TLS SNI hostname

2016-10-17 Thread KT Walrus
> On Oct 17, 2016, at 2:41 AM, Arkadiusz Miśkiewicz wrote: > > On Monday 30 of May 2016, Arkadiusz Miśkiewicz wrote: >> Is there a way to log SNI hostname used in TLS session? Info is there in >> SSL_CTX_set_tlsext_servername_callback, dovecot copies it to >> ssl_io->host. >>

Re: logging TLS SNI hostname

2016-10-17 Thread Arkadiusz Miśkiewicz
On Monday 30 of May 2016, Arkadiusz Miśkiewicz wrote: > Is there a way to log SNI hostname used in TLS session? Info is there in > SSL_CTX_set_tlsext_servername_callback, dovecot copies it to > ssl_io->host. > > Unfortunately I don't see it expanded to any variables ( >

logging TLS SNI hostname

2016-05-30 Thread Arkadiusz Miśkiewicz
Is there a way to log SNI hostname used in TLS session? Info is there in SSL_CTX_set_tlsext_servername_callback, dovecot copies it to ssl_io->host. Unfortunately I don't see it expanded to any variables ( http://wiki.dovecot.org/Variables ). Please consider this to be a feature request. The