index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libtls
/
tls_bio_cb.c
Age
Commit message (
Expand
)
Author
2017-01-12
Inline strlen() call to reduce/simplify code.
Joel Sing
2017-01-12
Inline tls_get_new_cb_bio() from the only place that it gets called,
Joel Sing
2017-01-12
Simplify the TLS callback BIO code - a pointer to the tls context can be
Joel Sing
2017-01-12
If tls_get_new_cb_bio() fails, an error will already be set.
Joel Sing
2017-01-12
If no callbacks are specified, return after setting an error rather than
Joel Sing
2016-11-04
Assign and test, as is consistent with the rest of the libtls code.
Joel Sing
2016-11-04
Use a consistent name for struct bio_cb * variables.
Joel Sing
2016-11-04
Rename struct bio_cb_st to struct bio_cb.
Joel Sing
2016-11-04
Do not cast a pointer to a struct, to a char * when assigning to a void *.
Joel Sing
2016-11-04
Use a consistent name for a BIO *, rather than having four different names
Joel Sing
2016-11-04
There's not much point having three static functions that do a cast and
Joel Sing
2016-11-04
Do not mix declarations and code.
Joel Sing
2016-11-04
Rename the internal bio related functions so that they have a common
Joel Sing
2016-11-04
There's not much point in casting a void * to a specific type just before
Joel Sing
2016-09-14
Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes.
Brent Cook
2016-09-14
Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN.
Brent Cook
2016-09-04
Sort headers and use the installed tls.h, rather than the local one.
Joel Sing
2016-09-04
$OpenBSD$ tag
Joel Sing
2016-09-04
Add callback-based interface to libtls.
Brent Cook