index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
bss_acpt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+1
*
Exclude IPv6 code using OPENSSL_USE_IPV6 instead of AF_INET6
Max Bachmann
2022-05-09
1
-2
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Add TFO support to socket BIO and s_client/s_server
Todd Short
2022-03-10
1
-0
/
+4
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
bio: remove TODOs
Pauli
2021-06-02
1
-2
/
+0
*
BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on cre...
Dr. David von Oheimb
2021-05-29
1
-3
/
+9
*
Deprecate old style BIO callback calls
Tomas Mraz
2021-05-26
1
-1
/
+5
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-4
/
+4
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-6
/
+6
*
Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.c
Dr. David von Oheimb
2020-06-16
1
-2
/
+4
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
BIO_do_accept: correct error return value
scott
2020-04-14
1
-6
/
+7
*
Teach more BIOs how to handle BIO_CTRL_EOF
Matt Caswell
2020-02-04
1
-1
/
+6
*
Replace BUF_ string function calls with OPENSSL_ ones
Rich Salz
2019-10-17
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Replace FUNCerr with ERR_raise_data
Rich Salz
2019-08-02
1
-4
/
+3
*
Deprecate SYSerr, add new FUNCerr macro
Rich Salz
2019-07-22
1
-1
/
+1
*
Add ERR_put_func_error, and use it.
Rich Salz
2019-07-22
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/bio/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add missing error code when alloc-return-null
FdaSilvaYY
2018-04-26
1
-1
/
+3
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
1
-0
/
+2
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
1
-3
/
+0
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Avoid leaking peername data via accept BIOs
Viktor Dukhovni
2018-02-09
1
-0
/
+5
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-18
1
-2
/
+2
*
Address some code-analysis issues.
FdaSilvaYY
2017-12-08
1
-1
/
+0
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-14
/
+14
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-2
/
+2
*
Remove some commented out code in libcrypto
Matt Caswell
2017-02-28
1
-6
/
+0
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+2
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+2
*
Adapt BIO_new_accept() to call BIO_set_accept_name()
jamercee
2016-08-10
1
-1
/
+1
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Fix BIO_set_nbio_accept()
Richard Levitte
2016-04-28
1
-4
/
+5
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-2
/
+2
*
Refactoring BIO: adapt BIO_s_connect and BIO_s_accept
Richard Levitte
2016-02-03
1
-120
/
+271
*
Temporary pragma to have GCC quiet down about deprecated functions
Richard Levitte
2016-02-03
1
-0
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-1
/
+1
*
Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.
Andy Polyakov
2015-10-05
1
-6
/
+6
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-02
1
-3
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-05
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-6
/
+3
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
free NULL cleanup
Rich Salz
2015-03-25
1
-8
/
+4
*
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
1
-6
/
+6
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-366
/
+351
[next]