• Show log

    Commit

  • Hash : 75395c87
    Author : Patrick Steinhardt
    Date : 2018-06-29T13:35:14

    streams: report OpenSSL errors if global init fails In case when the global initialization of the OpenSSL stream fails, the user is left without any hint as to what went wrong as we do not provide any error message at all. This commit refactors the init function to have a common error path, which now also sets an error message including the error string provided by OpenSSL.