On Sep 18, 2019, at 5:42 PM, Owen Friel (ofriel) <ofr...@cisco.com> wrote:
> Giving some implementation guidance seems appropriate here. Naively, one 
> could envisage the implementation simply having a DB table for extern PSKs 
> and a table that holds NewSessionTickets. An implementation could simply 
> check the extern PSK table using the PskIdentity.identity, and if no match is 
> found then check the NewSessionTickets table.

  Which works, but should be called out in the draft.

  And what is to prevent the system from generating conflicting PSK identities? 
 i.e. I don't control OpenSSL.  From what I see, TLS 1.3 resumption means that 
OpenSSLL will choose whatever PSK identity it deems fit.

  As an implementor and/or admin, how do I choose *pre-provisioned* PSK 
identities which won't conflict with the ones OpenSSL choose?

> The default OpenSSL NSK ticketId is 32 bytes long 
> https://github.com/openssl/openssl/blob/558ea84743918f7a93bfbfc259f86ad1fa4c8de9/include/openssl/ssl3.h#L127
>  so something has gone seriously wrong if there is a clash (poor randoms, 
> etc.). 

  i.e. "pick a long string and that should be good enough".

  If that really is the guidance, then this should also be called out in the 
draft.  PSK identities MUST be long (ideally 32 octets or more), and MUST be 
generated from a CSPRNG.

  Which then leads to the question of what will the poor user enter in a UI?  
If "end users" shouldn't be doing this, the draft also needs to call that out.

> Well, more precisely, the PSK identity is visible in the ClientHello, not the 
> actual PSK of course.

  Sure.

> And the PSK *must not* be a user-manageable string such as the
>> NAI.  On the other hand, if the PSK is sent after encryption begins, then the
>> PSK *should* be a user-manageable string such as an NAI.
> 
> https://tools.ietf.org/html/rfc8446#section-2.2 also states:
> ...
> so TLS-PSK is not suitable for a user entered low entropy password. We need a 
> PAKE for that (c.f. the ongoing CFRG PAKE assessment)

  Sure.

> There are some use cases Eliot and I are looking at related to IoT onboarding 
> where a TLS-PSK authentication has definite value, and we really don't want 
> to see this avenue closed off in EAP.

  I don't know the exact use-case, but TBH I'd suggest EAP-PWD for that.  I'm 
not sure that EAP-TLS with PSK adds any value here.

  Allowing PSK means that the draft should likely say "end users MUST NOT be 
using TLS-PSK".  Or maybe "TLS-PSK MUST be used only where systems can be 
automatically provisioned with long binary data for both PSK identity and PSK 
itself".  Or even "PSK identities and/or passwords that are composed solely of 
printable ASCII characters are likely to be humanly entered, and thus insecure".

  Which means, of course, that people will ignore that and demand simple user 
names / passwords for EAP-TLS with PSK.  Because that's ever so much easier 
than using nasty certs.

  That isn't something we should encourage.  It may be worth just forbidding it.

  Alan DeKok.

_______________________________________________
Emu mailing list
Emu@ietf.org
https://www.ietf.org/mailman/listinfo/emu

Reply via email to