Commit a60913afc41a930fa16997329545b06d21b1b124

Authored by Vladyslav_Prykhodko
Committed by Andrew Shvayka
1 parent bcb17904

UI: Change LwM2M DTLS PSK key length

@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 /// limitations under the License. 14 /// limitations under the License.
15 /// 15 ///
16 16
17 -export const LEN_MAX_PSK = 64; 17 +export const LEN_MAX_PSK = 32;
18 export const LEN_MAX_PRIVATE_KEY = 134; 18 export const LEN_MAX_PRIVATE_KEY = 134;
19 export const LEN_MAX_PUBLIC_KEY_RPK = 182; 19 export const LEN_MAX_PUBLIC_KEY_RPK = 182;
20 export const LEN_MAX_PUBLIC_KEY_X509 = 3000; 20 export const LEN_MAX_PUBLIC_KEY_X509 = 3000;