• Magnus Hagander's avatar
    Use be_tls_* API for SSL information in sslinfo · 5d1833f4
    Magnus Hagander authored
    sslinfo was passing the Port->ssl member directly to OpenSSL in order
    to extract information regarding the connection. This breaks the API
    provided by the backend TLS implementation, as well as duplicates code
    for no benefit. Rewrite to make use of the backend API as much as
    possible.
    
    Author: Daniel Gustafsson <daniel@yesql.se>
    5d1833f4
sslinfo.c 11.4 KB