diff options
| author | deraadt <> | 2014-06-10 16:15:19 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-06-10 16:15:19 +0000 |
| commit | b147e3087c995acd3d243bd1df04a843ea6babbc (patch) | |
| tree | e3fb959ef1d725df151d0687e2bad88e6cba120e /src/lib/libcrypto/crypto | |
| parent | c69f3df03cd3fd4e6935df9c43dfbe803299a5d2 (diff) | |
| download | openbsd-b147e3087c995acd3d243bd1df04a843ea6babbc.tar.gz openbsd-b147e3087c995acd3d243bd1df04a843ea6babbc.tar.bz2 openbsd-b147e3087c995acd3d243bd1df04a843ea6babbc.zip | |
Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives
collateral damage.
The syncronous nature of this mechanism has hampered performance for
symmetric crypto relative to brute-force cpu. The assymetric crypto
support never really materialized in drivers.
So abandon the complexity.
ok tedu beck mikeb
some disagrement from djm but if he wants to test /dev/crypto ciphers
he should do it without this this gigantic API in the way
Diffstat (limited to 'src/lib/libcrypto/crypto')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 1e2ce774d3..e71912dd57 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.38 2014/06/02 15:08:38 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.39 2014/06/10 16:15:19 deraadt Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -132,7 +132,7 @@ SRCS+= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c | |||
| 132 | SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c | 132 | SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c |
| 133 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c | 133 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c |
| 134 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c | 134 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c |
| 135 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c hw_cryptodev.c | 135 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c |
| 136 | SRCS+= eng_rsax.c | 136 | SRCS+= eng_rsax.c |
| 137 | # XXX unnecessary? handled in EVP now... | 137 | # XXX unnecessary? handled in EVP now... |
| 138 | # SRCS+= eng_aesni.c # local addition | 138 | # SRCS+= eng_aesni.c # local addition |
