[openssl-users] BIO_do_connect memory leak in Arch Linux

2018-02-04 Thread Ryan Beethe
Hi openssl-users, I found a memory leak in my program that arises from the use of the BIO_do_connect() function. It seems to be related to how openssl is interacting with other packages on my system. I observe this behavior on my Arch Linux machine but not on my Debian Stretch machine. I wrote

[openssl-users] Appropriate use of SSL_CTX_set_cipher_list()

2018-07-17 Thread Ryan Beethe
I am writing a cross-platform C application, which I would like to release for a variety of operating systems (Windows 7+, MacOS HighSierra, Debian 8+, Ubuntu 14.04+, Fedora 27+, Centos 7+, ArchLinux, at least for now). Up to now, I have had a line of code which prepares an SSL_CTX object like

Re: [openssl-users] Appropriate use of SSL_CTX_set_cipher_list()

2018-07-18 Thread Ryan Beethe
> Offhand, I'm not aware of other OSes that distribute implementations > of OpenSSL that require platform-specific cipher-list settings. Ok, that is very helpful to know > This strikes me as a Really Bad Idea on the part of the Fedora > developers While it is a pain to have to have to have a