Hi!
On 2019-04-04 22:43, Michal Trojnara wrote:
- Hexadecimal PSK keys are automatically converted to binary.
i.e., everything that contains only hex characters ([0-9a-f]+) will be considered a a hex key? I really like that, but that's a breaking change for people using a key that consists of hex chars (and don't keep client/server version in sync). This may sound stupid, as you vastly limit your key space, but mitigated by simply doubling your key size. Maybe not many people are using such keys (or PSK in general), though...
The good news is, that PSK connections now also work with TLSv1.3, so: Yay!