• Show log

    Commit

  • Hash : d095b834
    Author : okhowang(王沛文)
    Date : 2020-07-07T17: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.