index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libtls
/
tls_bio_cb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add error code support to libtls
joshua
2024-03-26
1
-4
/
+6
*
add missing #include <string.h>; ok tb@
op
2023-05-14
1
-1
/
+2
*
Convert tls_bio_cb for opaque BIO
tb
2022-01-10
1
-19
/
+46
*
Inline strlen() call to reduce/simplify code.
jsing
2017-01-12
1
-5
/
+2
*
Inline tls_get_new_cb_bio() from the only place that it gets called,
jsing
2017-01-12
1
-22
/
+11
*
Simplify the TLS callback BIO code - a pointer to the tls context can be
jsing
2017-01-12
1
-66
/
+7
*
If tls_get_new_cb_bio() fails, an error will already be set.
jsing
2017-01-12
1
-5
/
+2
*
If no callbacks are specified, return after setting an error rather than
jsing
2017-01-12
1
-2
/
+4
*
Assign and test, as is consistent with the rest of the libtls code.
jsing
2016-11-04
1
-7
/
+4
*
Use a consistent name for struct bio_cb * variables.
jsing
2016-11-04
1
-6
/
+6
*
Rename struct bio_cb_st to struct bio_cb.
jsing
2016-11-04
1
-8
/
+8
*
Do not cast a pointer to a struct, to a char * when assigning to a void *.
jsing
2016-11-04
1
-2
/
+2
*
Use a consistent name for a BIO *, rather than having four different names
jsing
2016-11-04
1
-49
/
+51
*
There's not much point having three static functions that do a cast and
jsing
2016-11-04
1
-33
/
+6
*
Do not mix declarations and code.
jsing
2016-11-04
1
-3
/
+7
*
Rename the internal bio related functions so that they have a common
jsing
2016-11-04
1
-22
/
+22
*
There's not much point in casting a void * to a specific type just before
jsing
2016-11-04
1
-4
/
+2
*
Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes.
bcook
2016-09-14
1
-1
/
+2
*
Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN.
bcook
2016-09-14
1
-3
/
+21
*
Sort headers and use the installed tls.h, rather than the local one.
jsing
2016-09-04
1
-5
/
+5
*
$OpenBSD$ tag
jsing
2016-09-04
1
-1
/
+1
*
Add callback-based interface to libtls.
bcook
2016-09-04
1
-0
/
+224