pub unsafe extern "C" fn aws_tls_ctx_options_init_default_server(
    options: *mut aws_tls_ctx_options,
    allocator: *mut aws_allocator,
    cert: *mut aws_byte_cursor,
    pkey: *mut aws_byte_cursor
) -> c_int
Expand description

Initializes options for use with in server mode. cert and pkey are copied. cert and pkey are treated as PKCS#7 PEM armored.