Skip to content

Commit c87af06

Browse files
committed
Changed mbedtls configuration parameters to lowercase
1 parent 4a7d56d commit c87af06

File tree

1 file changed

+39
-27
lines changed

1 file changed

+39
-27
lines changed

features/mbedtls/mbed_lib.json

Lines changed: 39 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,119 @@
11
{
22
"name": "mbedtls",
33
"config": {
4-
"ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": {
4+
"app-config-file": {
5+
"help": "Use an application provided config file instead of any other MBEDTLS configuration options",
6+
"value": null
7+
},
8+
"pelion-client": {
9+
"help": "Include support needed to connect to Pelion Cloud",
10+
"value": 1
11+
},
12+
"pelion-mini-client": {
13+
"help": "Include support needed to connect to Pelion Cloud as a mini client",
14+
"value": 0
15+
},
16+
"ecdhe-ecdsa-with-aes-128-gcm-sha256": {
517
"help": "Include support for the TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256 ciphersuites",
618
"value": 1
719
},
8-
"ECDHE_ECDSA_WITH_AES_128_CBC_SHA256": {
20+
"ecdhe-ecdsa-with-aes-128-cbc-sha256": {
921
"help": "Include support for the TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA256 ciphersuite",
1022
"value": 0
1123
},
12-
"ECDHE_ECDSA_WITH_AES_256_CBC_SHA384": {
24+
"ecdhe-ecdsa-with-aes-256-cbc-sha384": {
1325
"help": "Include support for the TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA384 ciphersuite",
1426
"value": 0
1527
},
16-
"ECDHE_ECDSA_WITH_AES_256_GCM_SHA384": {
28+
"ecdhe-ecdsa-with-aes-256-gcm-sha384": {
1729
"help": "Include support for the TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384 ciphersuite",
1830
"value": 1
1931
},
20-
"PSK_WITH_AES_CCM": {
32+
"psk-with-aes-ccm": {
2133
"help": "Include support for the TLS-PSK-WITH-AES-*-CCM* ciphersuites",
2234
"value": 0
2335
},
24-
"PSK_WITH_AES_128_CBC_SHA256": {
36+
"psk-with-aes-128-cbc-sha256": {
2537
"help": "Include support for the TLS-PSK-WITH-AES-128-CBC-SHA256 ciphersuite",
2638
"value": 0
2739
},
28-
"ECDHE_ECDSA_WITH_AES_CCM": {
40+
"ecdhe-ecdsa-with-aes-ccm": {
2941
"help": "Include support for the TLS-ECDHE-ECDSA-WITH-AES-*-CCM* ciphersuites",
3042
"value": 0
3143
},
32-
"ECDH_ECDSA_WITH_AES_128_CBC_SHA256": {
44+
"ecdh-ecdsa-with-aes-128-cbc-sha256": {
3345
"help": "Include support for the TLS-ECDH-ECDSA-WITH-AES-128-CBC-SHA256 ciphersuite",
3446
"value": 0
3547
},
36-
"ECDH_ECDSA_WITH_AES_128_GCM_SHA256": {
48+
"ecdh-ecdsa-with-aes-128-gcm-sha256": {
3749
"help": "Include support for the TLS-ECDH-ECDSA-WITH-AES-128-GCM-SHA256 ciphersuite",
3850
"value": 0
3951
},
40-
"ECDH_ECDSA_WITH_AES_256_CBC_SHA384": {
52+
"ecdh-ecdsa-with-aes-256-cbc-sha384": {
4153
"help": "Include support for the TLS-ECDH-ECDSA-WITH-AES-256-CBC-SHA384 ciphersuite",
4254
"value": 0
4355
},
44-
"ECDH_ECDSA_WITH_AES_256_GCM_SHA384": {
56+
"ecdh-ecdsa-with-aes-256-gcm-sha384": {
4557
"help": "Include support for the TLS-ECDH-ECDSA-WITH-AES-256-GCM-SHA384 ciphersuite",
4658
"value": 0
4759
},
48-
"PSK_WITH_AES_128_GCM_SHA256": {
60+
"psk-with-aes-128-gcm-sha256": {
4961
"help": "Include support for the TLS-PSK-WITH-AES-128-GCM-SHA256 ciphersuite",
5062
"value": 0
5163
},
52-
"PSK_WITH_AES_256_GCM_SHA384": {
64+
"psk-with-aes-256-gcm-sha384": {
5365
"help": "Include support for the TLS-PSK-WITH-AES-256-GCM-SHA384 ciphersuite",
5466
"value": 0
5567
},
56-
"PSK_WITH_AES_256_CBC_SHA384": {
57-
"help": "Include support for the TLS-PSK-WITH-AES-256_CBC-SHA384 ciphersuite",
68+
"psk-with-aes-256-cbc-sha384": {
69+
"help": "Include support for the TLS-PSK-WITH-AES-256-CBC-SHA384 ciphersuite",
5870
"value": 0
5971
},
60-
"ECDHE_RSA_WITH_AES_128_CBC_SHA256": {
72+
"ecdhe-rsa-with-aes-128-cbc-sha256": {
6173
"help": "Include support for the TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256 ciphersuite",
6274
"value": 0
6375
},
64-
"ECDHE_RSA_WITH_AES_128_GCM_SHA256": {
76+
"ecdhe-rsa-with-aes-128-gcm-sha256": {
6577
"help": "Include support for TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256 ciphersuite",
6678
"value": 0
6779
},
68-
"ECDHE_RSA_WITH_AES_256_CBC_SHA384": {
80+
"ecdhe-rsa-with-aes-256-cbc-sha384": {
6981
"help": "Include support for the TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA384 ciphersuite",
7082
"value": 1
7183
},
72-
"ECDHE_RSA_WITH_AES_256_GCM_SHA384": {
84+
"ecdhe-rsa-with-aes-256-gcm-sha384": {
7385
"help": "Include support for the TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384 ciphersuite",
7486
"value": 0
7587
},
76-
"RSA_WITH_AES_256_GCM_SHA384": {
88+
"rsa-with-aes-256-gcm-sha384": {
7789
"help": "Include support for the TLS-RSA-WITH-AES-256-GCM-SHA384 ciphersuite",
7890
"value": 0
7991
},
80-
"RSA_WITH_AES_128_GCM_SHA256": {
92+
"rsa-with-aes-128-gcm-sha256": {
8193
"help": "Include support for the TLS-RSA-WITH-AES-128-GCM-SHA256 ciphersuite",
8294
"value": 0
8395
},
84-
"RSA_WITH_AES_128_CBC_SHA256": {
96+
"rsa-with-aes-128-cbc-sha256": {
8597
"help": "Include support for the TLS-RSA-WITH-AES-128-CBC-SHA256 cipersuite",
8698
"value": 0
8799
},
88-
"RSA_WITH_AES_256_CBC_SHA256": {
100+
"rsa-with-aes-256-cbc-sha256": {
89101
"help": "Include support for the TLS-RSA-WITH-AES-256-CBC-SHA256 cipersuite",
90102
"value": 0
91103
},
92-
"ECDH_RSA_WITH_AES_128_CBC_SHA256": {
104+
"ecdh-rsa-with-aes-128-cbc-sha256": {
93105
"help": "Include support for TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256 ciphersuite",
94106
"value": 0
95107
},
96-
"ECDH_RSA_WITH_AES_128_GCM_SHA256": {
108+
"ecdh-rsa-with-aes-128-gcm-sha256": {
97109
"help": "Include support for the TLS-ECDH-RSA-WITH-AES-128-GCM-SHA256 ciphersuite",
98110
"value": 0
99111
},
100-
"ECDH_RSA_WITH_AES_256_CBC_SHA384": {
112+
"ecdh-rsa-with-aes-256-cbc-sha384": {
101113
"help": "Include support for the TLS-ECDH-RSA-WITH-AES-256-CBC-SHA384 ciphersuite",
102114
"value": 0
103115
},
104-
"ECDH_RSA_WITH_AES_256_GCM_SHA384": {
116+
"ecdh-rsa-with-aes-256-gcm-sha384": {
105117
"help": "Include support for the TLS-ECDH-RSA-WITH-AES-256-GCM-SHA384 ciphersuite",
106118
"value": 0
107119
}

0 commit comments

Comments
 (0)