Subject: CVS commit: src/crypto/dist/openssl/crypto
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 11/20/2003 00:55:51
Module Name:	src
Committed By:	jonathan
Date:		Thu Nov 20 00:55:51 UTC 2003

Modified Files:
	src/crypto/dist/openssl/crypto/engine: eng_all.c hw_cryptodev.c
	src/crypto/dist/openssl/crypto/evp: c_all.c

Log Message:
Patch OpenSSL to use opencrypto (aka /dev/crypto), if configured and
(per kernel policy) for crypto transforms for which hardware
acceleration is available. Affects:

   crypto/dist/openssl/crypto/engine/eng_all.c
   crypto/dist/openssl/crypto/engine/hw_cryptodev.c
   crypto/dist/openssl/crypto/evp/c_all.c

as posted to tech-crypto for review/comment on 2003-08-21.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/crypto/dist/openssl/crypto/engine/eng_all.c
cvs rdiff -r1.2 -r1.3 src/crypto/dist/openssl/crypto/engine/hw_cryptodev.c
cvs rdiff -r1.1.1.4 -r1.2 src/crypto/dist/openssl/crypto/evp/c_all.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.