CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/13 13:04:55
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_aep.c e_aep.ec e_aep_err.c e_aep_err.h
lib/libssl/src/engines/vendor_defns: aep.h
Log message:
Remove the AEP engine: it is not standalone and doesn't seem to be
relevant anymore. OpenSSL should have a better way to include 3rd
party engines: either completely and free or external. But including
a wrapper for a non-free wrapper in the code base does not make much
sense and could also be provided by the vendor.
ok deraadt@