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
The Client expects the PSK value to be a string, so I tried to set my hex string there, but debugging it, I saw the string is converted to bytes before being sent to the DTLS implementation.
I would expect the PSK value to be entered as Hex and not a string, as mandated by rfc4279: https://datatracker.ietf.org/doc/html/rfc4279#section-5.4
Also, how the current implementation would cope with non-ASCII/UTF8 generated binary PSKs?
The text was updated successfully, but these errors were encountered:
jvermillard
changed the title
binary/Hexadecimal support
binary/Hexadecimal PSK support
Dec 31, 2023
The Client expects the PSK value to be a string, so I tried to set my hex string there, but debugging it, I saw the string is converted to bytes before being sent to the DTLS implementation.
I would expect the PSK value to be entered as Hex and not a string, as mandated by rfc4279: https://datatracker.ietf.org/doc/html/rfc4279#section-5.4
Also, how the current implementation would cope with non-ASCII/UTF8 generated binary PSKs?
The text was updated successfully, but these errors were encountered: