Skip to content

Commit

Permalink
externals/mbedtls: Update Makefile for mbedTLS version 2.28.0
Browse files Browse the repository at this point in the history
Update CSRCS list to adapt mbedTLS version 2.28.0.
  • Loading branch information
SPRESENSE committed Mar 10, 2022
1 parent 358d292 commit 2cdf389
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions externals/mbedtls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,23 @@ include $(APPDIR)/Make.defs

BIN = libmbedtls$(LIBEXT)

CSRCS = aes.c aesni.c arc4.c asn1parse.c asn1write.c
CSRCS = aes.c aesni.c arc4.c aria.c asn1parse.c asn1write.c
CSRCS += base64.c bignum.c blowfish.c
CSRCS += camellia.c ccm.c certs.c cipher.c cipher_wrap.c ctr_drbg.c
CSRCS += camellia.c ccm.c chacha20.c chachapoly.c certs.c cipher.c cipher_wrap.c
CSRCS += constant_time.c ctr_drbg.c
CSRCS += debug.c des.c dhm.c
CSRCS += ecdh.c ecdsa.c ecjpake.c ecp.c ecp_curves.c entropy.c entropy_poll.c error.c
CSRCS += gcm.c havege.c hmac_drbg.c
CSRCS += md2.c md4.c md5.c md.c md_wrap.c memory_buffer_alloc.c net_sockets.c oid.c
CSRCS += padlock.c pem.c pk.c pkcs11.c pkcs12.c pkcs5.c pkparse.c pk_wrap.c pkwrite.c platform.c
CSRCS += ripemd160.c rsa.c
CSRCS += sha1.c sha256.c sha512.c ssl_cache.c ssl_ciphersuites.c ssl_cli.c ssl_cookie.c ssl_srv.c ssl_ticket.c ssl_tls.c
CSRCS += gcm.c havege.c hkdf.c hmac_drbg.c
CSRCS += md2.c md4.c md5.c md.c memory_buffer_alloc.c mps_reader.c mps_trace.c
CSRCS += nist_kw.c net_sockets.c oid.c
CSRCS += padlock.c pem.c pk.c pkcs11.c pkcs12.c pkcs5.c pkparse.c pk_wrap.c
CSRCS += pkwrite.c platform.c platform_util.c
CSRCS += poly1305.c psa_crypto.c psa_crypto_aead.c psa_crypto_cipher.c psa_crypto_client.c
CSRCS += psa_crypto_driver_wrappers.c psa_crypto_ecp.c psa_crypto_hash.c psa_crypto_mac.c
CSRCS += psa_crypto_rsa.c psa_crypto_se.c psa_crypto_slot_management.c psa_crypto_storage.c
CSRCS += psa_its_file.c ripemd160.c rsa.c rsa_internal.c
CSRCS += sha1.c sha256.c sha512.c ssl_cache.c ssl_ciphersuites.c ssl_cli.c ssl_cookie.c
CSRCS += ssl_msg.c ssl_srv.c ssl_ticket.c ssl_tls.c ssl_tls13_keys.c
CSRCS += threading.c timing.c version.c version_features.c
CSRCS += x509.c x509_create.c x509_crl.c x509_crt.c x509_csr.c x509write_crt.c x509write_csr.c xtea.c

Expand Down

0 comments on commit 2cdf389

Please sign in to comment.