aboutsummaryrefslogtreecommitdiff
path: root/crypto/mem_sec.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-4/+4
2018-03-12mem_sec.c: portability fixup.Andy Polyakov1-2/+4
2018-03-03mem_sec.c: portability fixup.Andy Polyakov1-0/+3
2018-02-26mem_sec.c: relax POSIX requirement.Andy Polyakov1-1/+3
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-1/+1
2018-01-21Add a configure option to opt-out secure memoryBernd Edlinger1-1/+1
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-18Only implement secure malloc if _POSIX_VERSION allowsRichard Levitte1-1/+3
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-3/+3
2017-08-31Add CRYPTO_thread_glock_newRich Salz1-1/+1
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-22Use "" not <> on e_os.h includeRich Salz1-1/+1
2017-07-29Implement the CRYPTO_secure_clear_free functionBernd Edlinger1-0/+27
2017-06-30Cleanup some copyright stuffRich Salz1-5/+1
2017-05-20Tweak sec_mem testsTodd Short1-1/+0
2017-05-11Fix infinite loops in secure memory allocation.Todd Short1-3/+12
2017-04-06Add support for MLOCK_ONFAULT to secure arenaTodd Short1-0/+16
2017-03-02sh_malloc & sh_free prototype change to match POSIXRich Salz1-5/+5
2017-02-21Ensure minsize >= sizeof(SH_LIST)Pauli1-1/+4
2017-02-14Prevent allocations of size 0 in sh_init, which are not possible with the def...Guido Vranken1-0/+4
2016-05-17Copyright consolidation 06/10Rich Salz1-0/+9
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0
2016-05-02Secure memory fixesTodd Short1-35/+35
2016-03-08Convert mem_dbg and mem_sec to the new Thread APIMatt Caswell1-14/+17
2016-02-22Remove unused parameters from internal functionsRich Salz1-5/+5
2016-02-17RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free()David Woodhouse1-1/+1
2016-02-17Implement the use of heap manipulator implementionsRichard Levitte1-2/+2
2016-02-10Make sure to always include string.h so memset gets declared.Richard Levitte1-1/+2
2016-01-27Add CRYPTO_secure_zallocRich Salz1-0/+9
2016-01-09RT41897: Add an CRYPTO_secure_actual_sizeRich Salz1-0/+13
2016-01-07mem functions cleanupRich Salz1-0/+9
2015-12-17Modify the lower level memory allocation routines to take size_tRichard Levitte1-1/+1
2015-12-16Rename sec_mem to mem_sec, like other files.Rich Salz1-0/+538