The OpenBSD project has replaced the first implementation of the /dev/crypto
engine with something they claim is better. I have nothing to compare to, and I assume they know what they're talking about. The interesting part with this one is that it's loaded by default on OpenBSD systems. This change was originally introduced in OpenBSD's tracking of OpenSSL.
This commit is contained in:
@@ -326,7 +326,7 @@ void ENGINE_load_ubsec(void);
|
||||
void ENGINE_load_aep(void);
|
||||
void ENGINE_load_sureware(void);
|
||||
void ENGINE_load_4758cca(void);
|
||||
void ENGINE_load_openbsd_dev_crypto(void);
|
||||
void ENGINE_load_cryptodev(void);
|
||||
void ENGINE_load_builtin_engines(void);
|
||||
|
||||
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
|
||||
|
Reference in New Issue
Block a user