ssl: Add SSL_sendfile
authorBoris Pismenny <borisp@mellanox.com>
Sat, 13 Apr 2019 14:20:35 +0000 (17:20 +0300)
committerMatt Caswell <matt@openssl.org>
Tue, 7 May 2019 13:24:16 +0000 (14:24 +0100)
commit7c3a7561b536264b282f604efc959edad18807d7
tree7d66adca5bf7f54f8c944a58bef2abffec32102f
parent72fb59c72186c327e047cd29d8a66a4a323b9f3b
ssl: Add SSL_sendfile

This commit adds the SSL_sendfile call, which allows KTLS sockets to
transmit file using zero-copy semantics.

Signed-off-by: Boris Pismenny <borisp@mellanox.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8727)
crypto/err/openssl.txt
doc/man3/SSL_write.pod
include/openssl/err.h
include/openssl/ssl.h
include/openssl/sslerr.h
ssl/ssl_err.c
ssl/ssl_lib.c
test/sslapitest.c
util/libssl.num