OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-741-g465321e
Gerrit Code Review
gerrit@openafs.org
Wed, 16 Feb 2011 08:47:16 -0800 (PST)
The following commit has been merged in the master branch:
commit 465321e3f43645efedb44168968f871fe5be4daa
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Sep 12 18:40:08 2010 +0100
hcrypto: Add hcrypto EVP support to the Unix CM
This commit adds the files which are necessary to support hcrypto's
EVP interface to the Unix cache manager build. Only a small number
of EVP ciphers and hashes are currently supported -
* aes_128_cbc
* aes_256_cbc
* sha1
Note that the EVP interface is the only supported mechanism to use
the AES cipher - directly calling the underlying crypto functions
is not recommended and may break at any time.
Change-Id: I662073e578b29db1707c6b6433209e75e4db455d
Reviewed-on: http://gerrit.openafs.org/3945
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Makefile.in | 8 +-
src/crypto/hcrypto/kernel/alloc.c | 52 ++++++++
src/crypto/hcrypto/kernel/assert.h | 1 +
src/crypto/hcrypto/kernel/config.h | 38 ++++++
src/crypto/hcrypto/kernel/evp-algs.c | 198 +++++++++++++++++++++++++++++++
src/crypto/hcrypto/kernel/evp-hcrypto.h | 27 ++++
src/crypto/hcrypto/kernel/rand.c | 18 +++
src/crypto/hcrypto/kernel/stdio.h | 1 +
src/crypto/hcrypto/kernel/stdlib.h | 1 +
src/crypto/hcrypto/kernel/string.h | 1 +
src/libafs/Makefile.common.in | 42 ++++++-
src/libafs/MakefileProto.LINUX.in | 18 +++-
src/libuafs/Makefile.common.in | 6 +-
13 files changed, 400 insertions(+), 11 deletions(-)
--
OpenAFS Master Repository