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_RELEASE-326-gf857260
Date: Wed, 11 Dec 2019 16:20:49 -0500 (EST)

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  f857260e2931bf30bd17eaa9da3ce992326d1732 (commit)
       via  2be031e2380c457cc306f574e25c64e4d3ff7761 (commit)
       via  dc7ba26e693c0a4197b13a5ae35a8623a70b9099 (commit)
       via  316dbc792f7575741c90ab250338f45195125d4d (commit)
       via  f97dacd0146256d2f31f8f7eb10a0e489928022f (commit)
       via  d84a84e5ca8e8b4b86f2788d4ea77f41508c1a9a (commit)
      from  44a3f631b354bb05883015b73ab5b4430596945a (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 f857260e2931bf30bd17eaa9da3ce992326d1732
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Dec 11 22:20:14 2019 +0100

    fix compiling fuzz test under Linux after merging contrib to main repo

commit 2be031e2380c457cc306f574e25c64e4d3ff7761
Author: David Girault <address@hidden>
Date:   Tue Mar 26 10:47:47 2019 +0100

    altcp_tls: ensure no memory leaks and entropy counter is protected

commit dc7ba26e693c0a4197b13a5ae35a8623a70b9099
Author: David Girault <address@hidden>
Date:   Mon Apr 1 18:00:26 2019 +0200

    altcp_tls: use ERR_CLSD only for handshake error
    
    This allow better handling of handshake error in application.

commit 316dbc792f7575741c90ab250338f45195125d4d
Author: David Girault <address@hidden>
Date:   Fri Mar 29 16:35:28 2019 +0100

    altcp_tls: call the application sent() callback with usefull len
    
    First calculate and sum TLS overhead when altcp_mbedtls_write() is called.
    Then take care of it when calling application sent callback. Give reveived
    len from inner_conn, minus calculated overhead.

commit f97dacd0146256d2f31f8f7eb10a0e489928022f
Author: David Girault <address@hidden>
Date:   Fri Feb 1 17:56:17 2019 +0100

    altcp_tls: support for saving/restoring session information
    
    According to mbedTLS source code and documentation, calls to
    `mbedtls_ssl_conf_session_cache` and `mbedtls_ssl_conf_session_tickets_cb`
    are only available if mbedTLS is configured for server mode (ie. 
MBEDTLS_SSL_SRV_C
    is defined). This cannot be used on client mode to resume a previous 
session.
    
    To allow session reuse in client mode, application must save session 
parameters
    (including tickets provided by the server if any) after successfull 
connection
    and restore them before attemting to reconnect. Since `alctp_close()` free 
the
    structure, it cannot be used to store the required information.
    
    So, two new API were added, directly wrapped to mbedTLS functions, allow 
application
    to do that by itself.
    
    Also added full declaration of `struct altcp_tls_session` in altcp_tls.h to 
allow
    easier usage in application when using mbedTLS port.

commit d84a84e5ca8e8b4b86f2788d4ea77f41508c1a9a
Author: David Girault <address@hidden>
Date:   Tue May 22 09:47:44 2018 +0200

    altcp_tls_mbedtls: ensure configuration is properly freed

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

Summary of changes:
 contrib/ports/unix/port/sys_arch.c             |   2 +
 src/apps/altcp_tls/altcp_tls_mbedtls.c         | 193 ++++++++++++++++++-------
 src/apps/altcp_tls/altcp_tls_mbedtls_structs.h |   2 +-
 src/include/lwip/altcp_tls.h                   |  44 ++++++
 test/fuzz/Makefile                             |   3 +-
 5 files changed, 187 insertions(+), 57 deletions(-)


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



reply via email to

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