index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
mem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce new internal hashtable implementation
Neil Horman
2024-04-24
1
-0
/
+59
*
Windows: use srand() instead of srandom()
Tomas Mraz
2023-10-13
1
-1
/
+2
*
Improve Malloc Failure Test
Bernd Edlinger
2023-10-11
1
-2
/
+7
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Fix internal memory leaks from OPENSSL_MALLOC_FAILURES
Bernd Edlinger
2023-09-05
1
-2
/
+1
*
ERR: Make CRYPTO_malloc() and friends report ERR_R_MALLOC_FAILURE
Dr. David von Oheimb
2022-08-27
1
-3
/
+22
*
CRYPTO_mem_debug_push() and CRYPTO_mem_debug_pop() should return 0
Matt Caswell
2022-08-17
1
-2
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
mem: do not produce usage counts when tsan is unavailable.
Pauli
2022-01-13
1
-4
/
+10
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Memory allocator code cleanup
Davide Galassi
2020-02-10
1
-38
/
+28
*
Fix build when enabling mdebug options.
Rich Salz
2019-12-18
1
-8
/
+18
*
Deprecate most of debug-memory
Rich Salz
2019-12-14
1
-43
/
+51
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Create a FIPS provider and put SHA256 in it
Matt Caswell
2019-04-05
1
-6
/
+6
*
Following the license change, modify the boilerplates in crypto/
Richard Levitte
2018-12-06
1
-1
/
+1
*
crypto/mem.c: switch to tsan_assist.h in CRYPTO_MDEBUG.
Andy Polyakov
2018-08-07
1
-9
/
+9
*
Avoid unconditional store in CRYPTO_malloc.
knekritz
2018-03-06
1
-2
/
+8
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...
David von Oheimb
2018-01-09
1
-5
/
+8
*
Add CRYPTO_get_alloc_counts.
Rich Salz
2017-10-13
1
-0
/
+22
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-3
/
+3
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-0
/
+1
*
(Re)move some things from e_os.h
Rich Salz
2017-08-22
1
-2
/
+2
*
Use the return value from write(2)
Pauli
2017-07-04
1
-2
/
+5
*
crypto/mem.c: on Windows, use rand() instead of random()
Richard Levitte
2017-06-28
1
-0
/
+8
*
Removed ugly size_t less than zero check.
Hikar
2017-02-21
1
-1
/
+1
*
Fix symbol shadow
Richard Levitte
2017-02-17
1
-4
/
+4
*
Fix "failure rate" bugs
Rich Salz
2017-01-13
1
-5
/
+6
*
Add "random malloc failure" tooling
Rich Salz
2017-01-12
1
-0
/
+89
*
Convert memset calls to OPENSSL_cleanse
Matt Caswell
2016-06-30
1
-1
/
+1
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Fix CRYPTO_clear_realloc() bug.
Dr. Stephen Henson
2016-04-22
1
-2
/
+3
*
Build fix: remove cleanse_ctr
Rich Salz
2016-02-25
1
-12
/
+0
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-5
/
+2
*
Implement the use of heap manipulator implementions
Richard Levitte
2016-02-17
1
-34
/
+31
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Enable/disable crypto-mdebug just like other features
Viktor Dukhovni
2016-01-11
1
-5
/
+5
*
mem functions cleanup
Rich Salz
2016-01-07
1
-240
/
+96
*
Rename *_realloc_clean to *_clear_realloc
Rich Salz
2015-12-22
1
-1
/
+1
*
Also change the non-debug versions to use size_t
Kurt Roeckx
2015-12-22
1
-2
/
+2
*
Modify the lower level memory allocation routines to take size_t
Richard Levitte
2015-12-17
1
-14
/
+14
*
mem-cleanup, cont'd.
Rich Salz
2015-12-17
1
-22
/
+0
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-9
/
+0
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-03
1
-4
/
+11
*
Remove _locked memory functions.
Rich Salz
2015-08-26
1
-119
/
+0
*
More secure storage of key material.
Rich Salz
2015-06-23
1
-1
/
+72
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
[next]