summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cast (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_9_BASE'.OPENBSD_5_9_BASEcvs2svn2016-02-179-1766/+0
|
* Mention ROTL() is always invoked with a proper shift value, due to the way themiod2015-11-051-1/+2
| | | | | CAST_KEY is constructed. This is expected to reduce blood pressure in auditors.
* Remove horribly old and outdated `documentation' for the assembly code.miod2015-09-121-7/+0
|
* deregister; no binary changejsg2014-10-283-17/+17
| | | | ok jsing@ miod@
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-3/+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-128-8/+8
|
* Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids thejsing2014-05-221-8/+8
| | | | | | libssl tree from all uses of these defines. ok miod@
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-5/+0
| | | | | | | | Also check for _LP64 rather than __arch64__ (the former being more reliable than __LP64__ or __arch64__) to tell 64-bit int platforms apart from 32-bit int platforms. Loosely based upon a diff from Martijn van Duren on tech@
* Put explicit (void) in function declarations and shuffle keywords in somemiod2014-04-271-2/+2
| | | | | declaration to pass -Wextra, should we want to add it to CFLAGS. No binary change.
* Grr, the more you remove, the more there remain.miod2014-04-232-618/+0
|
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-181-3/+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/+0
|
* OPENSSL_DECLARE_EXIT serves no purpose.deraadt2014-04-172-2/+0
|
* unistd.h is always in the same place; no need to #include the result ofderaadt2014-04-172-2/+2
| | | | a maze of conditional #define's
* we don't use these files for buildingtedu2014-04-151-83/+0
|
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-152-10/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* Moved to regress/lib/libcrypto.miod2014-04-151-233/+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-19/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* resolve conflictsdjm2012-10-132-2/+11
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-1/+4
|\ | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-131-1/+4
| |
* | resolve conflicts, fix local changesdjm2010-10-018-149/+21
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-15/+5
|\| | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-011-15/+5
| |
* | resolve conflictsdjm2009-01-092-2/+9
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-3/+6
|\| | | | | branch.
| * import openssl-0.9.8jdjm2009-01-091-3/+6
| |
* | resolve conflictsdjm2008-09-066-9/+12
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-28/+13
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-064-28/+20
| |
* | resolve conflictsdjm2006-06-272-13/+9
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-4/+5
|\| | | | | branch.
| * import of openssl-0.9.7jdjm2006-06-271-4/+5
| |
* | resolve conflictsdjm2005-04-292-2/+7
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+120
|\| | | | | branch.
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+120
| |
| * import 0.9.7b (without idea and rc5)markus2003-05-111-1/+3
| |
| * import openssl-0.9.7-beta1markus2002-09-054-180/+149
| |
* | merge 0.9.7dmarkus2004-04-081-0/+1
| |
* | use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-182-1/+3
| | | | | | | | | | | | | | | | use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed.
* | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-122-11/+7
| |
* | merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-1/+1
| |
* | execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
| |
* | OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-156-24/+30
| |
* | openssl-engine-0.9.6a mergebeck2001-06-221-1/+2
| |
* | openssl-engine0.9.6 mergebeck2000-12-152-0/+0
| | | | | | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* | openssl-engine-0.9.6 mergebeck2000-12-152-2/+2
| |
* | OpenSSL 0.9.5a mergebeck2000-04-154-1080/+3
| |