Max Bachmann
|
836bb0890d
Exclude IPv6 code using OPENSSL_USE_IPV6 instead of AF_INET6
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Todd Short
|
a3e53d5683
Add TFO support to socket BIO and s_client/s_server
|
3 years ago |
Matt Caswell
|
38fc02a708
Update copyright year
|
3 years ago |
Pauli
|
1c8c5d4755
bio: remove TODOs
|
3 years ago |
Dr. David von Oheimb
|
24c07e5055
BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on creating accept socket
|
3 years ago |
Tomas Mraz
|
0800318a0c
Deprecate old style BIO callback calls
|
3 years ago |
Richard Levitte
|
a150f8e1fc
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
|
4 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Dr. David von Oheimb
|
3f528d0899
Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.c
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
scott
|
0437435a96
BIO_do_accept: correct error return value
|
4 years ago |
Matt Caswell
|
6d53ad6b5c
Teach more BIOs how to handle BIO_CTRL_EOF
|
4 years ago |
Rich Salz
|
3d48457478
Replace BUF_ string function calls with OPENSSL_ ones
|
5 years ago |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 years ago |
Rich Salz
|
ff988500c2
Replace FUNCerr with ERR_raise_data
|
5 years ago |
Rich Salz
|
46160e6fb9
Deprecate SYSerr, add new FUNCerr macro
|
5 years ago |
Rich Salz
|
56c3a135b2
Add ERR_put_func_error, and use it.
|
5 years ago |
Richard Levitte
|
09abbca13f
Following the license change, modify the boilerplates in crypto/bio/
|
6 years ago |
FdaSilvaYY
|
f06080cb3d
Add missing error code when alloc-return-null
|
6 years ago |
Rich Salz
|
e6e9170d6e
Allow NULL for some _free routines.
|
6 years ago |
Matt Caswell
|
320a81277e
Remove some code for a contributor that we cannot find
|
6 years ago |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 years ago |
Viktor Dukhovni
|
4e0752535e
Avoid leaking peername data via accept BIOs
|
6 years ago |
Daniel Bevenius
|
b4ff66223b
Add comments to NULL func ptrs in bio_method_st
|
7 years ago |
FdaSilvaYY
|
a0fda2cf2d
Address some code-analysis issues.
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 years ago |
Matt Caswell
|
7f517c2676
Remove some commented out code in libcrypto
|
7 years ago |
Matt Caswell
|
3befffa39d
Create BIO_write_ex() which handles size_t arguments
|
8 years ago |