lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 4 Mar 2015 22:16:32 +1300
From:	Herbert Xu <herbert@...dor.apana.org.au>
To:	Stephan Mueller <smueller@...onox.de>
Cc:	'Quentin Gouchet' <quentin.gouchet@...il.com>,
	Daniel Borkmann <dborkman@...hat.com>,
	linux-api@...r.kernel.org, linux-crypto@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH v13 0/2] crypto: AF_ALG: add AEAD support

On Sat, Feb 28, 2015 at 08:49:22PM +0100, Stephan Mueller wrote:
> Hi,
> 
> This patch set adds AEAD support to the AF_ALG interface
> exported by the kernel crypto API.
> 
> The AEAD implementation uses the same approach as provided with
> skcipher by offering the following interfaces:
> 
> 	* sendmsg and recvmsg interfaces allowing multiple
> 	  invocations supporting a threaded user space. To support
> 	  multi-threaded user space, kernel-side buffering
> 	  is implemented similarly to skcipher.
> 
> 	* splice / vmsplice interfaces allowing a zero-copy
> 	  invocation
> 
> The new AEAD interface is fully tested with the test application
> provided at [1]. That test application exercises all newly added user space
> interfaces. The testing covers:
> 
> 	* use of the sendmsg/recvmsg interface
> 
> 	* use of the splice / vmsplice interface
> 
> 	* invocation of all AF_ALG types (aead, rng, skcipher, hash)
> 
> 	* using all types of operation (encryption, decryption, keyed MD,
> 	  MD, random numbers, AEAD decryption with positive and negative
> 	  authentication verification)
> 
> 	* stress testing by running all tests for 30 minutes in an
> 	  endless loop
> 
> 	* test execution on 64 bit and 32 bit

All applied.  Thanks a lot for your hard work!
-- 
Email: Herbert Xu <herbert@...dor.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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ