Skip to content

Commit

Permalink
Set default values for supported cipher suites
Browse files Browse the repository at this point in the history
  • Loading branch information
sasubrata committed Feb 6, 2025
1 parent e2cf5a9 commit bc44f82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions device/mka/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,25 @@ components:
description: |-
GCM-AES-128.
type: boolean
default: true
x-field-uid: 1
gcm_aes_256:
description: |-
GCM-AES-256.
type: boolean
default: true
x-field-uid: 2
gcm_aes_xpn_128:
description: |-
GCM-AES-XPN-128.
type: boolean
default: true
x-field-uid: 3
gcm_aes_xpn_256:
description: |-
GCM-AES-XPN-256.
type: boolean
default: true
x-field-uid: 4

Mka.Basic.KeySource.Psk:
Expand Down

0 comments on commit bc44f82

Please sign in to comment.