]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: acme: free() of i2d_X509_REQ() with AWS-LC
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 29 Sep 2025 11:28:11 +0000 (13:28 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 29 Sep 2025 11:46:51 +0000 (13:46 +0200)
commit3ce597bfa23d6e4b8ec62ce22c65b677c328027b
tree03f4ffad786301d0616d94fcd294753d733fc4e1
parent8635c7d78906c296fe2ba4978e7ba6dc53c3cf53
BUG/MEDIUM: acme: free() of i2d_X509_REQ() with AWS-LC

When using AWS-LC, the free() of the data ptr resulting from
i2d_X509_REQ() might crash, because it uses the free() of the libc
instead of OPENSSL_free().

It does not seems to be a problem on openssl builds.

Must be backported in 3.2.
src/acme.c