commit | 79b87222821716fb0b68fc78382ece40f053ebbf | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Aug 16 22:40:31 2021 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Aug 16 22:40:31 2021 +0300 |
tree | 7474e80d643bbd397d62ceb0192da067044b5fcb | |
parent | 2b331337161cff1097ca222b80895aa03959dd8d [diff] |
SSL: ciphers now set before loading certificates (ticket #2035). To load old/weak server or client certificates it might be needed to adjust the security level, as introduced in OpenSSL 1.1.0. This change ensures that ciphers are set before loading the certificates, so security level changes via the cipher string apply to certificate loading.