summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/mem_clr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move OPENSSL_cleanse() to crypto_legacy()tb2024-11-051-12/+0
| | | | | | The correct spelling is explicit_bzero() and it doesn't need its own file. discussed with jsing
* Finish Hiding symbols in crypto.hbeck2024-04-101-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 teduderaadt2014-06-121-1/+2
|
* use explicit_bzero instead of a bizarro "no compiler could ever be smarttedu2014-04-151-70/+3
| | | | enough to optimize this" monstrosity.
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-8/+8
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* import of OpenSSL 0.9.8hdjm2008-09-061-5/+7
|
* import 0.9.7b (without idea and rc5)markus2003-05-111-0/+75