Rich Salz
|
bbd86bf542
mem functions cleanup
|
před 8 roky |
Rich Salz
|
c99de0533d
Rename *_realloc_clean to *_clear_realloc
|
před 9 roky |
Kurt Roeckx
|
f5d97098a4
Also change the non-debug versions to use size_t
|
před 9 roky |
Richard Levitte
|
ff8428561a
Modify the lower level memory allocation routines to take size_t
|
před 9 roky |
Rich Salz
|
33eaf4c27e
mem-cleanup, cont'd.
|
před 9 roky |
Rich Salz
|
7644a9aef8
Rename some BUF_xxx to OPENSSL_xxx
|
před 9 roky |
Rich Salz
|
b51bce9420
Add and use OPENSSL_zalloc
|
před 9 roky |
Rich Salz
|
4c42ebd2f3
Remove _locked memory functions.
|
před 9 roky |
Rich Salz
|
74924dcb38
More secure storage of key material.
|
před 9 roky |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
před 9 roky |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
před 9 roky |
Rich Salz
|
4b45c6e52b
free cleanup almost the finale
|
před 9 roky |
Rich Salz
|
b196e7d936
remove malloc casts
|
před 9 roky |
Loganaden Velvindron
|
8031d26b0c
Fix CRYPTO_strdup
|
před 9 roky |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
před 9 roky |
Russell Coker
|
f8ae603238
Fix datarace reported by valgrind/helgrind
|
před 15 roky |
Ben Laurie
|
71fa451343
Version skew reduction: trivia (I hope).
|
před 12 roky |
Dr. Stephen Henson
|
d9a9d10f4f
Check for potentially exploitable overflows in asn1_d2i_read_bio
|
před 12 roky |
Dr. Stephen Henson
|
364ce53cef
No need to disable leak checking for FIPS builds now we use internal
|
před 13 roky |
Dr. Stephen Henson
|
c4acfb1fd0
Add additional OPENSSL_init() handling add dummy call to (hopefully)
|
před 13 roky |
Dr. Stephen Henson
|
ad6019d6c0
Move locking and thread ID functions into new files lock.c and thr_id.c,
|
před 13 roky |
Geoff Thorpe
|
6343829a39
Revert the size_t modifications from HEAD that had led to more
|
před 16 roky |
Dr. Stephen Henson
|
2766515fca
Fix prototypes.
|
před 16 roky |
Ben Laurie
|
4d6e1e4f29
size_tification.
|
před 16 roky |
Ben Laurie
|
6caa4edd3e
Add JPAKE.
|
před 16 roky |
Andy Polyakov
|
b2dba9bf1f
Profiling revealed that OPENSSL_cleanse consumes *more* CPU time than
|
před 17 roky |
Richard Levitte
|
6781efb92f
CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL
|
před 21 roky |
Richard Levitte
|
83eb412da8
In realloc, don't destroy the old memory area if a new one couldn't be
|
před 21 roky |
Richard Levitte
|
d5234c7b3a
Make sure the memory allocation routines check for negative sizes
|
před 22 roky |
Richard Levitte
|
4579924b7e
Cleanse memory using the new OPENSSL_cleanse() function.
|
před 22 roky |