Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move OPENSSL_cleanse() to crypto_legacy() | tb | 2024-11-05 | 1 | -12/+0 |
| | | | | | | The correct spelling is explicit_bzero() and it doesn't need its own file. discussed with jsing | ||||
* | Finish Hiding symbols in crypto.h | beck | 2024-04-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | crypto.h already had the symbols not hidden behind LIBRESSL_INTERNAL hidden - This now picks up the reset of them marking them as LCRYPTO_UNUSED, and removes the LIBRESSL_INTERNAL guard. These symbols will now be hidden, but if we use them inside the library in a namespaced build we will get a deprecation warning. use outside the library will be as with any other hidden symbol, so fine. ok tb@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+2 |
| | |||||
* | use explicit_bzero instead of a bizarro "no compiler could ever be smart | tedu | 2014-04-15 | 1 | -70/+3 |
| | | | | enough to optimize this" monstrosity. | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -8/+8 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -5/+7 |
| | |||||
* | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 1 | -0/+75 |