Davide Galassi
|
210fe4edee
Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)
|
8 years ago |
Kurt Roeckx
|
2f545ae45d
Add support for reference counting using C11 atomics
|
8 years ago |
Matt Caswell
|
b39eda7ee6
Add a DSO_dsobyaddr() function
|
8 years ago |
Matt Caswell
|
cb6ea61c16
Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr
|
8 years ago |
FdaSilvaYY
|
b2b361f6af
Raise an Err when CRYPTO_THREAD_lock_new fails
|
8 years ago |
Rich Salz
|
d2e9e32018
Copyright consolidation 07/10
|
8 years ago |
Rich Salz
|
3d8b2ec42b
Remove several unused undocumented functions.
|
8 years ago |
Rich Salz
|
73decf5975
Make DSO opaque.
|
8 years ago |
Alessandro Ghedini
|
c74471d293
Convert CRYPTO_LOCK_DSO to new multi-threading API
|
8 years ago |
Dmitry-Me
|
edae9834b6
GH762: Reuse strdup()
|
8 years ago |
Rich Salz
|
f3f1cf8444
Move to REF_DEBUG, for consistency.
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
FdaSilvaYY
|
98637bd30e
Fix two possible leaks.
|
8 years ago |
Richard Levitte
|
31384753c7
Remove the "eay" c-file-style indicators
|
9 years ago |
Rich Salz
|
7644a9aef8
Rename some BUF_xxx to OPENSSL_xxx
|
9 years ago |
Rich Salz
|
b51bce9420
Add and use OPENSSL_zalloc
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Rich Salz
|
16f8d4ebf0
memset, memcpy, sizeof consistency fixes
|
9 years ago |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 years ago |
Rich Salz
|
efa7dd6444
free NULL cleanup 11
|
9 years ago |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 years ago |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 years ago |
Viktor Dukhovni
|
61986d32f3
Code style: space after 'if'
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Ben Laurie
|
dde5b979d2
Remove dead code. (Coverity ID 2)
|
16 years ago |
Ben Laurie
|
5ce278a77b
More type-checking.
|
16 years ago |
Bodo Möller
|
739a543ea8
Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)
|
19 years ago |
Andy Polyakov
|
c6cb42e4fb
"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.
|
19 years ago |
Andy Polyakov
|
a1f3462bc0
Oops! Remove junk...
|
19 years ago |
Andy Polyakov
|
68b64fb610
Add DSO_global_lookup_func implementation. See commentary in dso_lib.c
|
19 years ago |