[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Dirk Ziegelmeier |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. b67427bd3b3b36f0f004522a51e737af6cdffae7 |
Date: |
Mon, 04 Apr 2016 16:56:07 +0000 |
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 b67427bd3b3b36f0f004522a51e737af6cdffae7 (commit)
from 3a7c998f9128a946697e8bfcf4f7e598242591ff (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 b67427bd3b3b36f0f004522a51e737af6cdffae7
Author: Dirk Ziegelmeier <address@hidden>
Date: Mon Apr 4 18:55:32 2016 +0200
Commit Elias Oenal's SNMPv3 work, with some restructuring:
- The abstraction from crypto framework was not well suitable to MBEDTLS,
so I decided to move everything into an own file.
- I removed several #defines and created function prototypes instead - this
is more type-safe, and users don't need to reinvent the function signatures.
- Header files were splitted into a public and a private part.
- Only SNMPv3 authentication was tested, privacy not yet.
-----------------------------------------------------------------------
Summary of changes:
src/Filelists.mk | 4 +-
src/apps/snmp/snmp_msg.c | 62 ++--
src/apps/snmp/snmp_msg.h | 2 +-
src/apps/snmp/snmpv3.c | 231 ++-------------
src/apps/snmp/snmpv3.h | 124 --------
src/apps/snmp/snmpv3_dummy.c | 141 +++++++++
src/apps/snmp/snmpv3_mbedtls.c | 317 ++++++++++++++++++++
.../lwip/ethip6.h => apps/snmp/snmpv3_priv.h} | 52 ++--
src/include/lwip/apps/snmp_opts.h | 11 +-
src/include/lwip/apps/snmpv3.h | 90 ++++++
10 files changed, 638 insertions(+), 396 deletions(-)
delete mode 100644 src/apps/snmp/snmpv3.h
create mode 100644 src/apps/snmp/snmpv3_dummy.c
create mode 100644 src/apps/snmp/snmpv3_mbedtls.c
copy src/{include/lwip/ethip6.h => apps/snmp/snmpv3_priv.h} (56%)
create mode 100644 src/include/lwip/apps/snmpv3.h
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. b67427bd3b3b36f0f004522a51e737af6cdffae7,
Dirk Ziegelmeier <=