Browse Source

UI: Change LwM2M DTLS PSK key length

pull/4992/head
Vladyslav_Prykhodko 5 years ago
committed by Andrew Shvayka
parent
commit
a60913afc4
  1. 2
      ui-ngx/src/app/shared/models/lwm2m-security-config.models.ts

2
ui-ngx/src/app/shared/models/lwm2m-security-config.models.ts

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

Loading…
Cancel
Save