@@ -109,6 +109,7 @@ fn main() {
109109 conf. file ( "../../ext/mbedtls/library/chachapoly.c" ) ;
110110 conf. file ( "../../ext/mbedtls/library/cipher.c" ) ;
111111 conf. file ( "../../ext/mbedtls/library/cipher_wrap.c" ) ;
112+ conf. file ( "../../ext/mbedtls/library/constant_time.c" ) ;
112113 conf. file ( "../../ext/mbedtls/library/ctr_drbg.c" ) ;
113114 conf. file ( "../../ext/mbedtls/library/des.c" ) ;
114115 conf. file ( "../../ext/mbedtls/library/ecdsa.c" ) ;
@@ -131,14 +132,14 @@ fn main() {
131132 conf. file ( "../../ext/mbedtls/library/psa_crypto.c" ) ;
132133 conf. file ( "../../ext/mbedtls/library/psa_crypto_cipher.c" ) ;
133134 conf. file ( "../../ext/mbedtls/library/psa_crypto_client.c" ) ;
134- conf. file ( "../../ext/mbedtls/library/psa_crypto_driver_wrappers.c" ) ;
135135 conf. file ( "../../ext/mbedtls/library/psa_crypto_ecp.c" ) ;
136136 conf. file ( "../../ext/mbedtls/library/psa_crypto_hash.c" ) ;
137137 conf. file ( "../../ext/mbedtls/library/psa_crypto_mac.c" ) ;
138138 conf. file ( "../../ext/mbedtls/library/psa_crypto_rsa.c" ) ;
139139 conf. file ( "../../ext/mbedtls/library/psa_crypto_slot_management.c" ) ;
140140 conf. file ( "../../ext/mbedtls/library/psa_crypto_storage.c" ) ;
141141 conf. file ( "../../ext/mbedtls/library/psa_its_file.c" ) ;
142+ conf. file ( "../../ext/mbedtls/library/psa_util.c" ) ;
142143 conf. file ( "../../ext/mbedtls/library/ripemd160.c" ) ;
143144 conf. file ( "../../ext/mbedtls/library/rsa_alt_helpers.c" ) ;
144145 conf. file ( "../../ext/mbedtls/library/sha1.c" ) ;
@@ -170,6 +171,9 @@ fn main() {
170171
171172 conf. file ( "../../ext/mbedtls/library/rsa.c" ) ;
172173 conf. file ( "../../ext/mbedtls/library/bignum.c" ) ;
174+ conf. file ( "../../ext/mbedtls/library/bignum_core.c" ) ;
175+ conf. file ( "../../ext/mbedtls/library/constant_time.c" ) ;
176+ conf. file ( "../../ext/mbedtls/library/nist_kw.c" ) ;
173177 conf. file ( "../../ext/mbedtls/library/platform.c" ) ;
174178 conf. file ( "../../ext/mbedtls/library/platform_util.c" ) ;
175179 conf. file ( "../../ext/mbedtls/library/asn1parse.c" ) ;
@@ -203,6 +207,9 @@ fn main() {
203207
204208 conf. file ( "../../ext/mbedtls/library/asn1parse.c" ) ;
205209 conf. file ( "../../ext/mbedtls/library/bignum.c" ) ;
210+ conf. file ( "../../ext/mbedtls/library/bignum_core.c" ) ;
211+ conf. file ( "../../ext/mbedtls/library/constant_time.c" ) ;
212+ conf. file ( "../../ext/mbedtls/library/nist_kw.c" ) ;
206213 conf. file ( "../../ext/mbedtls/library/ecdsa.c" ) ;
207214 conf. file ( "../../ext/mbedtls/library/ecp.c" ) ;
208215 conf. file ( "../../ext/mbedtls/library/ecp_curves.c" ) ;
@@ -222,6 +229,9 @@ fn main() {
222229 conf. file ( "csupport/keys.c" ) ;
223230 conf. file ( "../../ext/mbedtls/library/asn1parse.c" ) ;
224231 conf. file ( "../../ext/mbedtls/library/bignum.c" ) ;
232+ conf. file ( "../../ext/mbedtls/library/bignum_core.c" ) ;
233+ conf. file ( "../../ext/mbedtls/library/constant_time.c" ) ;
234+ conf. file ( "../../ext/mbedtls/library/nist_kw.c" ) ;
225235 conf. file ( "../../ext/mbedtls/library/ecp.c" ) ;
226236 conf. file ( "../../ext/mbedtls/library/ecp_curves.c" ) ;
227237 conf. file ( "../../ext/mbedtls/library/platform.c" ) ;
@@ -285,6 +295,9 @@ fn main() {
285295 conf. file ( "../../ext/mbedtls/library/md.c" ) ;
286296 conf. file ( "../../ext/mbedtls/library/aes.c" ) ;
287297 conf. file ( "../../ext/mbedtls/library/bignum.c" ) ;
298+ conf. file ( "../../ext/mbedtls/library/bignum_core.c" ) ;
299+ conf. file ( "../../ext/mbedtls/library/constant_time.c" ) ;
300+ conf. file ( "../../ext/mbedtls/library/nist_kw.c" ) ;
288301 conf. file ( "../../ext/mbedtls/library/asn1parse.c" ) ;
289302 }
290303
@@ -308,6 +321,7 @@ fn main() {
308321 conf. conf . include ( "../../ext/mbedtls/library" ) ;
309322 conf. file ( "../../ext/mbedtls/library/platform_util.c" ) ;
310323 conf. file ( "../../ext/mbedtls/library/nist_kw.c" ) ;
324+ conf. file ( "../../ext/mbedtls/library/constant_time.c" ) ;
311325 conf. file ( "../../ext/mbedtls/library/cipher.c" ) ;
312326 conf. file ( "../../ext/mbedtls/library/cipher_wrap.c" ) ;
313327 conf. file ( "../../ext/mbedtls/library/aes.c" ) ;
@@ -372,6 +386,9 @@ fn main() {
372386 conf. file ( "../../ext/mbedtls/library/sha256.c" ) ;
373387 conf. file ( "../../ext/mbedtls/library/asn1parse.c" ) ;
374388 conf. file ( "../../ext/mbedtls/library/bignum.c" ) ;
389+ conf. file ( "../../ext/mbedtls/library/bignum_core.c" ) ;
390+ conf. file ( "../../ext/mbedtls/library/constant_time.c" ) ;
391+ conf. file ( "../../ext/mbedtls/library/nist_kw.c" ) ;
375392 conf. file ( "../../ext/mbedtls/library/ecdh.c" ) ;
376393 conf. file ( "../../ext/mbedtls/library/md.c" ) ;
377394 conf. file ( "../../ext/mbedtls/library/aes.c" ) ;
0 commit comments