Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / mem_sec.c
2023-12-01 Neil HormanAdd locking to CRYPTO_secure_used
2023-09-07 Matt CaswellCopyright year updates
2023-06-12 James KnightIntroduce [HAVE_/NO_]MADVISE defines
2023-01-12 Tomas MrazDo not check definition of a macro and use it in a...
2022-10-05 Richard LevitteAdapt CRYPTO_secure_malloc() like CRYPTO_malloc()
2022-07-26 Charles MiletteFix UWP builds by defining VirtualLock
2022-05-03 Matt CaswellUpdate copyright year
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-04-08 Matt CaswellUpdate copyright year
2021-04-07 PauliRemove locking in CRYPTO_secure_allocated()
2021-04-07 PauliMake the lock in CRYPTO_secure_allocated() a read lock
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2020-12-08 David CarlierAdd MAP_CONCEAL from OpenBSD which has similar purpose...
2020-12-08 David CarlierCRYPTO_secure_malloc_init: Add FreeBSD support for...
2020-10-22 Jeremiah GowdyImplement OpenSSL secure memory for Windows
2020-06-23 Tristan BauerFix wrong return value check of mmap function
2020-04-23 Matt CaswellUpdate copyright year
2020-02-26 Paulisecmem: ignore small minsize arguments to CRYPTO_secure...
2020-02-26 Davide GalassiMem-sec small code adjustment
2020-02-14 Rich SalzMake secure-memory be a config option
2020-02-04 PauliMake minimum size for secure memory a size_t.
2019-05-02 Klotz, TobiasUse vxRandLib for VxWorks7
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-05 Dr. Matthias St... test/secmemtest: test secure memory only if it is imple...
2018-08-21 PauliZero memory in CRYPTO_secure_malloc.
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-03-12 Andy Polyakovmem_sec.c: portability fixup.
2018-03-03 Andy Polyakovmem_sec.c: portability fixup.
2018-02-26 Andy Polyakovmem_sec.c: relax POSIX requirement.
2018-01-31 Benjamin KadukRevert the crypto "global lock" implementation
2018-01-21 Bernd EdlingerAdd a configure option to opt-out secure memory
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-18 Richard LevitteOnly implement secure malloc if _POSIX_VERSION allows
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-08-31 Rich SalzAdd CRYPTO_thread_glock_new
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-22 Rich SalzUse "" not <> on e_os.h include
2017-07-29 Bernd EdlingerImplement the CRYPTO_secure_clear_free function
2017-07-01 Rich SalzCleanup some copyright stuff
2017-05-21 Todd ShortTweak sec_mem tests
2017-05-11 Todd ShortFix infinite loops in secure memory allocation.
2017-04-06 Todd ShortAdd support for MLOCK_ONFAULT to secure arena
2017-03-03 Rich Salzsh_malloc & sh_free prototype change to match POSIX
2017-02-21 PauliEnsure minsize >= sizeof(SH_LIST)
2017-02-14 Guido VrankenPrevent allocations of size 0 in sh_init, which are...
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.