summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move (mostly) MI constants to proper headerstb2025-06-091-2/+7
| | | | | | | | | | | | | | | | | Most of the constants here are only defined if a specific header is in scope. So move the machine-independent macros to those headers and lose the header guards. Most of these should actually be typedefs but let's change this when we're bumping the major since this technically has ABI impact. IDEA_INT RC2_INT and RC4_INT are always unsigned int DES_LONG is always unsigned int except on i386 This preserves the existing situation on OpenBSD. If you're using portable on i386 with a compiler that does not define __i386__, there's an ABI break. ok jsing
* Merge RC2 into a single file.jsing2025-05-255-542/+299
| | | | Discussed with tb@
* rc2: two files escaped the lure of the attic, set these poor souls freetb2025-05-182-241/+0
|
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-251-5/+1
| | | | discussed with jsing
* Remove unused n2ln, l2nn, n2l and l2n macros.jsing2024-03-291-44/+1
|
* Hide symbols in lhash, pem, and rc2beck2023-07-075-5/+12
| | | | ok jsing@
* Hit rc2 with the loving mallet of knfmt.beck2023-07-077-413/+425
| | | | ok tb@
* spelling fixes; from paul tagliamontejmc2022-12-261-1/+1
| | | | | | | i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
* 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
* deregister; no binary changejsg2014-10-283-17/+17
| | | | ok jsing@ miod@
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+2
| | | | | | | | | 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
|
* typo in commentmiod2014-04-271-1/+1
|
* Remove meat which either duplicates code found in apps/, or is only of valuemiod2014-04-222-362/+0
| | | | for 20th century historians, and can be put in the Attic.
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-8/+0
|
* 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-75/+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-274/+0
|
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-15/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* resolve conflictsdjm2012-10-132-1/+11
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-1/+5
|\ | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-131-1/+5
| |
* | resolve conflicts, fix local changesdjm2010-10-013-112/+2
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-6/+2
|\| | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-011-6/+2
| |
* | resolve conflictsdjm2009-01-092-1/+20
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-2/+6
|\| | | | | branch.
| * import openssl-0.9.8jdjm2009-01-091-2/+6
| |
* | resolve conflictsdjm2008-09-065-20/+16
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-10/+4
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-063-10/+10
| |
* | resolve conflictsdjm2006-06-272-3/+4
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-2/+2
|\| | | | | branch.
| * import of openssl-0.9.7jdjm2006-06-272-5/+5
| |
* | resolve conflictsdjm2005-04-292-1/+17
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+92
|\| | | | | branch.
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+92
| |
| * import 0.9.7b (without idea and rc5)markus2003-05-111-1/+3
| |
| * import openssl-0.9.7-beta1markus2002-09-052-58/+38
| |
| * This commit was manufactured by cvs2git to create branch 'openssl'.cvs2svn2002-05-151-0/+86
| |
* | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-122-2/+4
| |
* | 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-154-13/+13
| |
* | openssl-engine-0.9.6a mergebeck2001-06-221-1/+2
| |
* | openssl-engine0.9.6 mergebeck2000-12-151-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-156-20/+24
| |