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
*
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
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-2
/
+10
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Fix CRYPTO_strdup
Loganaden Velvindron
2015-04-22
1
-0
/
+3
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-303
/
+342
*
Fix datarace reported by valgrind/helgrind
Russell Coker
2014-11-10
1
-4
/
+8
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-3
/
+1
*
Check for potentially exploitable overflows in asn1_d2i_read_bio
Dr. Stephen Henson
2012-04-19
1
-0
/
+4
*
No need to disable leak checking for FIPS builds now we use internal
Dr. Stephen Henson
2011-04-12
1
-1
/
+1
*
Add additional OPENSSL_init() handling add dummy call to (hopefully)
Dr. Stephen Henson
2011-04-01
1
-0
/
+3
*
Move locking and thread ID functions into new files lock.c and thr_id.c,
Dr. Stephen Henson
2011-01-27
1
-1
/
+1
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-15
/
+15
*
Fix prototypes.
Dr. Stephen Henson
2008-11-02
1
-2
/
+2
*
size_tification.
Ben Laurie
2008-11-01
1
-13
/
+13
*
Add JPAKE.
Ben Laurie
2008-10-26
1
-0
/
+7
*
Profiling revealed that OPENSSL_cleanse consumes *more* CPU time than
Andy Polyakov
2007-05-14
1
-2
/
+8
*
CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL
Richard Levitte
2003-12-01
1
-4
/
+4
*
In realloc, don't destroy the old memory area if a new one couldn't be
Richard Levitte
2003-10-07
1
-3
/
+7
[next]