summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/idea (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-251-5/+1
| | | | discussed with jsing
* remove prototypes with no matching functionjsg2024-05-191-2/+1
| | | | feedback and ok tb@
* Remove previously missed idea file.jsing2024-03-291-176/+0
|
* Consolidate idea into a single C file.jsing2024-03-294-351/+285
|
* Remove various ${thing}_optionstb2023-07-281-11/+1
| | | | | | | | | | Various, ancient ciphers exposed some of their innards via an _options() API. Apart from openssl version/speed, only some lua thingie in nmap ever looked at these. Go figure. hppa testing by miod, i386 testing by sthen. Thanks! ok jsing
* Hide symbols in cast, idea, and ocspbeck2023-07-085-5/+13
| | | | ok tb@
* Hit idea with the loving mallet of knfmtbeck2023-07-077-380/+399
| | | | ok knfmt
* 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
* Delete a lot of #if 0 code in libressl.doug2015-02-071-66/+1
| | | | | | | | | | | | | | | | | | | | | | | | | There are a few instances where #if 1 is removed but the code remains. Based on the following OpenSSL commits. Some of the commits weren't strictly deletions so they are going to be split up into separate commits. 6f91b017bbb7140f816721141ac156d1b828a6b3 3d47c1d331fdc7574d2275cda1a630ccdb624b08 dfb56425b68314b2b57e17c82c1df42e7a015132 c8fa2356a00cbaada8963f739e5570298311a060 f16a64d11f55c01f56baa62ebf1dec7f8fe718cb 9ccc00ef6ea65567622e40c49aca43f2c6d79cdb 02a938c953b3e1ced71d9a832de1618f907eb96d 75d0ebef2aef7a2c77b27575b8da898e22f3ccd5 d6fbb194095312f4722c81c9362dbd0de66cb656 6f1a93ad111c7dfe36a09a976c4c009079b19ea1 1a5adcfb5edfe23908b350f8757df405b0f5f71f 8de24b792743d11e1d5a0dcd336a49368750c577 a2b18e657ea1a932d125154f4e13ab2258796d90 8e964419603d2478dfb391c66e7ccb2dcc9776b4 32dfde107636ac9bc62a5b3233fe2a54dbc27008 input + ok jsing@, miod@, tedu@
* deregister; no binary changejsg2014-10-284-18/+18
| | | | ok jsing@ miod@
* 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 meat which either duplicates code found in apps/, or is only of valuemiod2014-04-222-310/+0
| | | | for 20th century historians, and can be put in the Attic.
* 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-235/+0
|
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-14/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* resolve conflictsdjm2012-10-131-0/+3
|
* 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
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-0/+299
|\ \ | | | | | | branch.
| * | import OpenSSL-1.0.1cdjm2012-10-131-0/+299
| | |
| * | import openssl-0.9.7dmarkus2004-04-071-1/+1
| | |
| * | import 0.9.7b (without idea and rc5)markus2003-05-111-1/+1
| | |
| * | import openssl-0.9.7-beta3markus2002-09-051-1/+1
| | |
| * | import openssl-0.9.7-beta1markus2002-09-051-15/+26
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-136-0/+865
|\ \ \ | | | | | | | | branch.
| * | | import OpenSSL-1.0.1cdjm2012-10-137-0/+868
| | | |
| * | | import OpenSSL-1.0.0adjm2010-10-011-4/+1
| | | |
| * | | import openssl-0.9.8jdjm2009-01-091-0/+3
| | | |
| * | | import of OpenSSL 0.9.8hdjm2008-09-061-6/+3
| | | |
| * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+4
| | | |
| * | | import openssl-0.9.7-beta1markus2002-09-051-10/+10
| | | |
| * | | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2002-05-151-0/+99
| / /
* | | resolve conflicts, fix local changesdjm2010-10-012-95/+1
| | |
* | | 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-091-0/+3
| | |
* | | 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-061-6/+3
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-062-10/+7
|\| | | | | | | | branch.
| * | import of OpenSSL 0.9.8hdjm2008-09-062-10/+7
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-5/+5
|\| | | | | | | | branch.
| * | import of openssl-0.9.7jdjm2006-06-271-5/+5
| | |
* | | resolve conflictsdjm2005-04-291-0/+4
| | |
* | | 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
| | |