Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1299981
| From | Stephan Mueller <smueller@chronox.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] crypto: af_alg - Disallow bind/setkey/... after accept(2) |
| Date | 2016-01-01 21:20 +0100 |
| Message-ID | <qMel4-74I-17@gated-at.bofh.it> (permalink) |
| References | <qL7lD-49U-5@gated-at.bofh.it> <qLfVT-19v-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Am Mittwoch, 30. Dezember 2015, 11:47:53 schrieb Herbert Xu: Hi Herbert, > On Tue, Dec 29, 2015 at 07:36:14PM +0100, Dmitry Vyukov wrote: > > Hello, > > > > On commit 8513342170278468bac126640a5d2d12ffbff106 > > + crypto: algif_skcipher - Use new skcipher interface > > + crypto: algif_skcipher - Require setkey before accept(2) > > + crypto: af_alg - Disallow bind/setkey/... after accept(2) > > OK there is a silly bug in the last patch. Here is an updated > version. With this patch, the AF_ALG interface stops working. I tested the HMAC operation and I am unable to set the key with the following call: ret = setsockopt(handle->tfmfd, SOL_ALG, ALG_SET_KEY, key, keylen); This call returns EBUSY. The test can be performed with [1] using the following call: test/kcapi -x 3 -c "hmac(sha1)" -k 6e77ebd479da794707bc6cde3694f552ea892dab -p 31b62a797adbff6b8a358d2b5206e01fee079de8cdfc4695138bba163b4efbf30127343e7fd4fbc696c3d38d8f27f57c024b5056f726ceeb4c31d98e57751ec8cbe8904ee0f9b031ae6a0c55da5e062475b3d7832191d4057643ef5fa446801d59a04693e573a8159cd2416b7bd39c7f0fe63c599365e04d596c05736beaab58 Without the patch, all works. [1] http://www.chronox.de/libkcapi.html -- Ciao Stephan -- 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
crypto: deadlock in alg_setsockopt Dmitry Vyukov <dvyukov@google.com> - 2015-12-29 19:40 +0100
[PATCH v2] crypto: af_alg - Disallow bind/setkey/... after accept(2) Herbert Xu <herbert@gondor.apana.org.au> - 2015-12-30 04:50 +0100
Re: [PATCH v2] crypto: af_alg - Disallow bind/setkey/... after accept(2) Stephan Mueller <smueller@chronox.de> - 2016-01-01 21:20 +0100
Re: [PATCH v2] crypto: af_alg - Disallow bind/setkey/... after accept(2) Stephan Mueller <smueller@chronox.de> - 2016-01-02 10:30 +0100
csiph-web