Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move cryptlib.h to crypto_local.h | tb | 2024-11-05 | 1 | -3/+2 |
| | | | | discussed with jsing | ||||
* | Only include cryptlib.h where it's needed | tb | 2024-11-01 | 1 | -2/+5 |
| | | | | Clean up the other includes while there. | ||||
* | Unexport some conf layers unused outside of libcrypto | tb | 2024-08-31 | 1 | -1/+3 |
| | | | | | | | | | | | | | imodules are called imodules because they contain Information about modules that have been Initialized. Which one of these two I it is is anyone's best guess. Why anything outside of libcrypto would ever possibly care will also remain a mystery. Remove the old way of adding a conf module, user data, stop allowing to set a method (it's opaque now, remember?) and drop a couple bits more from the public api interface. ok beck jsing | ||||
* | Hide symbols in dso and ct | beck | 2023-07-08 | 1 | -1/+11 |
| | | | | ok jsing@ | ||||
* | Reinstate the license stubs to their original licenses in most of the | tb | 2021-12-18 | 1 | -3/+53 |
| | | | | | | files in libcrypto/ct. This reverts OpenSSL commit d2e9e320 discussed with jsing | ||||
* | Add RCS markers | tb | 2021-12-05 | 1 | -0/+1 |
| | |||||
* | Make these files compile - not hooked up to build yet. | beck | 2021-11-20 | 1 | -38/+35 |
| | | | | ok jsing@ tb@ | ||||
* | Mechanical KNF in preparation for changing | beck | 2021-10-28 | 1 | -180/+191 |
| | |||||
* | Import Certificate Transparency verbatim from OpenSSL 1.1.1 | beck | 2021-10-28 | 1 | -0/+306 |
This is not yet hooked up and will not compile. Follow on commits will KNF and then make it build. ok jsing@ tb@ |