]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/mem_sec.c
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / crypto / mem_sec.c
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.