index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
bio_ssl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Fix BIO_new_ssl_connect() to not leak memory
Nan Xiao
2021-03-30
1
-0
/
+1
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
Fix use-after-free in BIO_C_SET_SSL callback
Dr. Matthias St. Pierre
2020-05-07
1
-0
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-17
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-03
1
-2
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
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
[next]