Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1378331

Re: [PATCH 0/3] crypto: af_alg - add TLS type encryption

From Tadeusz Struk <tadeusz.struk@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH 0/3] crypto: af_alg - add TLS type encryption
Date 2016-04-14 01:00 +0200
Message-ID <rnBVn-bM-1@gated-at.bofh.it> (permalink)
References (1 earlier) <rkxlf-2sv-5@gated-at.bofh.it> <rl03U-7Xy-11@gated-at.bofh.it> <rluOl-5uW-3@gated-at.bofh.it> <rluOl-5uW-1@gated-at.bofh.it> <rn4wp-6yV-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Fridolin,
On 04/12/2016 04:13 AM, Fridolin Pokorny wrote:
> we were experimenting with this. We have a prove of concept of a kernel
> TLS type socket, so called AF_KTLS, which is based on Dave Watson's
> RFC5288 patch. It handles both TLS and DTLS, unfortunately it is not
> ready now to be proposed here. There are still issues which should be
> solved (but mostly user space API design) [1]. If you are interested, we
> could combine efforts.
> 
> Regards,
> Fridolin Pokorny
> 
> [1] https://github.com/fridex/af_ktls

I had a quick look and it looks like is limited only to gcm(aes). 
I would be more interested to have a generic interface that could do generic algorithm
suits like aes-cbc-hmac-sha1 also.
This also seems to work in a synchronous (send one and wait) mode, which is a not good
solution for HW accelerators, which I'm trying to enable.
Thanks,
-- 
TS

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH 0/3] crypto: af_alg - add TLS type encryption Herbert Xu <herbert@gondor.apana.org.au> - 2016-04-05 13:30 +0200
  Re: [PATCH 0/3] crypto: af_alg - add TLS type encryption Tadeusz Struk <tadeusz.struk@intel.com> - 2016-04-06 20:10 +0200
    Re: [PATCH 0/3] crypto: af_alg - add TLS type encryption Tom Herbert <tom@herbertland.com> - 2016-04-08 05:00 +0200
      Re: [PATCH 0/3] crypto: af_alg - add TLS type encryption Fridolin Pokorny <fpokorny@redhat.com> - 2016-04-12 13:20 +0200
        Re: [PATCH 0/3] crypto: af_alg - add TLS type encryption Tadeusz Struk <tadeusz.struk@intel.com> - 2016-04-14 01:00 +0200
          Re: [PATCH 0/3] crypto: af_alg - add TLS type encryption Nikos Mavrogiannopoulos <nmav@gnutls.org> - 2016-04-14 08:50 +0200
    Re: [PATCH 0/3] crypto: af_alg - add TLS type encryption Herbert Xu <herbert@gondor.apana.org.au> - 2016-04-08 05:00 +0200

csiph-web