Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1250274
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API |
| Date | 2015-10-19 03:40 +0200 |
| Message-ID | <ql7AC-6gr-7@gated-at.bofh.it> (permalink) |
| References | <ql4jn-1Bn-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Oct 18, 2015 at 12:44:00PM +0200, Stephan Mueller wrote: > Hi, > > This patch set adds the AF_ALG user space API to externalize the > asymmetric cipher API recently added to the kernel crypto API. > > The patch set is tested with the user space library of libkcapi [1]. > Use [1] test/test.sh for a full test run. The test covers the > following scenarios: Thanks Stephan. But I would prefer to defer this til after we have completed the conversion of current in-kernel users. This is because changing the kernel interface is easy while changing the user-space interface is not. Cheers, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-19 00:10 +0200
[PATCH v2 5/5] crypto: algif_akcipher - enable compilation Stephan Mueller <smueller@chronox.de> - 2015-10-19 00:10 +0200
[PATCH v2 3/5] crypto: AF_ALG -- add setpubkey setsockopt call Stephan Mueller <smueller@chronox.de> - 2015-10-19 00:10 +0200
Re: [PATCH v2 3/5] crypto: AF_ALG -- add setpubkey setsockopt call Marcel Holtmann <marcel@holtmann.org> - 2015-10-30 09:20 +0100
Re: [PATCH v2 3/5] crypto: AF_ALG -- add setpubkey setsockopt call Stephan Mueller <smueller@chronox.de> - 2015-10-30 09:50 +0100
[PATCH v2 4/5] crypto: AF_ALG -- add asymmetric cipher interface Stephan Mueller <smueller@chronox.de> - 2015-10-19 00:10 +0200
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-19 03:40 +0200
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-19 09:20 +0200
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-19 09:30 +0200
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Marcel Holtmann <marcel@holtmann.org> - 2015-10-27 06:00 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API David Woodhouse <dwmw2@infradead.org> - 2015-10-27 10:20 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-27 12:00 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API David Woodhouse <dwmw2@infradead.org> - 2015-10-28 00:20 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-28 00:40 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-28 00:50 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API David Woodhouse <dwmw2@infradead.org> - 2015-10-28 01:40 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-28 02:20 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API David Woodhouse <dwmw2@infradead.org> - 2015-10-28 02:40 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Marcel Holtmann <marcel@holtmann.org> - 2015-10-28 01:50 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-28 02:40 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Marcel Holtmann <marcel@holtmann.org> - 2015-10-28 04:00 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-28 11:20 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API David Woodhouse <dwmw2@infradead.org> - 2015-10-28 00:50 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-27 10:20 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Tadeusz Struk <tadeusz.struk@intel.com> - 2015-10-27 16:30 +0100
csiph-web