]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Enable devcryptoeng for OpenSSL.
authorjkim <jkim@FreeBSD.org>
Wed, 12 Dec 2018 21:56:47 +0000 (21:56 +0000)
committerjkim <jkim@FreeBSD.org>
Wed, 12 Dec 2018 21:56:47 +0000 (21:56 +0000)
commit53c4fca8e5700ed611488f3569d4705a86d3121f
tree573cc73b54e8fc74b82e53a62a7e2d09c4497ab5
parentda93ed974dd7208347f8a5f8aba5c96a499990ef
Enable devcryptoeng for OpenSSL.

Since OpenSSL 1.1.1, the good old BSD-specific cryptodev engine has been
deprecated in favor of this new engine.  However, this engine is not
throughly tested on FreeBSD because it was originally written for Linux.

http://cryptodev-linux.org/

Also, the author actually meant to enable it by default on BSD platforms but
he failed to do so because there was a bug in the Configure script.

https://github.com/openssl/openssl/pull/7882

Now they found that it was more generic issue.

https://github.com/openssl/openssl/pull/7885

Therefore, we need to enable this engine on head to give it more exposure.
secure/lib/libcrypto/Makefile
secure/lib/libcrypto/opensslconf.h.in