summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove RC5 code - this is not currently enabled and is not likely to everjsing2015-02-107-951/+0
| | | | | | | | be enabled. Removes one symbol from libcrypto, however there is no ABI change. ok beck@ miod@ tedu@
* deregister; no binary changejsg2014-10-283-13/+13
| | | | ok jsing@ miod@
* replace more ROTATE macros with plain-old C code.bcook2014-08-181-25/+13
| | | | | | | Let the compiler optimize these. Even older versions of gcc generate equal or better quality code than the inline asm. ok miod@
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
| | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers.
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
| | | | | | Also remove unused des_ver.h, which exports some of these strings, but is not installed. ok miod@ tedu@
* tags as requested by miod and teduderaadt2014-06-127-7/+7
|
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-072-585/+0
| | | | | | and others to the regress framework. These remaining ones just muddle us up when re-reading code repeatedly. ok jsing
* Take an axe to rc5speed.c - strip out everything that is for otherjsing2014-05-231-84/+9
| | | | platforms.
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-1/+1
|
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-181-2/+0
| | | | | "dance on it's grave" says beck ok guenther beck
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-4/+1
|
* OPENSSL_DECLARE_EXIT serves no purpose.deraadt2014-04-171-1/+0
|
* unistd.h is always in the same place; no need to #include the result ofderaadt2014-04-171-1/+1
| | | | a maze of conditional #define's
* we don't use these files for buildingtedu2014-04-151-83/+0
|
* remove pentium specific benchmark codejsg2014-04-151-70/+0
| | | | ok miod@
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-11/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-136-0/+918
|\ | | | | branch.
| * Import OpenSSL 1.0.1gmiod2014-04-137-1/+920
| |
| * import openssl-0.9.7dmarkus2004-04-071-1/+2
| |
| * import 0.9.7b (without idea and rc5)markus2003-05-111-10/+4
| |
| * import openssl-0.9.7-beta3markus2002-09-051-1/+1
| |
| * import openssl-0.9.7-beta1markus2002-09-052-21/+27
| |
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+216
| | | | | | | | | | functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.
* import OpenSSL 1.0.0edjm2011-11-031-2/+2
|
* import OpenSSL-1.0.0adjm2010-10-012-16/+4
|
* import openssl-0.9.8jdjm2009-01-092-2/+5
|
* import of OpenSSL 0.9.8hdjm2008-09-063-34/+26
|
* import of openssl-0.9.7jdjm2006-06-271-2/+2
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-292-1/+114
|
* import openssl-0.9.7dmarkus2004-04-071-0/+207
|
* import 0.9.7cmarkus2003-11-111-0/+386
|
* import 0.9.7b (without idea and rc5)markus2003-05-111-0/+70
|
* import openssl-0.9.7-beta1markus2002-09-051-21/+15
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+122
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.