lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RC1-27-g7749088
Date: Fri, 7 Sep 2018 14:59:47 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  7749088a836071fb16983e7dfe1ef231221786a5 (commit)
      from  24fc93e12f8dcebea9d857ceb70412bbe41a6aeb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7749088a836071fb16983e7dfe1ef231221786a5
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Sep 7 20:59:31 2018 +0200

    Fix 2way-auth connections for TLS clients
    
    TLS clients that need 2-way authentication (e.g. Amazon AWS IoT cloud mqtt)
    need to pass a certificate and private key when creating the tls altcp_pcb.
    
    Added a new function altcp_tls_create_config_client_2wayauth() for this that
    replaces altcp_tls_create_config_client() for such clients.
    
    See bug #54601.

-----------------------------------------------------------------------

Summary of changes:
 src/apps/altcp_tls/altcp_tls_mbedtls.c | 112 +++++++++++++++++++++++++++------
 src/include/lwip/altcp_tls.h           |   7 +++
 2 files changed, 101 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]