[Bug 1975347] Re: Backport OPENSSL_strcasecmp fixes from 3.0 branch

2022-05-23 Thread Simon Chopin
*** This bug is a duplicate of bug 1974037 *** https://bugs.launchpad.net/bugs/1974037 ** This bug has been marked a duplicate of bug 1974037 openssl: EVP_EC_gen() segfault without init -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1975347] Re: Backport OPENSSL_strcasecmp fixes from 3.0 branch

2022-05-23 Thread Davide Pesavento
EVP_EC_gen() is just a macro that expands to EVP_PKEY_Q_keygen(), so yeah, it's exactly the same as https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1974037 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1975347] Re: Backport OPENSSL_strcasecmp fixes from 3.0 branch

2022-05-23 Thread Simon Chopin
I *think* this is a duplicate of https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1974037 but I'll keep it separate for now as the API used to trigger the issue isn't the same. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1975347] Re: Backport OPENSSL_strcasecmp fixes from 3.0 branch

2022-05-20 Thread Davide Pesavento
** Description changed: The recent openssl update to 3.0.2-0ubuntu1.2 in jammy included some buggy changes related to OPENSSL_strcasecmp. Briefly, it's possible for OPENSSL_strcasecmp to be called before the global locale_t object has - been initialized, causing a crash. For example, this bu