Merge pull request #56130 from Faless/mbedtls/2.28.0

This commit is contained in:
Rémi Verschelde 2022-01-11 15:03:28 +01:00 committed by GitHub
commit a074ceefcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
177 changed files with 27311 additions and 17537 deletions

View file

@ -29,6 +29,7 @@ if env["builtin_mbedtls"]:
"cipher_wrap.c",
"cmac.c",
"ctr_drbg.c",
"constant_time.c",
"debug.c",
"des.c",
"dhm.c",
@ -48,8 +49,9 @@ if env["builtin_mbedtls"]:
"md4.c",
"md5.c",
"md.c",
"md_wrap.c",
"memory_buffer_alloc.c",
"mps_reader.c",
"mps_trace.c",
"net_sockets.c",
"nist_kw.c",
"oid.c",
@ -75,9 +77,11 @@ if env["builtin_mbedtls"]:
"ssl_ciphersuites.c",
"ssl_cli.c",
"ssl_cookie.c",
"ssl_msg.c",
"ssl_srv.c",
"ssl_ticket.c",
"ssl_tls.c",
"ssl_tls13_keys.c",
"threading.c",
"timing.c",
"version.c",