index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
mem_sec.c
Age
Commit message (
Expand
)
Author
2022-10-11
Update copyright year
Matt Caswell
2022-07-26
Fix UWP builds by defining VirtualLock
Charles Milette
2021-04-08
Update copyright year
Matt Caswell
2021-04-07
Remove locking in CRYPTO_secure_allocated()
Pauli
2021-04-07
Make the lock in CRYPTO_secure_allocated() a read lock
Pauli
2021-03-14
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2020-12-08
Add MAP_CONCEAL from OpenBSD which has similar purpose but on mmap
David Carlier
2020-12-08
CRYPTO_secure_malloc_init: Add FreeBSD support for secure-malloc dont-dump-re...
David Carlier
2020-10-22
Implement OpenSSL secure memory for Windows
Jeremiah Gowdy
2020-06-23
Fix wrong return value check of mmap function
Tristan Bauer
2020-04-23
Update copyright year
Matt Caswell
2020-02-26
secmem: ignore small minsize arguments to CRYPTO_secure_malloc_init().
Pauli
2020-02-26
Mem-sec small code adjustment
Davide Galassi
2020-02-14
Make secure-memory be a config option
Rich Salz
2020-02-05
Make minimum size for secure memory a size_t.
Pauli
2019-05-02
Use vxRandLib for VxWorks7
Klotz, Tobias
2018-12-06
Following the license change, modify the boilerplates in crypto/
Richard Levitte
2018-10-05
test/secmemtest: test secure memory only if it is implemented
Dr. Matthias St. Pierre
2018-08-22
Zero memory in CRYPTO_secure_malloc.
Pauli
2018-05-11
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-03-12
mem_sec.c: portability fixup.
Andy Polyakov
2018-03-03
mem_sec.c: portability fixup.
Andy Polyakov
2018-02-26
mem_sec.c: relax POSIX requirement.
Andy Polyakov
2018-01-31
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-21
Add a configure option to opt-out secure memory
Bernd Edlinger
2018-01-19
Copyright update of more files that have changed this year
Richard Levitte
2018-01-18
Only implement secure malloc if _POSIX_VERSION allows
Richard Levitte
2017-12-07
Consistent formatting for sizeof(foo)
Rich Salz
2017-08-31
Add CRYPTO_thread_glock_new
Rich Salz
2017-08-30
Move e_os.h to be the very first include.
Pauli
2017-08-22
Use "" not <> on e_os.h include
Rich Salz
2017-07-29
Implement the CRYPTO_secure_clear_free function
Bernd Edlinger
2017-06-30
Cleanup some copyright stuff
Rich Salz
2017-05-20
Tweak sec_mem tests
Todd Short
2017-05-11
Fix infinite loops in secure memory allocation.
Todd Short
2017-04-06
Add support for MLOCK_ONFAULT to secure arena
Todd Short
2017-03-02
sh_malloc & sh_free prototype change to match POSIX
Rich Salz
2017-02-21
Ensure minsize >= sizeof(SH_LIST)
Pauli
2017-02-14
Prevent allocations of size 0 in sh_init, which are not possible with the def...
Guido Vranken
2016-05-17
Copyright consolidation 06/10
Rich Salz
2016-05-16
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-02
Secure memory fixes
Todd Short
2016-03-08
Convert mem_dbg and mem_sec to the new Thread API
Matt Caswell
2016-02-22
Remove unused parameters from internal functions
Rich Salz
2016-02-17
RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free()
David Woodhouse
2016-02-17
Implement the use of heap manipulator implementions
Richard Levitte
2016-02-10
Make sure to always include string.h so memset gets declared.
Richard Levitte
2016-01-27
Add CRYPTO_secure_zalloc
Rich Salz
2016-01-09
RT41897: Add an CRYPTO_secure_actual_size
Rich Salz
2016-01-07
mem functions cleanup
Rich Salz
[next]