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
When this resource is present it instructs the TLS/DTLS client to propose the indicated ciphersuite(s) in the ClientHello of the handshake. A ciphersuite is indicated as a 32-bit integer value. The IANA TLS ciphersuite registry is maintained at https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml. As an example, the TLS_PSK_WITH_AES_128_CCM_8 ciphersuite is represented with the following string "0xC0,0xA8". To form an integer value the two values are concatenated. In this example, the value is 0xc0a8 or 49320.
I understand that ciphersuite are identified by 2 byte (e.g. 0xC0,0xA8"), so "A ciphersuite is indicated as a 32-bit integer value." sounds strange to me ?
Should it be "16-bit unsigned integer value" instead ? or maybe I misunderstood something ?
The text was updated successfully, but these errors were encountered:
I'm not sure but there is maybe an error in description of resource
DTLS/TLS Ciphersuite
(id:16) ofSecurity
Object (Id:0).The specification LWM2M-v1.2.1@core§Table: E.1-2 LwM2M Object: LWM2M Security Resource definitions says :
I understand that ciphersuite are identified by 2 byte (e.g. 0xC0,0xA8"), so "A ciphersuite is indicated as a 32-bit integer value." sounds strange to me ?
Should it be "16-bit unsigned integer value" instead ? or maybe I misunderstood something ?
The text was updated successfully, but these errors were encountered: