index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
bss_conn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
BIO_s_connect: Do not set keepalive on dgram sockets
Hugo Landau
2024-04-02
1
-3
/
+7
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Minor updates
Hugo Landau
2023-09-01
1
-6
/
+13
*
BIO: Add BIO_dgram_detect_peer_addr API
Hugo Landau
2023-09-01
1
-0
/
+1
*
BIO_s_connect: Support configuration of non-blocking mode in datagram mode
Hugo Landau
2023-09-01
1
-0
/
+4
*
BIO_s_connect: Add support for datagram mode
Hugo Landau
2023-09-01
1
-1
/
+170
*
BIO_s_connect: Make internal functions static
Hugo Landau
2023-09-01
1
-4
/
+4
*
Add support for KTLS zerocopy sendfile on Linux
Maxim Mikityanskiy
2022-11-24
1
-0
/
+5
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+1
*
Fix KTLS with BIO_new_connect
Bernd Edlinger
2022-05-17
1
-1
/
+14
*
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
/
+28
*
BIO_s_connect(): Enable BIO_gets()
Dr. David von Oheimb
2021-11-15
1
-1
/
+52
*
bio: remove TODOs
Pauli
2021-06-02
1
-2
/
+0
*
Replace some of the ERR_clear_error() calls with mark calls
Tomas Mraz
2021-05-13
1
-3
/
+5
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Correct the return value of BIO_get_ktls_*().
John Baldwin
2021-02-19
1
-3
/
+3
*
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
-8
/
+8
*
Slightly abstract ktls_start() to reduce OS-specific #ifdefs.
John Baldwin
2020-09-06
1
-7
/
+1
*
Fix the socket BIO control methods to use ktls_crypto_info_t.
John Baldwin
2020-09-06
1
-8
/
+6
*
Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_address
Dr. David von Oheimb
2020-06-16
1
-7
/
+18
*
Make BIO_do_connect() and friends handle multiple IP addresses
Dr. David von Oheimb
2020-06-01
1
-1
/
+10
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Support KTLS on connections using BIO_TYPE_CONNECT.
John Baldwin
2020-03-16
1
-2
/
+52
*
Teach more BIOs how to handle BIO_CTRL_EOF
Matt Caswell
2020-02-04
1
-0
/
+5
*
BIO_s_connect: add an error state and use it
Richard Levitte
2019-11-02
1
-1
/
+8
*
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
-12
/
+9
*
Deprecate SYSerr, add new FUNCerr macro
Rich Salz
2019-07-22
1
-3
/
+3
*
Add ERR_put_func_error, and use it.
Rich Salz
2019-07-22
1
-3
/
+3
*
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
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
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
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-17
1
-1
/
+1
*
Fix invalid function type casts.
Bernd Edlinger
2017-12-15
1
-10
/
+8
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-16
/
+16
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-2
/
+2
*
Remove some #if 0 code in ssl, crypto/bio
Todd Short
2017-02-28
1
-9
/
+1
*
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
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
BIO socket connect failure was not handled correctly.
Davide Galassi
2016-04-20
1
-1
/
+1
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-2
/
+2
*
GH678: Add a few more zalloc
FdaSilvaYY
2016-02-22
1
-6
/
+0
[next]