summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cast (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-251-5/+1
| | | | discussed with jsing
* Consolidate cast code.jsing2024-03-296-697/+396
|
* Hide symbols in cast, idea, and ocspbeck2023-07-085-6/+12
| | | | ok tb@
* Hit cast with the style(9) stick.jsing2023-07-088-895/+898
|
* Remove various unused assembly files and assembly generation scripts.jsing2023-01-191-177/+0
| | | | | | These are just creating clutter and cause grep noise. ok miod@
* Make internal header file names consistenttb2022-11-266-11/+11
| | | | | | | | | | | | | | | | Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names used for internal headers. Move all these headers we inherited from OpenSSL to *_local.h, reserving the name *_internal.h for our own code. Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h. constant_time_locl.h is moved to constant_time.h since it's special. Adjust all .c files in libcrypto, libssl and regress. The diff is mechanical with the exception of tls13_quic.c, where #include <ssl_locl.h> was fixed manually. discussed with jsing, no objection bcook
* Avoid 32 bit right shift with unsigned int in crypto/cast/cast_lcl.hinoguchi2020-01-261-2/+2
| | | | ok tb@
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+6
| | | | | | | | | | | | | | | | Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting the bn_* symbols. These are documented as only being intended for internal use, so why they were placed in a public header is beyond me... This hides 363 previously exported symbols, most of which exist in headers that are not installed and were never intended to be public. This also removes a few crusty old things that should have died long ago (like _ossl_old_des_read_pw). But don't worry... there are still 3451 symbols exported from the library. With input and testing from inoguchi@. ok beck@ inoguchi@
* 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
| |