Avoid errors when loading a cert multiple times.
[openssl.git] / crypto / mem_sec.c
2018-03-27 Matt CaswellUpdate copyright year
2018-03-03 Andy Polyakovmem_sec.c: portability fixup.
2018-02-26 Andy Polyakovmem_sec.c: relax POSIX requirement.
2018-01-21 Bernd EdlingerAdd a configure option to opt-out secure memory
2018-01-18 Richard LevitteOnly implement secure malloc if _POSIX_VERSION allows
2017-12-08 Rich SalzStandardize syntax of sizeof(foo)
2017-07-29 Bernd EdlingerImplement the CRYPTO_secure_clear_free function.
2017-05-22 Todd ShortFix infinite loops in secure memory allocation.
2017-02-21 PauliEnsure minsize >= sizeof(SH_LIST)
2017-02-14 Guido VrankenPrevent allocations of size 0 in sh_init.
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-02 Todd ShortSecure memory fixes
2016-03-08 Matt CaswellConvert mem_dbg and mem_sec to the new Thread API
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-17 David WoodhouseRT4313: Fix build for !IMPLEMENTED code path in CRYPTO_...
2016-02-17 Richard LevitteImplement the use of heap manipulator implementions
2016-02-10 Richard LevitteMake sure to always include string.h so memset gets...
2016-01-28 Rich SalzAdd CRYPTO_secure_zalloc
2016-01-10 Rich SalzRT41897: Add an CRYPTO_secure_actual_size
2016-01-07 Rich Salzmem functions cleanup
2015-12-17 Richard LevitteModify the lower level memory allocation routines to...
2015-12-17 Rich SalzRename sec_mem to mem_sec, like other files.