diff options
author | jsing <> | 2019-01-17 06:32:12 +0000 |
---|---|---|
committer | jsing <> | 2019-01-17 06:32:12 +0000 |
commit | 338694cf0d2ff38a00bab7103081ffa3db2cbeca (patch) | |
tree | aaa2cc958ec6b223edb11b9ce2f0c7cfe55040f0 /src/lib/libssl/ssl_srvr.c | |
parent | cc9200b6a36a087c17fb0668d7adccb6a6261dd5 (diff) | |
download | openbsd-338694cf0d2ff38a00bab7103081ffa3db2cbeca.tar.gz openbsd-338694cf0d2ff38a00bab7103081ffa3db2cbeca.tar.bz2 openbsd-338694cf0d2ff38a00bab7103081ffa3db2cbeca.zip |
Provide an extensible buffer implementation that uses a read callback.
The read callback returns a TLS13_IO_* value on EOF, failure, want pollin
or want pollout, or a positive value indicating the number of bytes read.
This will be used by upcoming TLSv1.3 handshake message and record
processing code, both of which need the ability to read a fixed size
header, before extending the buffer to the number of bytes specified in the
header.
ok beck@ tb@
Diffstat (limited to 'src/lib/libssl/ssl_srvr.c')
0 files changed, 0 insertions, 0 deletions