Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Tuong Lien <tuong.t.lien@dektech.com.au>
To: davem@davemloft.net, jmaloy@redhat.com, maloy@donjonn.com,
ying.xue@windriver.com, netdev@vger.kernel.org
Cc: tipc-discussion@lists.sourceforge.net
Subject: [net-next v2 0/4] tipc: add more features to TIPC encryption
Date: Mon, 31 Aug 2020 15:38:13 +0700 [thread overview]
Message-ID: <20200831083817.3611-1-tuong.t.lien@dektech.com.au> (raw)
This series adds some new features to TIPC encryption:
- Patch 1 ("tipc: optimize key switching time and logic") optimizes the
code and logic in preparation for the following commits.
- Patch 2 ("tipc: introduce encryption master key") introduces support
of 'master key' for authentication of new nodes and key exchange. A
master key can be set/changed by user via netlink (eg. using the same
'tipc node set key' command in iproute2/tipc).
- Patch 3 ("tipc: add automatic session key exchange") allows a session
key to be securely exchanged between nodes as needed.
- Patch 4 ("tipc: add automatic rekeying for encryption key") adds
automatic 'rekeying' of session keys a specific interval. The new key
will be distributed automatically to peer nodes, so become active then.
The rekeying interval is configurable via netlink as well.
v2: update the "tipc: add automatic session key exchange" patch to fix
"implicit declaration" issue when built without "CONFIG_TIPC_CRYPTO".
Tuong Lien (4):
tipc: optimize key switching time and logic
tipc: introduce encryption master key
tipc: add automatic session key exchange
tipc: add automatic rekeying for encryption key
include/uapi/linux/tipc.h | 2 +
include/uapi/linux/tipc_netlink.h | 2 +
net/tipc/crypto.c | 974 ++++++++++++++++++++++--------
net/tipc/crypto.h | 41 +-
net/tipc/link.c | 5 +
net/tipc/msg.h | 8 +-
net/tipc/netlink.c | 2 +
net/tipc/node.c | 91 ++-
net/tipc/node.h | 2 +
net/tipc/sysctl.c | 9 +
10 files changed, 853 insertions(+), 283 deletions(-)
--
2.26.2
next reply other threads:[~2020-09-01 12:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-31 8:38 Tuong Lien [this message]
2020-08-31 8:38 ` [net-next v2 1/4] tipc: optimize key switching time and logic Tuong Lien
2020-09-01 22:10 ` David Miller
2020-09-02 6:16 ` Tuong Tong Lien
2020-09-02 19:49 ` David Miller
2020-08-31 8:38 ` [net-next v2 2/4] tipc: introduce encryption master key Tuong Lien
2020-08-31 8:38 ` [net-next v2 3/4] tipc: add automatic session key exchange Tuong Lien
2020-08-31 8:38 ` [net-next v2 4/4] tipc: add automatic rekeying for encryption key Tuong Lien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200831083817.3611-1-tuong.t.lien@dektech.com.au \
--to=tuong.t.lien@dektech.com.au \
--cc=davem@davemloft.net \
--cc=jmaloy@redhat.com \
--cc=maloy@donjonn.com \
--cc=netdev@vger.kernel.org \
--cc=tipc-discussion@lists.sourceforge.net \
--cc=ying.xue@windriver.com \
--subject='Re: [net-next v2 0/4] tipc: add more features to TIPC encryption' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).