Dr. David von Oheimb
|
d318fc9545
DOC: Slightly improve the documentation of BIO_lookup() and related functions
|
3 éve |
Matt Caswell
|
3c2bdd7df9
Update copyright year
|
3 éve |
Rich Salz
|
cd3f8c1b11
Always check CRYPTO_LOCK_{read,write}_lock
|
3 éve |
Tomas Mraz
|
12b4e5821d
Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcrypto
|
3 éve |
Richard Levitte
|
256d41d437
BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of gai_strerror()
|
4 éve |
Richard Levitte
|
a150f8e1fc
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
|
4 éve |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 éve |
Matt Caswell
|
eec0ad10b9
Update copyright year
|
4 éve |
drgler
|
99501e817c
Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERV
|
4 éve |
Viktor Szakats
|
be66a15cc1
Fix unused goto label gcc warning
|
5 éve |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 éve |
Tomas Mraz
|
91cb81d40a
BIO_lookup_ex: Do not retry on EAI_MEMORY
|
5 éve |
Tomas Mraz
|
7f616a00e9
BIO_lookup_ex: Always retry the lookup on failure with AI_NUMERICHOST set
|
5 éve |
Rich Salz
|
ff988500c2
Replace FUNCerr with ERR_raise_data
|
5 éve |
Rich Salz
|
46160e6fb9
Deprecate SYSerr, add new FUNCerr macro
|
5 éve |
Rich Salz
|
56c3a135b2
Add ERR_put_func_error, and use it.
|
5 éve |
Matt Caswell
|
a2e520447e
Move a fall through comment
|
5 éve |
Tomas Mraz
|
3f91ede9ae
BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo fails
|
5 éve |
Tomas Mraz
|
b8472b4e67
Use AI_ADDRCONFIG hint with getaddrinfo if available.
|
5 éve |
Klotz, Tobias
|
5c8b7b4caa
Cleanup vxworks support to be able to compile for VxWorks 7
|
6 éve |
Richard Levitte
|
09abbca13f
Following the license change, modify the boilerplates in crypto/bio/
|
6 éve |
Bernd Edlinger
|
eb2b989206
Ensure the thread keys are always allocated in the same order
|
6 éve |
Andy Polyakov
|
55bd917bc4
bio/b_addr.c: resolve HP-UX compiler warnings.
|
6 éve |
Rich Salz
|
cdb10bae3f
Set error code on alloc failures
|
6 éve |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 éve |
Benjamin Kaduk
|
63ab5ea13b
Revert the crypto "global lock" implementation
|
6 éve |
Rich Salz
|
cbe2964821
Consistent formatting for sizeof(foo)
|
7 éve |
Andy Polyakov
|
3a63c0edab
Resolve warnings in VC-WIN32 build, which allows to add /WX.
|
7 éve |
Rich Salz
|
ed6b2c7938
Add CRYPTO_thread_glock_new
|
7 éve |
Zhu Qun-Ying
|
177503752b
Fixed address family test error for AF_UNIX in BIO_ADDR_make
|
7 éve |