* [ANN] Acrypto asynchronous crypto layer 2.6.20 release.
@ 2007-02-03 16:21 Evgeniy Polyakov
0 siblings, 0 replies; only message in thread
From: Evgeniy Polyakov @ 2007-02-03 16:21 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-crypto, netdev
Hello.
I am pleased to announce new release of the acrypto for 2.6.20 kernel -
first asynchronous crypto layer for Linux kernel 2.6.
Acrypto allows to handle crypto requests asynchronously in hardware.
Acrypto supports following features:
* multiple asynchronous crypto device queues
* crypto session routing (allows to complete single crypto session when
several operations (crypto, hmac, anything) are completed)
* crypto session binding (bind crypto processing to specified device)
* modular load balancing (one can created load balancer which will get
into account for example pid of the calling process)
* crypto session batching genetically implemented by design (acrypto
provides the whole data structure to crypto device, i.e. it is
possible to use acrypto as a bridge which routes requests between
completely different devices, since it does not differentiate between
users, just handles requests)
* crypto session priority
* different kinds of crypto operation(RNG, asymmetrical crypto, HMAC and
any other)
Combined patchset includes:
* acrypto core
* IPsec ESP4 port to acrypto
* dm-crypt port to acrypto
* OCF to acrypto bridge, which allows to run OCF device
drivers with acrypto (for example ixp4xx), requires OCF installed.
Ported crypto drivers and benchmarks can be found on acrypto homepage:
http://tservice.net.ru/~s0mbre/old/?section=projects&item=acrypto
Changes from previous release:
* moved to 2.6.20 API (work struct)
* updated HIFN driver
* crypto->acrypto conversation (by Markus Kammerst)
* work struct changes
* bugfixes
TODO:
* extend software provider to support all types of ciphers
2.6.16 - 2.6.19 releases moved to maintenance mode.
Patchset is not attached due to its size (190kb).
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
--
Evgeniy Polyakov
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-03 16:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-03 16:21 [ANN] Acrypto asynchronous crypto layer 2.6.20 release Evgeniy Polyakov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).