Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG/MEDIUM: ssl: segfault when cipher is NULL
The patch which fixes the certificate selection uses SSL_CIPHER_get_id() to skip the SCSV ciphers without checking if cipher is NULL. This patch fixes the issue by skipping any NULL cipher in the iteration. Problem was reported in haproxy#2329. Need to be backported where 23093c7 was backported. No release was made with this patch so the severity is MEDIUM.
- Loading branch information