kc3-lang/libevent/bufferevent_ssl.c

Branch :


Log

Author Commit Date CI Message
5671575a 2020-07-22 23:08:50 Join le_ssl_ops.post_init with le_ssl_ops.init
d095b834 2020-07-07 17:26:46 Merge ssl implementations (openssl and mbedtls) This patch splits common part out to avoid copy-paste from the - bufferevent_openssl.c - bufferevent_mbedtls.c It uses VFS/bufferevent-like approach, i.e. structure of callbacks.