Bernd Edlinger
|
c911e5da3c
Fix bio callback backward compatibility
|
před 6 roky |
Matt Caswell
|
6738bf1417
Update copyright year
|
před 6 roky |
Richard Levitte
|
7f55808fe7
BIO: at the end of BIO_new, declare the BIO inited if no create method present
|
před 6 roky |
Bernd Edlinger
|
fce78bd4ed
Fix invalid function type casts.
|
před 7 roky |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
před 7 roky |
Matt Caswell
|
82cb311fa0
Fix a typo in bio_read_intern
|
před 8 roky |
Kurt Roeckx
|
2f545ae45d
Add support for reference counting using C11 atomics
|
před 8 roky |
Benjamin Kaduk
|
4e3973b457
Try to unify BIO read/write parameter names
|
před 8 roky |
Matt Caswell
|
d62bf89cbb
Fix more shadowed variable warnings
|
před 8 roky |
Matt Caswell
|
7bf79e33c9
Fix some feedback issues for BIO size_t-ify
|
před 8 roky |
Matt Caswell
|
fbba62f6c9
Add some sanity checks for BIO_read* and BIO_gets
|
před 8 roky |
Matt Caswell
|
42c6046064
More parameter naming of BIO_read*/BIO_write* related functions
|
před 8 roky |
Matt Caswell
|
bb5310bed5
Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1
|
před 8 roky |
Matt Caswell
|
47263ace13
Fix some bogus uninit variable warnings
|
před 8 roky |
Matt Caswell
|
98e553d2ce
Ensure all BIO functions call the new style callback
|
před 8 roky |
Matt Caswell
|
3befffa39d
Create BIO_write_ex() which handles size_t arguments
|
před 8 roky |
Matt Caswell
|
d07aee2c7a
Create BIO_read_ex() which handles size_t arguments
|
před 8 roky |
Rich Salz
|
5a7ad1f08b
Move BIO index lock creation
|
před 8 roky |
Rich Salz
|
8b8d963db5
Add BIO_get_new_index()
|
před 8 roky |
FdaSilvaYY
|
9d7bfb14dd
Discard BIO_set(BIO* bio) method
|
před 8 roky |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
před 8 roky |
FdaSilvaYY
|
a14a740dbe
BIO_free should call method->destroy before free'ing member fields
|
před 8 roky |
FdaSilvaYY
|
25a807bcb9
Add checks on CRYPTO_new_ex_data return value
|
před 8 roky |
Matt Caswell
|
1ee7b8b97c
Fix ex_data locks issue
|
před 8 roky |
Matt Caswell
|
ff2344052b
Ensure all locks are properly cleaned up
|
před 8 roky |
Matt Caswell
|
a146ae55ba
Make BIO opaque
|
před 8 roky |
David Benjamin
|
04f6b0fd91
RT4660: BIO_METHODs should be const.
|
před 8 roky |
Alessandro Ghedini
|
fb46be0348
Convert CRYPTO_LOCK_BIO to new multi-threading API
|
před 8 roky |
Rich Salz
|
f3f1cf8444
Move to REF_DEBUG, for consistency.
|
před 8 roky |
Richard Levitte
|
417be660e1
Refactoring BIO: adapt BIO_s_connect and BIO_s_accept
|
před 8 roky |