Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove #error if OPENSSL_NO_FOO is defined | tb | 2025-01-25 | 1 | -5/+1 |
| | | | | discussed with jsing | ||||
* | remove prototypes with no matching function | jsg | 2024-05-19 | 1 | -2/+1 |
| | | | | feedback and ok tb@ | ||||
* | Remove previously missed idea file. | jsing | 2024-03-29 | 1 | -176/+0 |
| | |||||
* | Consolidate idea into a single C file. | jsing | 2024-03-29 | 4 | -351/+285 |
| | |||||
* | Remove various ${thing}_options | tb | 2023-07-28 | 1 | -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 ocsp | beck | 2023-07-08 | 5 | -5/+13 |
| | | | | ok tb@ | ||||
* | Hit idea with the loving mallet of knfmt | beck | 2023-07-07 | 7 | -380/+399 |
| | | | | ok knfmt | ||||
* | Make internal header file names consistent | tb | 2022-11-26 | 6 | -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. | doug | 2015-02-07 | 1 | -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 change | jsg | 2014-10-28 | 4 | -18/+18 |
| | | | | ok jsing@ miod@ | ||||
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -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 tedu | deraadt | 2014-06-12 | 7 | -7/+7 |
| | |||||
* | Remove meat which either duplicates code found in apps/, or is only of value | miod | 2014-04-22 | 2 | -310/+0 |
| | | | | for 20th century historians, and can be put in the Attic. | ||||
* | OPENSSL_DECLARE_EXIT serves no purpose. | deraadt | 2014-04-17 | 1 | -1/+0 |
| | |||||
* | unistd.h is always in the same place; no need to #include the result of | deraadt | 2014-04-17 | 1 | -1/+1 |
| | | | | a maze of conditional #define's | ||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -75/+0 |
| | |||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 2 | -10/+0 |
| | | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt | ||||
* | Moved to regress/lib/libcrypto. | miod | 2014-04-15 | 1 | -235/+0 |
| | |||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -14/+0 |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -0/+3 |
| | |||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -1/+4 |
|\ | | | | | branch. | ||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -1/+4 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -0/+299 |
|\ \ | | | | | | | branch. | ||||
| * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+299 |
| | | | |||||
| * | | import openssl-0.9.7d | markus | 2004-04-07 | 1 | -1/+1 |
| | | | |||||
| * | | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 1 | -1/+1 |
| | | | |||||
| * | | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 1 | -1/+1 |
| | | | |||||
| * | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 1 | -15/+26 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 6 | -0/+865 |
|\ \ \ | | | | | | | | | branch. | ||||
| * | | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 7 | -0/+868 |
| | | | | |||||
| * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -4/+1 |
| | | | | |||||
| * | | | import openssl-0.9.8j | djm | 2009-01-09 | 1 | -0/+3 |
| | | | | |||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -6/+3 |
| | | | | |||||
| * | | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 1 | -0/+4 |
| | | | | |||||
| * | | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 1 | -10/+10 |
| | | | | |||||
| * | | | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2002-05-15 | 1 | -0/+99 |
| / / | |||||
* | | | resolve conflicts, fix local changes | djm | 2010-10-01 | 2 | -95/+1 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -6/+2 |
|\ \ \ | | |/ | |/| | branch. | ||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -6/+2 |
| | | | |||||
* | | | resolve conflicts | djm | 2009-01-09 | 1 | -0/+3 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 1 | -2/+6 |
|\| | | | | | | | | branch. | ||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 1 | -2/+6 |
| | | | |||||
* | | | resolve conflicts | djm | 2008-09-06 | 1 | -6/+3 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 2 | -10/+7 |
|\| | | | | | | | | branch. | ||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 2 | -10/+7 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 1 | -5/+5 |
|\| | | | | | | | | branch. | ||||
| * | | import of openssl-0.9.7j | djm | 2006-06-27 | 1 | -5/+5 |
| | | | |||||
* | | | resolve conflicts | djm | 2005-04-29 | 1 | -0/+4 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 1 | -0/+92 |
|\| | | | | | | | | branch. | ||||
| * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 1 | -0/+92 |
| | | |