[][src]Function tabbyssl::libssl::ssl::tabby_SSL_write_early_data

#[no_mangle]pub extern "C" fn tabby_SSL_write_early_data(
    ssl_ptr: *mut TABBY_SSL,
    buf_ptr: *const c_uchar,
    buf_len: c_int,
    written_len_ptr: *mut size_t
) -> c_int

SSL_write_early_data - write num bytes of TLS 1.3 early data from the buffer buf into the specified ssl connection.

#include <tabbyssl/openssl/ssl.h>

int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written);