Tarantool development patches archive
 help / color / mirror / Atom feed
From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
To: tarantool-patches@freelists.org
Cc: kostja@tarantool.org
Subject: [tarantool-patches] Re: [PATCH 0/2] swim crypto
Date: Thu, 2 May 2019 18:43:28 +0300	[thread overview]
Message-ID: <28ab64aa-3d45-aeca-0209-5f0b29c6a4ea@tarantool.org> (raw)
In-Reply-To: <cover.1556561487.git.v.shpilevoy@tarantool.org>

Just a kind poke, that I still need your review here.

On 29/04/2019 21:13, Vladislav Shpilevoy wrote:
> Commits messages are quite descriptive so for details look at them.
> 
> The patchset introduces encryption API for SWIM to be able to protect the
> packets again various attacks. A user can specify encryption algorithm
> (only AES 128 is supported now), and a private key. Public keys are generated
> randomly for each packet.
> 
> Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-3234-swim-crypto
> Issue: https://github.com/tarantool/tarantool/issues/3234
> 
> Vladislav Shpilevoy (2):
>   swim: split send/recv into phases
>   swim: implement and expose transport-level encryption
> 
>  src/lib/swim/CMakeLists.txt |   2 +-
>  src/lib/swim/swim.c         |   6 +
>  src/lib/swim/swim.h         |  15 +++
>  src/lib/swim/swim_ev.h      |   2 +
>  src/lib/swim/swim_io.c      | 258 ++++++++++++++++++++++++++++++------
>  src/lib/swim/swim_io.h      |  26 +++-
>  src/lib/swim/swim_proto.h   |   5 +
>  test/unit/swim.c            |  47 ++++++-
>  test/unit/swim.result       |   9 +-
>  test/unit/swim_test_utils.c |  15 ++-
>  test/unit/swim_test_utils.h |   8 ++
>  11 files changed, 343 insertions(+), 50 deletions(-)
> 
> -- 
> 2.20.1 (Apple Git-117)
> 
> 

      parent reply	other threads:[~2019-05-02 15:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-29 18:13 [tarantool-patches] " Vladislav Shpilevoy
2019-04-29 18:13 ` [tarantool-patches] [PATCH 1/2] swim: split send/recv into phases Vladislav Shpilevoy
2019-04-29 18:13 ` [tarantool-patches] [PATCH 2/2] swim: implement and expose transport-level encryption Vladislav Shpilevoy
2019-05-08  8:52   ` [tarantool-patches] " Vladislav Shpilevoy
2019-05-08  9:11     ` Konstantin Osipov
2019-05-02 15:43 ` Vladislav Shpilevoy [this message]

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=28ab64aa-3d45-aeca-0209-5f0b29c6a4ea@tarantool.org \
    --to=v.shpilevoy@tarantool.org \
    --cc=kostja@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='[tarantool-patches] Re: [PATCH 0/2] swim crypto' \
    /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