summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/crypto/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-172-14/+2
| | | | ok miod
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-132/+1
|
* fix BIO_snprintf usage in here.beck2014-04-171-8/+19
| | | | ok tedu@
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-174-20/+20
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* move enginetest to regress as was done with the other testsjsg2014-04-171-283/+0
|
* we don't use these files for buildingtedu2014-04-151-91/+0
|
* Remove the GOST engine: It is not compiled or used and depends on thereyk2014-04-152-6/+0
| | | | | | | | "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@
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-1/+1
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); movemiod2014-04-144-1460/+38
| | | | | | | 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-141-362/+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-142-6/+0
| | | | | | | 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-142-4/+0
| | | | | | could be maintained in an external package. "it should probably go" beck@
* Remove the nuron engine. The static engine is not standalone and thereyk2014-04-142-4/+0
| | | | FPGA-based device is long obsolete.
* Remove the nCipher CHIL engine. It is not standalone and depends onreyk2014-04-142-20/+0
| | | | external libraries that aren't covered by the same license.
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-1/+0
|
* Remove the AEP engine: it is not standalone and doesn't seem to bereyk2014-04-132-4/+0
| | | | | | | | | 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-132-4/+0
| | | | | | | | | 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-132-4/+0
| | | | | | | | | | | | | 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-132-4/+0
| | | | | | | | | | | | 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-132-4/+0
| | | | | | | | | | | | | 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-132-4/+0
| | | | | | 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-132-1/+1
|
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-131-0/+1
|\ | | | | branch.
| * Import OpenSSL 1.0.1gmiod2014-04-131-0/+1
| |
* | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned thematthew2013-05-301-2/+2
| | | | | | | | | | | | | | | | hyphen in their official programming guide sometime between 2003 and 2005, and Clang's integrated assembler does not support hyphenated mnemonics. ok jsg, deraadt
* | resolve conflictsdjm2012-10-135-27/+102
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-132-0/+810
|\| | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-132-0/+810
| |
* | openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+3
| |
* | move CRYPTO_VIAC3_MAX out of cryptodev.h and into the onlyjsg2010-12-161-0/+2
| | | | | | | | | | | | file it will be used from. requested by/ok mikeb@
* | The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX lengthjsg2010-12-161-2/+2
| | | | | | | | | | | | | | which should have been declared as CRYPTO_ALGORITHM_MAX + 1, fix this and reserve enough space for the VIA additions as well. ok/comments from mikeb & deraadt
* | More OpenSSL fixes:djm2010-10-062-11/+13
| | | | | | | | | | | | | | | | | | - Update local engines for the EVP API change (len u_int => size_t) - Use hw_cryptodev.c instead of eng_cryptodev.c - Make x86_64-xlate.pl always write to the output file and not stdout, fixing "make -j" builds (spotted by naddy@) ok naddy@
* | Retire Skipjackmikeb2010-10-062-2/+0
| | | | | | | | | | | | | | | | | | | | | | There's not much use for the declassified cipher from the 80's with a questionable license these days. According to the FIPS drafts, Skipjack reaches its EOL in December 2010. The libc portion will be removed after the ports hackathon. djm and thib agree, no objections from deraadt Thanks to jsg for digging up FIPS drafts.
* | resolve conflicts, fix local changesdjm2010-10-0148-11845/+311
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-83/+369
|\ \ | | | | | | branch.
| * | import OpenSSL-1.0.0adjm2010-10-0115-279/+679
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-012-0/+413
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL-1.0.0adjm2010-10-012-0/+413
| | |
* | | AES-NI engine support for OpenSSL.thib2010-07-014-2/+595
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is code mostly picked up from upstream OpenSSL, or to be more exact a diff from David Woodhouse <dwmw2 at infradead dot org>. Remember to make includes before doing a build! no objections from djm@ OK deraadt@, reyk@ (AES is about 4.25x faster on his x201 now)
* | | VIA xcrypt for amd64, simpler version of a diff from deraadtjsg2010-06-291-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | with suggestions from miod. The codepath doesn't seem to be called yet, this will be investigated later. looks good miod@, ok deraadt@
* | | When running in pic mode we don't have enough general registers for alljsg2010-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the xcrypt inputs, hence the dance which is done to make this work. The constraint for the key however was "mr" which is both from memory and from a general register, it seems gcc3 went with the former and gcc4 went with the later in the pic case, so change the constraint for the key to just "m" which gives us more efficient code that both gcc3 and gcc4 are happy with. ok kettenis@
* | | resolve conflictsdjm2009-01-093-120/+131
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-2/+2
|\ \ \ | | |/ | |/| branch.
| * | import openssl-0.9.8jdjm2009-01-099-140/+338
| | |
* | | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-057-139/+326
| | |
* | | remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-12/+8
| | | | | | | | | | | | Makefiles, crank shlib_version
* | | resolve conflictsdjm2008-09-0621-195/+374
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-063-390/+2494
|\| | | | | | | | branch.
| * | import of OpenSSL 0.9.8hdjm2008-09-0624-585/+2868
| | |
| * | import of openssl-0.9.7jdjm2006-06-277-125/+244
| | |