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
/
ssl
/
bio_ssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-18
1
-3
/
+3
*
Fix invalid function type casts.
Bernd Edlinger
2017-12-15
1
-18
/
+4
*
Make BIO_METHOD struct definitions consistent
Daniel Bevenius
2017-12-09
1
-1
/
+2
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-17
/
+17
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-1
/
+1
*
Get pointer type right in BIO_ssl_shutdown()
Rich Salz
2017-03-07
1
-8
/
+9
*
Remove some #if 0 code in ssl, crypto/bio
Todd Short
2017-02-28
1
-9
/
+1
*
Implement SSL_read_ex() and SSL_write_ex() as documented.
Kurt Roeckx
2017-02-23
1
-2
/
+2
*
Test the size_t constant time functions
Matt Caswell
2016-11-04
1
-4
/
+0
*
Remove a stray TODO that has already been fixed
Matt Caswell
2016-11-04
1
-6
/
+1
*
Convert SSL BIO to use SSL_write_ex().
Matt Caswell
2016-11-04
1
-13
/
+5
*
Tweaks based on review feedback of BIO size_t work
Matt Caswell
2016-10-28
1
-14
/
+14
*
Fix a shadowed variable declaration warning
Matt Caswell
2016-10-28
1
-3
/
+3
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-12
/
+16
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-3
/
+13
*
Fix BIO_pop for SSL BIOs
Matt Caswell
2016-07-29
1
-10
/
+2
*
Fix BIO_push ref counting for SSL BIO
Matt Caswell
2016-07-29
1
-1
/
+5
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Fix BIO_CTRL_DUP for an SSL BIO
Matt Caswell
2016-04-27
1
-4
/
+5
*
Make BIO opaque
Matt Caswell
2016-03-29
1
-58
/
+62
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-2
/
+2
*
Convert CRYPTO_LOCK_BIO to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-3
/
+3
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Handle SSL_ERROR_WANT_X509_LOOKUP
Dr. Stephen Henson
2015-09-20
1
-0
/
+4
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-02
1
-2
/
+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
-2
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-2
/
+2
*
free NULL cleanup 10
Rich Salz
2015-04-11
1
-3
/
+2
*
Resolve swallowed returns codes
Matt Caswell
2015-03-25
1
-1
/
+2
*
free NULL cleanup
Rich Salz
2015-03-25
1
-6
/
+3
*
Fix missing return value checks
Matt Caswell
2015-03-23
1
-1
/
+4
*
dead code cleanup: #if 0 in ssl
Rich Salz
2015-02-06
1
-12
/
+0
*
Make libssl opaque. Move all structures that were previously protected by
Matt Caswell
2015-01-31
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-500
/
+482
*
OPENSSL_NO_SOCK fixes.
Andy Polyakov
2012-04-16
1
-0
/
+2
*
PR: 2529
Dr. Stephen Henson
2011-05-25
1
-0
/
+4
*
Update from 1.0.0-stable
Dr. Stephen Henson
2009-06-25
1
-9
/
+11
*
fix problems found by coverity: remove useless code
Nils Larsch
2006-03-15
1
-1
/
+0
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-1
/
+1
*
Make kerberos ciphersuite code compile again.
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 it possible to disable OCSP, the speed application, and the use of sockets.
Richard Levitte
2003-02-14
1
-0
/
+2
*
A few small bugs with BIO popping.
Richard Levitte
2003-01-30
1
-0
/
+4
*
Prototype info function.
Ben Laurie
2002-01-12
1
-1
/
+3
*
Make non blocking I/O work for accept BIOs.
Dr. Stephen Henson
2000-10-12
1
-0
/
+4
*
Fixes for Win32 build.
Dr. Stephen Henson
2000-06-21
1
-2
/
+2
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-01
1
-2
/
+2
[next]