Rich Salz
|
7644a9aef8
Rename some BUF_xxx to OPENSSL_xxx
|
9 年之前 |
Rich Salz
|
b51bce9420
Add and use OPENSSL_zalloc
|
9 年之前 |
Rich Salz
|
4c42ebd2f3
Remove _locked memory functions.
|
9 年之前 |
Rich Salz
|
74924dcb38
More secure storage of key material.
|
9 年之前 |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 年之前 |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 年之前 |
Rich Salz
|
4b45c6e52b
free cleanup almost the finale
|
9 年之前 |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 年之前 |
Loganaden Velvindron
|
8031d26b0c
Fix CRYPTO_strdup
|
9 年之前 |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 年之前 |
Russell Coker
|
f8ae603238
Fix datarace reported by valgrind/helgrind
|
15 年之前 |
Ben Laurie
|
71fa451343
Version skew reduction: trivia (I hope).
|
12 年之前 |
Dr. Stephen Henson
|
d9a9d10f4f
Check for potentially exploitable overflows in asn1_d2i_read_bio
|
12 年之前 |
Dr. Stephen Henson
|
364ce53cef
No need to disable leak checking for FIPS builds now we use internal
|
13 年之前 |
Dr. Stephen Henson
|
c4acfb1fd0
Add additional OPENSSL_init() handling add dummy call to (hopefully)
|
13 年之前 |
Dr. Stephen Henson
|
ad6019d6c0
Move locking and thread ID functions into new files lock.c and thr_id.c,
|
14 年之前 |
Geoff Thorpe
|
6343829a39
Revert the size_t modifications from HEAD that had led to more
|
16 年之前 |
Dr. Stephen Henson
|
2766515fca
Fix prototypes.
|
16 年之前 |
Ben Laurie
|
4d6e1e4f29
size_tification.
|
16 年之前 |
Ben Laurie
|
6caa4edd3e
Add JPAKE.
|
16 年之前 |
Andy Polyakov
|
b2dba9bf1f
Profiling revealed that OPENSSL_cleanse consumes *more* CPU time than
|
17 年之前 |
Richard Levitte
|
6781efb92f
CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL
|
21 年之前 |
Richard Levitte
|
83eb412da8
In realloc, don't destroy the old memory area if a new one couldn't be
|
21 年之前 |
Richard Levitte
|
d5234c7b3a
Make sure the memory allocation routines check for negative sizes
|
22 年之前 |
Richard Levitte
|
4579924b7e
Cleanse memory using the new OPENSSL_cleanse() function.
|
22 年之前 |
Richard Levitte
|
df29cc8f77
Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler
|
22 年之前 |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 年之前 |
Richard Levitte
|
0472883cc2
If CRYPTO_realloc() is called with a NULL pointer, have it call
|
22 年之前 |
Bodo Möller
|
b93642c5cc
No functional change, but slightly improved code clarity.
|
24 年之前 |
Bodo Möller
|
a5435e8b29
After discussion with Richard, change the new API for extended memory
|
24 年之前 |