summaryrefslogtreecommitdiffstats
path: root/crypto/mem_sec.c
AgeCommit message (Expand)Author
2018-08-23Zero memory in CRYPTO_secure_malloc.Pauli
2018-03-27Update copyright yearMatt Caswell
2018-03-03mem_sec.c: portability fixup.Andy Polyakov
2018-02-26mem_sec.c: relax POSIX requirement.Andy Polyakov
2018-01-21Add a configure option to opt-out secure memoryBernd Edlinger
2018-01-18Only implement secure malloc if _POSIX_VERSION allowsRichard Levitte
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-07-29Implement the CRYPTO_secure_clear_free function.Bernd Edlinger
2017-05-22Fix infinite loops in secure memory allocation.Todd Short
2017-02-21Ensure minsize >= sizeof(SH_LIST)Pauli
2017-02-14Prevent allocations of size 0 in sh_init.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