CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/14 10:49:10
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_gmp.c e_gmp.ec e_gmp_err.c e_gmp_err.h
Log message:
Remove the GMP engine: It was an experimental engine using libgmp as
an alternative backend for BIGNUM calculations. It is PoC code that
is not enabled in OpenSSL and probably not used by anymore.
ok deraadt@