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
Running this will give me a ClientHello with no PSK Cipher Suite, but 10 other ones (ECDHE, DHE, RSA, EMPTY_...)
If I allow TLS 1.3, I just get an additional TLS_AES_128_GCM_SHA256 Cipher Suite and a few more extensions (pre_shared_key, psk_key_exchange_modes,...)
Could it be that this behaviour is desired since the PSK Ciphersuites are TLSv1.2 "legacy"?
The text was updated successfully, but these errors were encountered:
Running this will give me a ClientHello with no PSK Cipher Suite, but 10 other ones (ECDHE, DHE, RSA, EMPTY_...)
If I allow TLS 1.3, I just get an additional TLS_AES_128_GCM_SHA256 Cipher Suite and a few more extensions (pre_shared_key, psk_key_exchange_modes,...)
that's because PSK is supported only in TLS 1.3, TLS 1.2 and earlier PSK ciphersuites are not supported
yes, the README.md is a bit confusing on this, README is more explicit
Could it be that this behaviour is desired since the PSK Ciphersuites are TLSv1.2 "legacy"?
no, it's not: #22, but as the milestone indicates, I don't plan to work on it in the near future
Hi,
Most likely I'm just too stupid to use your stuff correctly, but this issue is driving me nuts since days.
Running this will give me a ClientHello with no PSK Cipher Suite, but 10 other ones (ECDHE, DHE, RSA, EMPTY_...)
If I allow TLS 1.3, I just get an additional TLS_AES_128_GCM_SHA256 Cipher Suite and a few more extensions (pre_shared_key, psk_key_exchange_modes,...)
Could it be that this behaviour is desired since the PSK Ciphersuites are TLSv1.2 "legacy"?
The text was updated successfully, but these errors were encountered: