All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH RFC 0/2] mptcp: simplify crypto.c
@ 2019-06-14 20:57 Davide Caratti
  0 siblings, 0 replies; only message in thread
From: Davide Caratti @ 2019-06-14 20:57 UTC (permalink / raw)
  To: mptcp 

[-- Attachment #1: Type: text/plain, Size: 682 bytes --]

this series wants to simplify, and hopefully improve, random generation
of keys and nonces in crypto.c, While at it, I removed some unneeded
#includes on top of the file. Any feedbacks are welcome!

Note:
 in case you think the code is ok, I will propose to squash it into
 commit 34f09d53931a ("mptcp: Add key generation and token tree")

Davide Caratti (2):
  net: mptcp: randomness improvements for crypto.c
  net: mptcp: remove useless #includes in crypto.c

 net/mptcp/crypto.c   | 51 +++++---------------------------------------
 net/mptcp/protocol.c |  1 -
 net/mptcp/protocol.h |  6 ------
 3 files changed, 5 insertions(+), 53 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-14 20:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-14 20:57 [MPTCP] [PATCH RFC 0/2] mptcp: simplify crypto.c Davide Caratti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.