CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/13 12:31:41
Modified files:
lib/libssl/src/crypto/engine: eng_all.c engine.h
lib/libssl/src/doc/crypto: engine.pod
lib/libssl/src/engines: Makefile
Removed files:
lib/libssl/src/engines: e_cswift.c e_cswift.ec e_cswift_err.c
e_cswift_err.h
lib/libssl/src/engines/vendor_defns: cswift.h
Log message:
Remove the cswift engine: it is not standalone and we don't have the
hardware.
The vendor_defns/cswift.h does not specify a copyright and
theoretically defaults to the OpenSSL license, but it also mentions
that it includes parts that have been "clipped" from CryptoSwift's
proprietary headers. This file should better include an explicit
copyright statement or mention OpenSSL's library instead of the
ambiguous "Attribution notice".
ok deraadt@