Commit a60913afc41a930fa16997329545b06d21b1b124
Committed by
Andrew Shvayka
1 parent
bcb17904
UI: Change LwM2M DTLS PSK key length
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | /// limitations under the License. |
15 | 15 | /// |
16 | 16 | |
17 | -export const LEN_MAX_PSK = 64; | |
17 | +export const LEN_MAX_PSK = 32; | |
18 | 18 | export const LEN_MAX_PRIVATE_KEY = 134; |
19 | 19 | export const LEN_MAX_PUBLIC_KEY_RPK = 182; |
20 | 20 | export const LEN_MAX_PUBLIC_KEY_X509 = 3000; | ... | ... |