Daniel Bevenius
|
b4ff66223b
Add comments to NULL func ptrs in bio_method_st
|
7 years ago |
Bernd Edlinger
|
fce78bd4ed
Fix invalid function type casts.
|
7 years ago |
Daniel Bevenius
|
27ab91951c
Make BIO_METHOD struct definitions consistent
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 years ago |
Rich Salz
|
9015d34e14
Get pointer type right in BIO_ssl_shutdown()
|
7 years ago |
Todd Short
|
2722ff506d
Remove some #if 0 code in ssl, crypto/bio
|
7 years ago |
Kurt Roeckx
|
4ee7d3f945
Implement SSL_read_ex() and SSL_write_ex() as documented.
|
8 years ago |
Matt Caswell
|
be2ef0e2e3
Test the size_t constant time functions
|
8 years ago |
Matt Caswell
|
699ae85915
Remove a stray TODO that has already been fixed
|
8 years ago |
Matt Caswell
|
8051ab2b6f
Convert SSL BIO to use SSL_write_ex().
|
8 years ago |
Matt Caswell
|
f42fd819d6
Tweaks based on review feedback of BIO size_t work
|
8 years ago |
Matt Caswell
|
ac0edec108
Fix a shadowed variable declaration warning
|
8 years ago |
Matt Caswell
|
3befffa39d
Create BIO_write_ex() which handles size_t arguments
|
8 years ago |
Matt Caswell
|
d07aee2c7a
Create BIO_read_ex() which handles size_t arguments
|
8 years ago |
Matt Caswell
|
b46fe860fe
Fix BIO_pop for SSL BIOs
|
8 years ago |
Matt Caswell
|
eddef30589
Fix BIO_push ref counting for SSL BIO
|
8 years ago |
Rich Salz
|
846e33c729
Copyright consolidation 01/10
|
8 years ago |
Matt Caswell
|
dbd5c34f18
Fix BIO_CTRL_DUP for an SSL BIO
|
8 years ago |
Matt Caswell
|
a146ae55ba
Make BIO opaque
|
8 years ago |
David Benjamin
|
04f6b0fd91
RT4660: BIO_METHODs should be const.
|
8 years ago |
Alessandro Ghedini
|
fb46be0348
Convert CRYPTO_LOCK_BIO to new multi-threading API
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Dr. Stephen Henson
|
f1c412c9e6
Handle SSL_ERROR_WANT_X509_LOOKUP
|
9 years ago |
Rich Salz
|
b51bce9420
Add and use OPENSSL_zalloc
|
9 years ago |
Rich Salz
|
16f8d4ebf0
memset, memcpy, sizeof consistency fixes
|
9 years ago |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 years ago |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 years ago |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 years ago |
Viktor Dukhovni
|
61986d32f3
Code style: space after 'if'
|
9 years ago |