This is an automated email from the ASF dual-hosted git repository.
utzig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.
from 8ceb690 pbuf_free on p as udp_sendto doesn't consume it
add d5dd4c4 Update mbedTLS to 2.16.3
No new revisions were added by this update.
Summary of changes:
crypto/mbedtls/include/mbedtls/aes.h | 74 +-
crypto/mbedtls/include/mbedtls/aesni.h | 54 +-
crypto/mbedtls/include/mbedtls/arc4.h | 6 +-
crypto/mbedtls/include/mbedtls/aria.h | 100 +-
crypto/mbedtls/include/mbedtls/asn1.h | 4 +-
crypto/mbedtls/include/mbedtls/asn1write.h | 15 +-
crypto/mbedtls/include/mbedtls/base64.h | 9 +
crypto/mbedtls/include/mbedtls/bignum.h | 767 +++++---
crypto/mbedtls/include/mbedtls/blowfish.h | 141 +-
crypto/mbedtls/include/mbedtls/bn_mul.h | 35 +-
crypto/mbedtls/include/mbedtls/camellia.h | 220 ++-
crypto/mbedtls/include/mbedtls/ccm.h | 118 +-
crypto/mbedtls/include/mbedtls/certs.h | 240 ++-
crypto/mbedtls/include/mbedtls/chacha20.h | 50 +-
crypto/mbedtls/include/mbedtls/chachapoly.h | 89 +-
crypto/mbedtls/include/mbedtls/check_config.h | 13 +-
crypto/mbedtls/include/mbedtls/cipher.h | 228 ++-
crypto/mbedtls/include/mbedtls/cipher_internal.h | 4 +-
crypto/mbedtls/include/mbedtls/cmac.h | 6 +
crypto/mbedtls/include/mbedtls/compat-1.3.h | 6 +
crypto/mbedtls/include/mbedtls/config.h | 212 +-
crypto/mbedtls/include/mbedtls/ctr_drbg.h | 82 +-
crypto/mbedtls/include/mbedtls/debug.h | 42 +-
crypto/mbedtls/include/mbedtls/des.h | 6 +-
crypto/mbedtls/include/mbedtls/dhm.h | 174 +-
crypto/mbedtls/include/mbedtls/ecdh.h | 255 ++-
crypto/mbedtls/include/mbedtls/ecdsa.h | 296 ++-
crypto/mbedtls/include/mbedtls/ecjpake.h | 152 +-
crypto/mbedtls/include/mbedtls/ecp.h | 517 +++--
crypto/mbedtls/include/mbedtls/ecp_internal.h | 6 +
crypto/mbedtls/include/mbedtls/entropy.h | 10 +-
crypto/mbedtls/include/mbedtls/entropy_poll.h | 2 +-
crypto/mbedtls/include/mbedtls/error.h | 12 +-
crypto/mbedtls/include/mbedtls/gcm.h | 104 +-
crypto/mbedtls/include/mbedtls/havege.h | 6 +
crypto/mbedtls/include/mbedtls/hkdf.h | 30 +-
crypto/mbedtls/include/mbedtls/hmac_drbg.h | 50 +-
crypto/mbedtls/include/mbedtls/md.h | 2 +-
crypto/mbedtls/include/mbedtls/md2.h | 6 +-
crypto/mbedtls/include/mbedtls/md4.h | 6 +-
crypto/mbedtls/include/mbedtls/md5.h | 6 +-
crypto/mbedtls/include/mbedtls/md_internal.h | 4 +-
.../mbedtls/include/mbedtls/memory_buffer_alloc.h | 2 +-
crypto/mbedtls/include/mbedtls/net.h | 5 +
crypto/mbedtls/include/mbedtls/net_sockets.h | 4 +-
crypto/mbedtls/include/mbedtls/nist_kw.h | 6 +
crypto/mbedtls/include/mbedtls/oid.h | 12 +-
crypto/mbedtls/include/mbedtls/padlock.h | 44 +-
crypto/mbedtls/include/mbedtls/pem.h | 6 +
crypto/mbedtls/include/mbedtls/pk.h | 152 +-
crypto/mbedtls/include/mbedtls/pk_internal.h | 4 +-
crypto/mbedtls/include/mbedtls/pkcs11.h | 4 +-
crypto/mbedtls/include/mbedtls/pkcs12.h | 16 +-
crypto/mbedtls/include/mbedtls/pkcs5.h | 18 +-
crypto/mbedtls/include/mbedtls/platform.h | 2 +-
crypto/mbedtls/include/mbedtls/platform_time.h | 2 +-
crypto/mbedtls/include/mbedtls/platform_util.h | 93 +
crypto/mbedtls/include/mbedtls/poly1305.h | 47 +-
crypto/mbedtls/include/mbedtls/ripemd160.h | 6 +-
crypto/mbedtls/include/mbedtls/rsa.h | 546 ++++--
crypto/mbedtls/include/mbedtls/rsa_internal.h | 4 +-
crypto/mbedtls/include/mbedtls/sha1.h | 67 +-
crypto/mbedtls/include/mbedtls/sha256.h | 94 +-
crypto/mbedtls/include/mbedtls/sha512.h | 95 +-
crypto/mbedtls/include/mbedtls/ssl.h | 48 +-
crypto/mbedtls/include/mbedtls/ssl_cache.h | 10 +-
crypto/mbedtls/include/mbedtls/ssl_ciphersuites.h | 12 +-
crypto/mbedtls/include/mbedtls/ssl_cookie.h | 10 +-
crypto/mbedtls/include/mbedtls/ssl_internal.h | 20 +-
crypto/mbedtls/include/mbedtls/ssl_ticket.h | 16 +-
crypto/mbedtls/include/mbedtls/threading.h | 2 +-
crypto/mbedtls/include/mbedtls/timing.h | 2 +-
crypto/mbedtls/include/mbedtls/version.h | 12 +-
crypto/mbedtls/include/mbedtls/x509.h | 18 +-
crypto/mbedtls/include/mbedtls/x509_crl.h | 8 +-
crypto/mbedtls/include/mbedtls/x509_crt.h | 45 +-
crypto/mbedtls/include/mbedtls/x509_csr.h | 12 +-
crypto/mbedtls/include/mbedtls/xtea.h | 6 +-
crypto/mbedtls/src/aes.c | 219 ++-
crypto/mbedtls/src/aria.c | 57 +-
crypto/mbedtls/src/asn1write.c | 54 +-
crypto/mbedtls/src/bignum.c | 339 +++-
crypto/mbedtls/src/blowfish.c | 58 +-
crypto/mbedtls/src/camellia.c | 70 +-
crypto/mbedtls/src/ccm.c | 53 +-
crypto/mbedtls/src/certs.c | 2025 ++++++++++++++++----
crypto/mbedtls/src/chacha20.c | 58 +-
crypto/mbedtls/src/chachapoly.c | 111 +-
crypto/mbedtls/src/cipher.c | 139 +-
crypto/mbedtls/src/ctr_drbg.c | 34 +-
crypto/mbedtls/src/debug.c | 94 +-
crypto/mbedtls/src/des.c | 79 +-
crypto/mbedtls/src/dhm.c | 74 +-
crypto/mbedtls/src/ecdh.c | 430 ++++-
crypto/mbedtls/src/ecdsa.c | 211 +-
crypto/mbedtls/src/ecjpake.c | 42 +-
crypto/mbedtls/src/ecp.c | 227 ++-
crypto/mbedtls/src/ecp_curves.c | 68 +-
crypto/mbedtls/src/entropy_poll.c | 57 +-
crypto/mbedtls/src/error.c | 24 +-
crypto/mbedtls/src/gcm.c | 45 +-
crypto/mbedtls/src/havege.c | 30 +-
crypto/mbedtls/src/hmac_drbg.c | 119 +-
crypto/mbedtls/src/md4.c | 30 +-
crypto/mbedtls/src/md5.c | 21 +-
crypto/mbedtls/src/net_sockets.c | 2 +-
crypto/mbedtls/src/nist_kw.c | 4 +-
crypto/mbedtls/src/oid.c | 53 +-
crypto/mbedtls/src/pem.c | 6 +-
crypto/mbedtls/src/pk.c | 72 +-
crypto/mbedtls/src/pkcs12.c | 4 +
crypto/mbedtls/src/pkcs5.c | 17 +-
crypto/mbedtls/src/pkparse.c | 53 +-
crypto/mbedtls/src/pkwrite.c | 59 +-
crypto/mbedtls/src/platform_util.c | 6 +-
crypto/mbedtls/src/poly1305.c | 56 +-
crypto/mbedtls/src/ripemd160.c | 39 +-
crypto/mbedtls/src/rsa.c | 220 ++-
crypto/mbedtls/src/sha1.c | 56 +-
crypto/mbedtls/src/sha256.c | 56 +-
crypto/mbedtls/src/sha512.c | 46 +-
crypto/mbedtls/src/ssl_ciphersuites.c | 57 +-
crypto/mbedtls/src/ssl_cli.c | 22 +-
crypto/mbedtls/src/ssl_srv.c | 18 +-
crypto/mbedtls/src/ssl_ticket.c | 14 +-
crypto/mbedtls/src/ssl_tls.c | 19 +-
crypto/mbedtls/src/timing.c | 1 -
crypto/mbedtls/src/version_features.c | 9 +
crypto/mbedtls/src/x509.c | 64 +-
crypto/mbedtls/src/x509_crl.c | 10 +-
crypto/mbedtls/src/x509_crt.c | 35 +-
crypto/mbedtls/src/x509_csr.c | 15 +-
crypto/mbedtls/src/x509write_crt.c | 59 +-
crypto/mbedtls/src/x509write_csr.c | 48 +-
134 files changed, 8358 insertions(+), 3139 deletions(-)