summaryrefslogtreecommitdiffstats
path: root/crypto/mem_sec.c
AgeCommit message (Expand)Author
2017-03-02sh_malloc & sh_free prototype change to match POSIXRich Salz
2017-02-21Ensure minsize >= sizeof(SH_LIST)Pauli
2017-02-14Prevent allocations of size 0 in sh_init, which are not possible with the def...Guido Vranken
2016-05-17Copyright consolidation 06/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-02Secure memory fixesTodd Short
2016-03-08Convert mem_dbg and mem_sec to the new Thread APIMatt Caswell
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-17RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free()David Woodhouse
2016-02-17Implement the use of heap manipulator implementionsRichard Levitte
2016-02-10Make sure to always include string.h so memset gets declared.Richard Levitte
2016-01-27Add CRYPTO_secure_zallocRich Salz
2016-01-09RT41897: Add an CRYPTO_secure_actual_sizeRich Salz
2016-01-07mem functions cleanupRich Salz
2015-12-17Modify the lower level memory allocation routines to take size_tRichard Levitte
2015-12-16Rename sec_mem to mem_sec, like other files.Rich Salz