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
*
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
*
Refactoring BIO: adapt BIO_s_connect and BIO_s_accept
Richard Levitte
2016-02-03
1
-147
/
+151
*
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
-5
/
+5
*
Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrl
Richard Levitte
2015-11-02
1
-11
/
+20
*
Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.
Andy Polyakov
2015-10-05
1
-4
/
+4
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-03
1
-8
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-2
/
+2
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-14
/
+7
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
free NULL cleanup
Rich Salz
2015-03-25
1
-4
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-543
/
+494
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-7
/
+1
*
RT3548: Remove unsupported platforms.
Rich Salz
2014-12-22
1
-1
/
+1
*
Constification.
Ben Laurie
2013-10-07
1
-1
/
+1
*
fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK state
Nils Larsch
2006-02-02
1
-1
/
+1
*
add missing parentheses
Nils Larsch
2005-04-27
1
-1
/
+1
*
Stop bogus shadowing warning.
Dr. Stephen Henson
2005-04-20
1
-2
/
+2
*
Give everything prototypes (well, everything that's actually used).
Ben Laurie
2005-03-31
1
-2
/
+2
*
Make prototypes for some callback pointers.
Richard Levitte
2004-03-25
1
-1
/
+1
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-3
/
+3
*
Make sure we get the definition of OPENSSL_NO_SOCK.
Richard Levitte
2003-03-21
1
-2
/
+2
[next]