Re: [PATCH] SSL: export channel binding values as variables

2021-06-02 Thread Maxim Dounin
Hello! On Tue, Jun 01, 2021 at 06:39:42PM +0200, Steffen Kieß wrote: > On 01.06.21 01:08, Maxim Dounin wrote: > > Hello! > > > > On Mon, May 31, 2021 at 09:41:42PM +0200, Steffen Kieß wrote: > > > >> On 31.05.21 18:36, Maxim Dounin wrote: > >>> > >>> Thanks for the patch. You may want to elabo

Re: [PATCH] SSL: export channel binding values as variables

2021-06-01 Thread Steffen Kieß
Hello, On 01.06.21 01:08, Maxim Dounin wrote: Hello! On Mon, May 31, 2021 at 09:41:42PM +0200, Steffen Kieß wrote: On 31.05.21 18:36, Maxim Dounin wrote: Thanks for the patch. You may want to elaborate a bit more on how do you expect these variables to be used. [...] These variables ca

Re: [PATCH] SSL: export channel binding values as variables

2021-05-31 Thread Maxim Dounin
Hello! On Mon, May 31, 2021 at 09:41:42PM +0200, Steffen Kieß wrote: > On 31.05.21 18:36, Maxim Dounin wrote: > > > > Thanks for the patch. You may want to elaborate a bit more on how > > do you expect these variables to be used. > > > > [...] > > > > These variables can be used to implement

Re: [PATCH] SSL: export channel binding values as variables

2021-05-31 Thread Steffen Kieß
Hello, On 31.05.21 18:36, Maxim Dounin wrote: Thanks for the patch. You may want to elaborate a bit more on how do you expect these variables to be used. [...] These variables can be used to implement authentication with channel binding in an http application. There are two channel bind

Re: [PATCH] SSL: export channel binding values as variables

2021-05-31 Thread Maxim Dounin
Hello! On Mon, May 31, 2021 at 06:00:13PM +0200, Steffen Kieß wrote: > # HG changeset patch > # User Steffen Kieß > # Date 1622475202 -7200 > # Mon May 31 17:33:22 2021 +0200 > # Node ID a877e63832c8b373edac1f4ca7d09621204b05b9 > # Parent d61d590ac82643bf7dbc7842e5baced7a9f11480 > SSL: exp