summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/engines (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All the other old Makefiles are gone, so also remove unused enginesreyk2014-04-151-135/+0
| | | | | Makefile. The directory is empty and will silently disappear in the Attic (but there are more engines in another directory).
* Remove the GOST engine: It is not compiled or used and depends on thereyk2014-04-1529-6453/+1
| | | | | | | | "dynamic engine" feature that is not enabled in our build. People who need it can still pull it out of the Attic; if it is to have a Russian engine just because it's a Russian engine. OK deraadt@ beck@
* Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); movemiod2014-04-143-1243/+3
| | | | | | | undo the move of crypto/engines/eng_padlock to engines/e_padlock. Requested by reyk@. Note that eng_padlock is not compiled in currently.
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-142-200/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Remove the GMP engine: It was an experimental engine using libgmp asreyk2014-04-145-726/+4
| | | | | | | an alternative backend for BIGNUM calculations. It is PoC code that is not enabled in OpenSSL and probably not used by anymore. ok deraadt@
* Remove the CAPI engine: It is a backend for the Windows CryptoAPI andreyk2014-04-146-2175/+4
| | | | | | could be maintained in an external package. "it should probably go" beck@
* Remove VMS engine build files.reyk2014-04-145-36/+0
|
* Remove the nuron engine. The static engine is not standalone and thereyk2014-04-145-690/+1
| | | | FPGA-based device is long obsolete.
* Unlist previously removed chil engine from LIBNAMESreyk2014-04-141-1/+1
|
* Remove the nCipher CHIL engine. It is not standalone and depends onreyk2014-04-146-2127/+0
| | | | external libraries that aren't covered by the same license.
* Remove the AEP engine: it is not standalone and doesn't seem to bereyk2014-04-136-1607/+4
| | | | | | | | | relevant anymore. OpenSSL should have a better way to include 3rd party engines: either completely and free or external. But including a wrapper for a non-free wrapper in the code base does not make much sense and could also be provided by the vendor. ok deraadt@
* Remove the Atalla engine: It is not standalone and depends on externalreyk2014-04-136-918/+1
| | | | | | | | | non-free libraries. OpenSSL should have a better way to include 3rd party engines: either completely free or external. But including a wrapper for a non-free wrapper in the code base does not make much sense and could also be provided by the vendor. ok deraadt@
* Remove the cswift engine: it is not standalone and we don't have thereyk2014-04-136-1636/+1
| | | | | | | | | | | | | hardware. The vendor_defns/cswift.h does not specify a copyright and theoretically defaults to the OpenSSL license, but it also mentions that it includes parts that have been "clipped" from CryptoSwift's proprietary headers. This file should better include an explicit copyright statement or mention OpenSSL's library instead of the ambiguous "Attribution notice". ok deraadt@
* Remove the "sureware" engine:reyk2014-04-136-1577/+1
| | | | | | | | | | | | The vendor_defns/sureware.h file by Baltimore Technologies Ltd. has a copyright that does not grant rights! Vendor files should either include a compatible license in the copyright statement or use OpenSSL's defaults, but adding a copyright statement without any terms is not acceptable. It should not have been included in the first place. ok deraadt@
* Remove the Broadcom ubsec engine:reyk2014-04-136-1448/+1
| | | | | | | | | | | | | The vendor_defns/hw_ubsec.h file has a copyright that does not grant rights! Vendor files should either include a compatible license in the copyright statement or use OpenSSL's defaults, but adding a copyright statement without any terms is not acceptable. It should not have been included in the first place. (The ubsec(4) kernel driver is not affected by this change) ok deraadt@
* Remove the IBM 4758 engine: we don't have this hardware and it is anreyk2014-04-136-1410/+4
| | | | | | old PCI accelerator that was EOL'ed in 2005. ok deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-133-1127/+5
|
* Import OpenSSL 1.0.1gmiod2014-04-136-25/+64
|
* resolve conflictsdjm2012-10-131-18/+33
|
* import OpenSSL-1.0.1cdjm2012-10-135-15/+64
|
* OpenSSL 1.0.0f: import upstream sourcedjm2012-01-052-0/+8
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-035-6/+18
|
* import OpenSSL 1.0.0edjm2011-11-038-84/+247
|
* resolve conflicts, fix local changesdjm2010-10-014-112/+149
|
* import OpenSSL-1.0.0adjm2010-10-0141-125/+7976
|
* cherrypick patch from OpenSSL 0.9.8m:djm2010-03-041-2/+2
| | | | | *) Always check bn_wexpend() return values for failure. (CVE-2009-3245) [Martin Olsson, Neel Mehta]
* import of OpenSSL 0.9.8kdjm2009-04-061-1/+2
|
* resolve conflictsdjm2009-01-091-91/+94
|
* import openssl-0.9.8jdjm2009-01-094-14/+8
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-056-38/+2180
|
* import of OpenSSL 0.9.8hdjm2008-09-0648-0/+13164