aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/mem_sec.c
Commit message (Expand)AuthorAgeFilesLines
* Use "" not <> on e_os.h includeRich Salz2017-08-221-1/+1
* Implement the CRYPTO_secure_clear_free functionBernd Edlinger2017-07-291-0/+27
* Cleanup some copyright stuffRich Salz2017-06-301-5/+1
* Tweak sec_mem testsTodd Short2017-05-201-1/+0
* Fix infinite loops in secure memory allocation.Todd Short2017-05-111-3/+12
* Add support for MLOCK_ONFAULT to secure arenaTodd Short2017-04-061-0/+16
* sh_malloc & sh_free prototype change to match POSIXRich Salz2017-03-021-5/+5
* Ensure minsize >= sizeof(SH_LIST)Pauli2017-02-211-1/+4
* Prevent allocations of size 0 in sh_init, which are not possible with the def...Guido Vranken2017-02-141-0/+4
* Copyright consolidation 06/10Rich Salz2016-05-171-0/+9
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Secure memory fixesTodd Short2016-05-021-35/+35
* Convert mem_dbg and mem_sec to the new Thread APIMatt Caswell2016-03-081-14/+17
* Remove unused parameters from internal functionsRich Salz2016-02-221-5/+5
* RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free()David Woodhouse2016-02-171-1/+1
* Implement the use of heap manipulator implementionsRichard Levitte2016-02-171-2/+2
* Make sure to always include string.h so memset gets declared.Richard Levitte2016-02-101-1/+2
* Add CRYPTO_secure_zallocRich Salz2016-01-271-0/+9
* RT41897: Add an CRYPTO_secure_actual_sizeRich Salz2016-01-091-0/+13
* mem functions cleanupRich Salz2016-01-071-0/+9
* Modify the lower level memory allocation routines to take size_tRichard Levitte2015-12-171-1/+1
* Rename sec_mem to mem_sec, like other files.Rich Salz2015-12-161-0/+538