All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [MPTCP] [PATCH 0/2] mptcp: simplify crypto.c
@ 2019-07-18 17:53 Peter Krystad
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Krystad @ 2019-07-18 17:53 UTC (permalink / raw)
  To: mptcp

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


Looks good to me.

Peter.

On Thu, 2019-07-11 at 19:12 +0200, Davide Caratti wrote:
> his 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")
> 
> Changes since RFC:
>  - use get_random_bytes() instead of siphash, thanks to Florian / Mat 
> 
> Davide Caratti (2):
>   net: mptcp: remove useless #includes in crypto.c
>   net: mptcp: randomness improvements for crypto.c
> 
>  net/mptcp/crypto.c   | 77 +-------------------------------------------
>  net/mptcp/protocol.c |  1 -
>  net/mptcp/protocol.h | 11 -------
>  net/mptcp/token.c    | 49 +++-------------------------
>  4 files changed, 5 insertions(+), 133 deletions(-)
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [MPTCP] [PATCH 0/2] mptcp: simplify crypto.c
@ 2019-07-11 17:12 Davide Caratti
  0 siblings, 0 replies; 2+ messages in thread
From: Davide Caratti @ 2019-07-11 17:12 UTC (permalink / raw)
  To: mptcp

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

his 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")

Changes since RFC:
 - use get_random_bytes() instead of siphash, thanks to Florian / Mat 

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

 net/mptcp/crypto.c   | 77 +-------------------------------------------
 net/mptcp/protocol.c |  1 -
 net/mptcp/protocol.h | 11 -------
 net/mptcp/token.c    | 49 +++-------------------------
 4 files changed, 5 insertions(+), 133 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-18 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-18 17:53 [MPTCP] [PATCH 0/2] mptcp: simplify crypto.c Peter Krystad
  -- strict thread matches above, loose matches on Subject: below --
2019-07-11 17:12 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.