[MXS-1400] Crash with OpenSSL 1.1 Created: 2017-09-08 Updated: 2017-09-11 Resolved: 2017-09-11 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.1.6 |
| Fix Version/s: | 2.1.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Using OpenSSL 1.1 causes a crash due to a NULL parameter that is given to the RSA_generate_key_ex function. The BIGNUM value is unused in the function when it is supposed to be passed to the function. |