Skip to content

openssl: Do not set cipher list by default

Anderson Sasaki requested to merge ansasaki/glib-networking:cipher_list into master

This is an attempt to address #106 (closed).

With this change, the cipher list is only set when the environment variable G_TLS_OPENSSL_CIPHER_LIST is specified.

This doesn't include changes to move the duplicated code to the parent class. If it is required for the acceptance of the changes, please provide guidance on the preferred approach.

Merge request reports