Skip to content

Commit 766579e

Browse files
committed
Remove Ubsec engine
The ubsec engine is now considered obsolete and therefore has been removed. Reviewed-by: Rich Salz <rsalz@openssl.org>
1 parent a8d177a commit 766579e

8 files changed

Lines changed: 4 additions & 1424 deletions

File tree

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
[Rich Salz]
324324

325325
*) Removed obsolete engines: 4758cca, aep, atalla, cswift, nuron, gmp,
326-
and sureware.
326+
sureware and ubsec.
327327
[Matt Caswell, Rich Salz]
328328

329329
*) New ASN.1 embed macro.

README.ENGINE

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
There are currently built-in ENGINE implementations for the following
1414
crypto devices:
1515

16-
o CryptoSwift
17-
o Compaq Atalla
16+
o Cryptodev
17+
o Microsoft CryptoAPI
18+
o VIA Padlock
1819
o nCipher CHIL
19-
o Nuron
20-
o Broadcom uBSec
2120

2221
In addition, dynamic binding to external ENGINE implementations is now
2322
provided by a special ENGINE called "dynamic". See the "DYNAMIC ENGINE"

engines/Makefile.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# OpenSSL/engines/Makefile
33
#
44

5-
#The following engines have been disabled as they currently do not build
6-
# sureware ubsec
7-
85
DIR= engines
96
TOP= ..
107
CC= cc
@@ -43,8 +40,6 @@ TESTLIBOBJ= e_ossltest.o
4340
SRC= $(LIBSRC)
4441

4542
HEADER= \
46-
e_chil_err.c e_chil_err.h \
47-
e_ubsec_err.c e_ubsec_err.h \
4843
e_capi_err.c e_capi_err.h \
4944
e_ossltest_err.c e_ossltest_err.h \
5045
e_dasync_err.c e_dasync_err.h

0 commit comments

Comments
 (0)