• M
    Split create_ssl_connection() · b4982125
    Matt Caswell 提交于
    Split the create_ssl_connection() helper function into two steps: one to
    create the SSL objects, and one to actually create the connection. This
    provides the ability to make changes to the SSL object before the
    connection is actually made.
    Reviewed-by: NRichard Levitte <levitte@openssl.org>
    b4982125
ssltestlib.h 1.2 KB