be7127c045401dff5b0673d84ecbc246dcf6b11d
[openwrt/staging/mkresin.git] / package / libs / mbedtls / patches / 200-config.patch
1 --- a/include/mbedtls/config.h
2 +++ b/include/mbedtls/config.h
3 @@ -191,7 +191,7 @@
4 *
5 * Uncomment to get errors on using deprecated functions.
6 */
7 -//#define MBEDTLS_DEPRECATED_REMOVED
8 +#define MBEDTLS_DEPRECATED_REMOVED
9
10 /* \} name SECTION: System support */
11
12 @@ -347,7 +347,7 @@
13 *
14 * Enable Cipher Feedback mode (CFB) for symmetric ciphers.
15 */
16 -#define MBEDTLS_CIPHER_MODE_CFB
17 +//#define MBEDTLS_CIPHER_MODE_CFB
18
19 /**
20 * \def MBEDTLS_CIPHER_MODE_CTR
21 @@ -441,17 +441,17 @@
22 *
23 * Comment macros to disable the curve and functions for it
24 */
25 -#define MBEDTLS_ECP_DP_SECP192R1_ENABLED
26 -#define MBEDTLS_ECP_DP_SECP224R1_ENABLED
27 +//#define MBEDTLS_ECP_DP_SECP192R1_ENABLED
28 +//#define MBEDTLS_ECP_DP_SECP224R1_ENABLED
29 #define MBEDTLS_ECP_DP_SECP256R1_ENABLED
30 -#define MBEDTLS_ECP_DP_SECP384R1_ENABLED
31 -#define MBEDTLS_ECP_DP_SECP521R1_ENABLED
32 -#define MBEDTLS_ECP_DP_SECP192K1_ENABLED
33 -#define MBEDTLS_ECP_DP_SECP224K1_ENABLED
34 +//#define MBEDTLS_ECP_DP_SECP384R1_ENABLED
35 +//#define MBEDTLS_ECP_DP_SECP521R1_ENABLED
36 +//#define MBEDTLS_ECP_DP_SECP192K1_ENABLED
37 +//#define MBEDTLS_ECP_DP_SECP224K1_ENABLED
38 #define MBEDTLS_ECP_DP_SECP256K1_ENABLED
39 -#define MBEDTLS_ECP_DP_BP256R1_ENABLED
40 -#define MBEDTLS_ECP_DP_BP384R1_ENABLED
41 -#define MBEDTLS_ECP_DP_BP512R1_ENABLED
42 +//#define MBEDTLS_ECP_DP_BP256R1_ENABLED
43 +//#define MBEDTLS_ECP_DP_BP384R1_ENABLED
44 +//#define MBEDTLS_ECP_DP_BP512R1_ENABLED
45 #define MBEDTLS_ECP_DP_CURVE25519_ENABLED
46
47 /**
48 @@ -476,8 +476,8 @@
49 * Requires: MBEDTLS_HMAC_DRBG_C
50 *
51 * Comment this macro to disable deterministic ECDSA.
52 - */
53 #define MBEDTLS_ECDSA_DETERMINISTIC
54 + */
55
56 /**
57 * \def MBEDTLS_KEY_EXCHANGE_PSK_ENABLED
58 @@ -523,7 +523,7 @@
59 * MBEDTLS_TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA
60 * MBEDTLS_TLS_DHE_PSK_WITH_RC4_128_SHA
61 */
62 -#define MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED
63 +//#define MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED
64
65 /**
66 * \def MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED
67 @@ -542,8 +542,8 @@
68 * MBEDTLS_TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256
69 * MBEDTLS_TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA
70 * MBEDTLS_TLS_ECDHE_PSK_WITH_RC4_128_SHA
71 - */
72 #define MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED
73 + */
74
75 /**
76 * \def MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED
77 @@ -568,7 +568,7 @@
78 * MBEDTLS_TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA
79 * MBEDTLS_TLS_RSA_PSK_WITH_RC4_128_SHA
80 */
81 -#define MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED
82 +//#define MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED
83
84 /**
85 * \def MBEDTLS_KEY_EXCHANGE_RSA_ENABLED
86 @@ -622,7 +622,7 @@
87 * MBEDTLS_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
88 * MBEDTLS_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
89 */
90 -#define MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED
91 +//#define MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED
92
93 /**
94 * \def MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED
95 @@ -695,7 +695,7 @@
96 * MBEDTLS_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
97 * MBEDTLS_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384
98 */
99 -#define MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED
100 +//#define MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED
101
102 /**
103 * \def MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED
104 @@ -719,7 +719,7 @@
105 * MBEDTLS_TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256
106 * MBEDTLS_TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384
107 */
108 -#define MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED
109 +//#define MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED
110
111 /**
112 * \def MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED
113 @@ -823,7 +823,7 @@
114 * This option is only useful if both MBEDTLS_SHA256_C and
115 * MBEDTLS_SHA512_C are defined. Otherwise the available hash module is used.
116 */
117 -//#define MBEDTLS_ENTROPY_FORCE_SHA256
118 +#define MBEDTLS_ENTROPY_FORCE_SHA256
119
120 /**
121 * \def MBEDTLS_ENTROPY_NV_SEED
122 @@ -917,14 +917,14 @@
123 * Uncomment this macro to disable the use of CRT in RSA.
124 *
125 */
126 -//#define MBEDTLS_RSA_NO_CRT
127 +#define MBEDTLS_RSA_NO_CRT
128
129 /**
130 * \def MBEDTLS_SELF_TEST
131 *
132 * Enable the checkup functions (*_self_test).
133 */
134 -#define MBEDTLS_SELF_TEST
135 +//#define MBEDTLS_SELF_TEST
136
137 /**
138 * \def MBEDTLS_SHA256_SMALLER
139 @@ -940,7 +940,7 @@
140 *
141 * Uncomment to enable the smaller implementation of SHA256.
142 */
143 -//#define MBEDTLS_SHA256_SMALLER
144 +#define MBEDTLS_SHA256_SMALLER
145
146 /**
147 * \def MBEDTLS_SSL_ALL_ALERT_MESSAGES
148 @@ -1059,8 +1059,8 @@
149 * misuse/misunderstand.
150 *
151 * Comment this to disable support for renegotiation.
152 - */
153 #define MBEDTLS_SSL_RENEGOTIATION
154 + */
155
156 /**
157 * \def MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO
158 @@ -1234,8 +1234,8 @@
159 * callbacks are provided by MBEDTLS_SSL_TICKET_C.
160 *
161 * Comment this macro to disable support for SSL session tickets
162 - */
163 #define MBEDTLS_SSL_SESSION_TICKETS
164 + */
165
166 /**
167 * \def MBEDTLS_SSL_EXPORT_KEYS
168 @@ -1265,7 +1265,7 @@
169 *
170 * Comment this macro to disable support for truncated HMAC in SSL
171 */
172 -#define MBEDTLS_SSL_TRUNCATED_HMAC
173 +//#define MBEDTLS_SSL_TRUNCATED_HMAC
174
175 /**
176 * \def MBEDTLS_THREADING_ALT
177 @@ -1299,8 +1299,8 @@
178 * Requires: MBEDTLS_VERSION_C
179 *
180 * Comment this to disable run-time checking and save ROM space
181 - */
182 #define MBEDTLS_VERSION_FEATURES
183 + */
184
185 /**
186 * \def MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3
187 @@ -1501,7 +1501,7 @@
188 * MBEDTLS_TLS_RSA_PSK_WITH_RC4_128_SHA
189 * MBEDTLS_TLS_PSK_WITH_RC4_128_SHA
190 */
191 -#define MBEDTLS_ARC4_C
192 +//#define MBEDTLS_ARC4_C
193
194 /**
195 * \def MBEDTLS_ASN1_PARSE_C
196 @@ -1621,7 +1621,7 @@
197 * MBEDTLS_TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256
198 * MBEDTLS_TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256
199 */
200 -#define MBEDTLS_CAMELLIA_C
201 +//#define MBEDTLS_CAMELLIA_C
202
203 /**
204 * \def MBEDTLS_CCM_C
205 @@ -1635,7 +1635,7 @@
206 * This module enables the AES-CCM ciphersuites, if other requisites are
207 * enabled as well.
208 */
209 -#define MBEDTLS_CCM_C
210 +//#define MBEDTLS_CCM_C
211
212 /**
213 * \def MBEDTLS_CERTS_C
214 @@ -1647,7 +1647,7 @@
215 *
216 * This module is used for testing (ssl_client/server).
217 */
218 -#define MBEDTLS_CERTS_C
219 +//#define MBEDTLS_CERTS_C
220
221 /**
222 * \def MBEDTLS_CIPHER_C
223 @@ -1700,7 +1700,7 @@
224 *
225 * This module provides debugging functions.
226 */
227 -#define MBEDTLS_DEBUG_C
228 +//#define MBEDTLS_DEBUG_C
229
230 /**
231 * \def MBEDTLS_DES_C
232 @@ -1725,8 +1725,8 @@
233 * MBEDTLS_TLS_PSK_WITH_3DES_EDE_CBC_SHA
234 *
235 * PEM_PARSE uses DES/3DES for decrypting encrypted keys.
236 - */
237 #define MBEDTLS_DES_C
238 + */
239
240 /**
241 * \def MBEDTLS_DHM_C
242 @@ -1880,8 +1880,8 @@
243 * Requires: MBEDTLS_MD_C
244 *
245 * Uncomment to enable the HMAC_DRBG random number geerator.
246 - */
247 #define MBEDTLS_HMAC_DRBG_C
248 + */
249
250 /**
251 * \def MBEDTLS_MD_C
252 @@ -2158,7 +2158,7 @@
253 * Caller: library/mbedtls_md.c
254 *
255 */
256 -#define MBEDTLS_RIPEMD160_C
257 +//#define MBEDTLS_RIPEMD160_C
258
259 /**
260 * \def MBEDTLS_RSA_C
261 @@ -2235,8 +2235,8 @@
262 * Caller:
263 *
264 * Requires: MBEDTLS_SSL_CACHE_C
265 - */
266 #define MBEDTLS_SSL_CACHE_C
267 + */
268
269 /**
270 * \def MBEDTLS_SSL_COOKIE_C
271 @@ -2257,8 +2257,8 @@
272 * Caller:
273 *
274 * Requires: MBEDTLS_CIPHER_C
275 - */
276 #define MBEDTLS_SSL_TICKET_C
277 + */
278
279 /**
280 * \def MBEDTLS_SSL_CLI_C
281 @@ -2357,8 +2357,8 @@
282 * Module: library/version.c
283 *
284 * This module provides run-time version information.
285 - */
286 #define MBEDTLS_VERSION_C
287 + */
288
289 /**
290 * \def MBEDTLS_X509_USE_C
291 @@ -2468,7 +2468,7 @@
292 * Module: library/xtea.c
293 * Caller:
294 */
295 -#define MBEDTLS_XTEA_C
296 +//#define MBEDTLS_XTEA_C
297
298 /* \} name SECTION: mbed TLS modules */
299