CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/13 12:50:36
Modified files:
lib/libssl/src : config
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_atalla.c e_atalla.ec e_atalla_err.c
e_atalla_err.h
lib/libssl/src/engines/vendor_defns: atalla.h
Log message:
Remove the Atalla engine: It is not standalone and depends on external
non-free libraries. OpenSSL should have a better way to include 3rd
party engines: either completely 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@