You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I know the TLS 1.3 protocol supports multiple PSK in the pre_shared_key extension.
It would be neat if picotls also supported multiple PSKs, e.g., by changing the pre_shared_key in the st_ptls_context_t to be a list. (Then client side pre_shared_key extension would include multiple OfferedPsks, and server side could test and select the first one that works.)
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I know the TLS 1.3 protocol supports multiple PSK in the pre_shared_key extension.
It would be neat if picotls also supported multiple PSKs, e.g., by changing the
pre_shared_key
in thest_ptls_context_t
to be a list. (Then client side pre_shared_key extension would include multiple OfferedPsks, and server side could test and select the first one that works.)Thanks!
The text was updated successfully, but these errors were encountered: