Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex
authorbeck <beck@openbsd.org>
Sat, 23 Oct 2021 15:30:44 +0000 (15:30 +0000)
committerbeck <beck@openbsd.org>
Sat, 23 Oct 2021 15:30:44 +0000 (15:30 +0000)
commitb5b7f1d2e021c1f41a554ad9366a06918f76f0b8
tree100a25089bfc34156f2e413faac8f648bffee1cb
parentfa3025f4d7a27bf9e821266253edacc5c53ddbe0
Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex

As these still meet the usual expectations for special, I will leave
it up to ingo to decide to either document separately or in one man
page like OpenSSL did.

Will also need Symbols.list additions by tb@ when he starts the rapture

ok tb@ jsing@
lib/libssl/ssl.h
lib/libssl/ssl_lib.c