Bernd Edlinger
|
eb2b989206
Ensure the thread keys are always allocated in the same order
|
6 years ago |
Andy Polyakov
|
55bd917bc4
bio/b_addr.c: resolve HP-UX compiler warnings.
|
6 years ago |
Rich Salz
|
cdb10bae3f
Set error code on alloc failures
|
6 years ago |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 years ago |
Benjamin Kaduk
|
63ab5ea13b
Revert the crypto "global lock" implementation
|
6 years ago |
Rich Salz
|
cbe2964821
Consistent formatting for sizeof(foo)
|
7 years ago |
Andy Polyakov
|
3a63c0edab
Resolve warnings in VC-WIN32 build, which allows to add /WX.
|
7 years ago |
Rich Salz
|
ed6b2c7938
Add CRYPTO_thread_glock_new
|
7 years ago |
Zhu Qun-Ying
|
177503752b
Fixed address family test error for AF_UNIX in BIO_ADDR_make
|
7 years ago |
Rich Salz
|
176db6dc51
Use "" not <> for internal/ includes
|
7 years ago |
Pauli
|
a1df06b363
This has been added to avoid the situation where some host ctype.h functions
|
7 years ago |
Matt Caswell
|
638c2dd0ab
Updates following feedback on OPENSSL_assert() removal
|
7 years ago |
Matt Caswell
|
86f31dd9cc
Remove OPENSSL_assert() from various crypto/bio files
|
7 years ago |
Matt Caswell
|
561f6f1ed2
Address review feedback for the SCTP changes
|
7 years ago |
Matt Caswell
|
e829142846
Document BIO_lookup_ex()
|
7 years ago |
Matt Caswell
|
5114d8227e
Add a BIO_lookup_ex() function
|
7 years ago |
FdaSilvaYY
|
69687aa829
More typo fixes
|
7 years ago |
Andy Polyakov
|
3e49ee23ea
bio/b_addr.c: omit private hstrerror.
|
7 years ago |
Richard Levitte
|
7d9533bfa2
HP-UX doesn't have hstrerror(), so make our own for that platform
|
8 years ago |
Matt Caswell
|
135648bcd0
Fix mem leaks during auto-deinit
|
8 years ago |
Rich Salz
|
5a7ad1f08b
Move BIO index lock creation
|
8 years ago |
Rich Salz
|
8b8d963db5
Add BIO_get_new_index()
|
8 years ago |
Richard Levitte
|
c2e4e5d248
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
|
8 years ago |
Ben Laurie
|
cbddeebe49
Some interfaces may have IPv6 addresses even if an IPv6 address is not
|
8 years ago |
Matt Caswell
|
7fb4b92c01
Avoid type punning warnings in b_addr.c
|
8 years ago |
Matt Caswell
|
24854e0117
Fix some malloc failures in b_addr.c
|
8 years ago |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
8 years ago |
Viktor Dukhovni
|
5c4328f04f
Fold threads.h into crypto.h making API public
|
8 years ago |
J Mohan Rao Arisankala
|
cb1d435cac
few missing allocation failure checks and releases on error paths
|
8 years ago |
Matt Caswell
|
138388fe33
Check for failed malloc in BIO_ADDR_new
|
8 years ago |