• Show log

    Commit

  • Hash : 8be2a790
    Author : Etienne Samson
    Date : 2017-12-05T23:21:05

    openssl: free the peer certificate Per SSL_get_peer_certificate docs: ``` The reference count of the X509 object is incremented by one, so that it will not be destroyed when the session containing the peer certificate is freed. The X509 object must be explicitly freed using X509_free(). ```